Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnicodeDecodeError #6

Open
lastgodking opened this issue Jun 15, 2022 · 1 comment
Open

UnicodeDecodeError #6

lastgodking opened this issue Jun 15, 2022 · 1 comment

Comments

@lastgodking
Copy link

I have tried many methods in the past two days, but there is no way to solve this problem. The new statement will cause more errors, and other encodings have been tried, but the problem remains.
The following is the error description.

Python: Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 3.2\3.2\scripts\addons\bpy_externall-master_init_.py", line 138, in modal
self.process()
File "C:\Program Files\Blender Foundation\Blender 3.2\3.2\scripts\addons\bpy_externall-master_init_.py", line 123, in process
fp = filepath_read_handler()
File "C:\Program Files\Blender Foundation\Blender 3.2\3.2\scripts\addons\bpy_externall-master_init_.py", line 82, in filepath_read_handler
fp = f.read()
File "C:\Program Files\Blender Foundation\Blender 3.2\3.2\python\lib\codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc9 in position 9: invalid continuation byte

@lastgodking
Copy link
Author

I hope the author can see and help solve it, thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant