Python Errors in Blender, any idea what's wrong?
HyenaHijinx
Posts: 0
No matter what version of blender I try, I get errors like this, any ideas? I've tried everything I can think of, reinstalling all programs involved etc etc.
Any idea what's up?
Python: Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\DTB\DtbOperators.py", line 358, in execute
Global.load_asset_name()
File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\DTB\Global.py", line 757, in load_asset_name
_ASSETNAME = json.load(file)["Asset Name"]
File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\python\lib\json\__init__.py", line 293, in load
return loads(fp.read(),
OSError: [Errno 22] Invalid argument
Comments
The Error seem to be from the Daz to Blender Bridge. Have you tried to remove the Addon by Preferences -> Addons -> Daz to Blender Bridge -> Remove , and then restarted Blender?