Nickjansenn patroljs not working on chrome

Nickjansenn patroljs doesn’t work on my browser, it gives the following error:

Failed to load resource: net::ERR_CONNECTION_REFUSED
three.js
Failed to load resource: net::ERR_CONNECTION_REFUSED
OrbitControls.js:18 Uncaught ReferenceError: THREE is not defined
at OrbitControls.js:18
patrol.js:1085 Uncaught TypeError: Cannot read property ‘extend’ of undefined
at exports.undefined.patrol (patrol.js:1085)
at patrol.js:1233
demo.html:55 Uncaught ReferenceError: THREE is not defined
at demo.html:55
Failed to load resource: the server responded with a status of 404 ()

Your scripts are not loading for some reason, this is not a Chrome error.

1 Like

I thought as much, any idea on how I can get it to load?

Not without seeing your code.

1 Like

https://nickjanssen.github.io/PatrolJS/demo/demo.html

It works on my ipad and some other computers

It’s working fine for me here on Windows 10, Chrome v62.

1 Like

I figured it out for some reasons my browser is not responding to cdnjs.cloudflare.com/ajax/… so I served the library directly from github, thanks for the trouble☺