strike-digital / asset_bridge

A blender addon for automatically downloading and importing free assets from the internet.
https://blendermarket.com/products/asset-bridge
127 stars 2 forks source link

can't check for new assets,no internet connection detected #19

Open dante900210 opened 7 months ago

dante900210 commented 7 months ago

click this "check for new assets and set up asset library" show "can't check for new assets,no internet connection detected"

strike-digital commented 6 months ago

Hi, just to make sure, do you have especially slow internet? Having a look at the code that might cause a problem.

The method the addon uses to check for an internet connection is to send a request to google.com, and if it comes back OK it continues (unfortunately this seems to be the most reliable way). Is there something that might be blocking access to google?

Failing that, I uploaded a new release that should print the full reason for not finding an internet connection to the console, if you try again and see what it says there, that would be useful.