We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Python: Traceback (most recent call last): File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.1\scripts\addons\pdo_import.py", line 94, in execute string_1 = decode(encoding,f.read(text_length)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.1\scripts\addons\pdo_import.py", line 34, in decode return data.decode(encoding="utf-8") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb7 in position 103: invalid start byte
The text was updated successfully, but these errors were encountered:
Can you share the file you tried to import (if it's one you're allowed to share)? I can't really debug without a test file that causes the issue.
Sorry, something went wrong.
No branches or pull requests
Python: Traceback (most recent call last):
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.1\scripts\addons\pdo_import.py", line 94, in execute
string_1 = decode(encoding,f.read(text_length))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files (x86)\Steam\steamapps\common\Blender\4.1\scripts\addons\pdo_import.py", line 34, in decode
return data.decode(encoding="utf-8")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb7 in position 103: invalid start byte
The text was updated successfully, but these errors were encountered: