robotconscience / ofxLibwebsockets

[Deprecated] openFrameworks wrapper of libwebsockets for WebSocket client and server functionality
Other
171 stars 68 forks source link

net::ERR_CONTENT_LENGTH_MISMATCH #103

Open chriship opened 6 years ago

chriship commented 6 years ago

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_LENGTHMISMATCH 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?

kr15h commented 6 years ago

Have the same issue when running the echo and canvas example on the Raspberry Pi.

screen shot 2018-04-26 at 17 52 03