Posts: 2
Threads: 0
Likes Received:
0 in 0 posts
Likes Given: 0
Joined: Jul 2024
Reputation:
Sex: Undisclosed
Country:
Hello. I have this error. Is it solvable?
Python: Traceback (most recent call last):
File "J:\SteamLibrary\steamapps\common\Blender\4.2\scripts\addons_core\io_tkm17_body\__init__.py", line 386, in execute
load_bs(path, path.stem)
File "J:\SteamLibrary\steamapps\common\Blender\4.2\scripts\addons_core\io_tkm17_body\__init__.py", line 213, in load_bs
original = bs.load(file_path)
^^^^^^^^^^^^^^^^^^
File "J:\SteamLibrary\steamapps\common\Blender\4.2\scripts\addons_core\io_tkm17_body\tkbs\__init__.py", line 21, in load
contents = h.read()
^^^^^^^^
File "", line 322, in decode
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf3 in position 4: invalid continuation byte
Posts: 193
Threads: 10
Likes Received:
344 in 111 posts
Likes Given: 1,360
Joined: Apr 2021
Reputation:









Sex: Male
Country:
(10-06-2024, 05:04 AM)norgerel Wrote: [To see links please log-in or register here]
Hello. I have this error. Is it solvable?
Python: Traceback (most recent call last):
File "J:\SteamLibrary\steamapps\common\Blender\4.2\scripts\addons_core\io_tkm17_body\__init__.py", line 386, in execute
load_bs(path, path.stem)
File "J:\SteamLibrary\steamapps\common\Blender\4.2\scripts\addons_core\io_tkm17_body\__init__.py", line 213, in load_bs
original = bs.load(file_path)
^^^^^^^^^^^^^^^^^^
File "J:\SteamLibrary\steamapps\common\Blender\4.2\scripts\addons_core\io_tkm17_body\tkbs\__init__.py", line 21, in load
contents = h.read()
^^^^^^^^
File "", line 322, in decode
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf3 in position 4: invalid continuation byte
Try to use Blender 2.6x or 3.x.The Blender plugs are almost written for The older Blender versions.
The Whole World Is A Piece Of Shit But You Have To Handle It.
Posts: 2
Threads: 0
Likes Received:
0 in 0 posts
Likes Given: 0
Joined: Jul 2024
Reputation:
Sex: Undisclosed
Country:
Well... The same problem in version 3.6.4. Maybe some junk file breaks the addon loading for me on any version of blender. Sad.