Poly-Haven / polyhavenassets

A Blender add-on to integrate our assets natively in the asset browser
GNU General Public License v3.0
312 stars 21 forks source link

still errors with fetch assets #97

Closed mcbride19 closed 10 months ago

mcbride19 commented 11 months ago

Describe the bug after click on " fetch assets on polyhaven" there is an error Add-on installed correctly following the instructions !!!!

Python: Traceback (most recent call last):
  File "C:\Users\mcbride-pc\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\polyhavenassets-main\operators\pull_from_polyhaven.py", line 294, in execute
    error, assets = get_asset_list(self.asset_type)
  File "C:\Users\mcbride-pc\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\polyhavenassets-main\utils\get_asset_list.py", line 15, in get_asset_list
    verify_ssl = not bpy.context.preferences.addons["polyhavenassets"].preferences.disable_ssl_verify
KeyError: 'bpy_prop_collection[key]: key "polyhavenassets" not found'
daHawkz0r commented 10 months ago

Still with the bug. Can not fetch the assets.

gregzaal commented 10 months ago

Hi, if you're not purchasing the add-on from the Blender Market or supporting us on Patreon, make sure you follow the installation instructions in the readme carefully. The add-on must be downloaded from the releases page.

mcbride19 commented 10 months ago

Stop saying to follow the instructions, I followed perfectly the instructions, try to admit that there can be problems on some machines(as I can see I'm not the only one) !!! And also the add-on has been downloaded from the releases page!!!

So there is still the same problem :

after click on " fetch assets on polyhaven" there is an error Add-on installed correctly following the instructions !!!!

Python: Traceback (most recent call last): File "C:\Users\mcbride-pc\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\polyhavenassets-main\operators\pull_from_polyhaven.py", line 294, in execute error, assets = get_asset_list(self.asset_type) File "C:\Users\mcbride-pc\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\polyhavenassets-main\utils\get_asset_list.py", line 15, in get_asset_list verify_ssl = not bpy.context.preferences.addons["polyhavenassets"].preferences.disable_ssl_verify KeyError: 'bpy_prop_collection[key]: key "polyhavenassets" not found'