caseif / vis.js

Monstercat visualizer in Javascript and three.js.
GNU Lesser General Public License v2.1
83 stars 37 forks source link

how do i work this thing #9

Closed nullfaun4 closed 9 years ago

nullfaun4 commented 9 years ago

i do not know how to work this visualiser. does it even work in ubuntu

GiovanniMCMXCIX commented 9 years ago

Which browser you use?

nullfaun4 commented 9 years ago

firefox

GiovanniMCMXCIX commented 9 years ago

Do right click on visualiser and select "Inspect Element" and put screen shot with the inspect tab

nullfaun4 commented 9 years ago

screenshot from 2015-06-30 12 00 07

GiovanniMCMXCIX commented 9 years ago

No, like this capture5

GiovanniMCMXCIX commented 9 years ago

or just screenshoot the page with the Inspect tab

nullfaun4 commented 9 years ago

i do not have that should i be using chrome ?

(do you mean the console)

GiovanniMCMXCIX commented 9 years ago

yes i mean the console

nullfaun4 commented 9 years ago

ok screenshot from 2015-06-30 12 11 59

GiovanniMCMXCIX commented 9 years ago

Now wait for Caseif too see this

nullfaun4 commented 9 years ago

ok

caseif commented 9 years ago

Does this occur on your own hosted version of vis.js?

nullfaun4 commented 9 years ago

im sorry i dont know what you mean i did not add any code if that is what you mean

GiovanniMCMXCIX commented 9 years ago

The error is from vis.caseif.net visualiser or from your own hosted version of the visualiser?

nullfaun4 commented 9 years ago

my own hosted version

caseif commented 9 years ago

Ah, there's the issue. I had meant to put something about this in the README, but Javascript doesn't like it when you request resources from another domain if a certain header isn't set. My solution on my hosted version has been to set up a reverse proxy on my own domain to docs.google.com to bypass this restriction and serve the content through vis.caseif.net.

nullfaun4 commented 9 years ago

also the site returns this error screenshot from 2015-06-30 21 28 00

caseif commented 9 years ago

I'll set up CloudFlare to ignore the vis subdomain.