Unable to fetch libraries on local server (SOLVED)

Hi, I’m using Defold v1.4.1 and I’ve started a local server using

python -m http.server 8523 --bind localhost

and I can access the library in my browser,
image
however,
image

I’ve checked the proxy setting and shutted down the firewall but nothing works. Is there a simpler way to include those libraries offline ?

If you need offline access, I’d recommend adding the library’s files to your project folder.

2 Likes

I tried (on macOS) to host the file using python -m http.server (without --bind localhost) and it worked out of the box for me. With --bind localhost added it did however not work.

2 Likes