ofxLibwebsockets
ofxLibwebsockets copied to clipboard
net::ERR_CONTENT_LENGTH_MISMATCH
This seems to work fine in OSX but in Windows I get the following error inside the javascript console in the client browser:
GET http://192.168.1.119:9092/js/libs/jquery-1.7.1.min.js net::ERR_CONTENT_LENGTH_MISMATCH Uncaught ReferenceError: $ is not defined at main.js:8
Note this is only when I try to access the web page from a different computer on the network, locally it works fine. I've turned off my firewall just in case but still no luck.
Any ideas?
Have the same issue when running the echo and canvas example on the Raspberry Pi.