ofxLibwebsockets icon indicating copy to clipboard operation
ofxLibwebsockets copied to clipboard

example_server_echo not able to load jquery from RPI3

Open mickeyvanolst opened this issue 8 years ago • 0 comments

Hi there,

Found a funny issue with the default example of example_server_echo while running it on the RPI2

If I load the page on my laptop while the app is running on my Pi it loads the page and the styling, but it says there's a content mismatch with the jquery file, which in turn doesn't work.

Even pasting the jquery code directly into a script on the html page won't work (it will make the page unable to load at all). The only thing that does work, is if I link to an online version of the jquery file.

Any suggestions? My gut feeling is that somehow the Pi can't serve a jquery file of that size.

mickeyvanolst avatar Nov 03 '17 17:11 mickeyvanolst