Skip to content Skip to sidebar Skip to footer

Javascript: Three.js JSON Error On Remote Server, But Not On Local

I'm writing a Three.js application. In part of it, I load a blender model exported as a JSON file using the Blender->JSON exporter for Three.js. I have WAMPServer 2.2 configured

Solution 1:

Ok, so I figured out the "problem"... Turns out the file isn't getting the JSON file at all, but simply a response that says "hacked by hacker" - I just didn't look at the GET response closely enough. I think all GETs from the site are being redirected to this file, "hacked by hacker." Obviously, this is outside of the scope of this question, but if anyone has any info that could help, please let me know.


Post a Comment for "Javascript: Three.js JSON Error On Remote Server, But Not On Local"