Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VoxelSpace.html #10

Closed
jletey opened this issue Dec 3, 2017 · 7 comments
Closed

VoxelSpace.html #10

jletey opened this issue Dec 3, 2017 · 7 comments

Comments

@jletey
Copy link

jletey commented Dec 3, 2017

When I cloned your repo and opened VoxelSpace.html, for some reason I get this:

screen shot 2017-12-03 at 12 29 53 pm

Do you know why I'm getting this? Please note that I'm on a MacBook (just that) using High Sierra

@s-macke
Copy link
Owner

s-macke commented Dec 3, 2017

I patched the file to fix two problems. Can you try it again please.

@jletey
Copy link
Author

jletey commented Dec 3, 2017

Nope. Unfortunately, I get the same image. Do I not have some dependencies?

@s-macke
Copy link
Owner

s-macke commented Dec 3, 2017

Can you open your Javascript console (probably key F12 in your browser) and then refresh the page (key F5). There might be some error messages written by the browser.

@jletey
Copy link
Author

jletey commented Dec 3, 2017

I'll try that

@jletey
Copy link
Author

jletey commented Dec 3, 2017

Here are the errors I get:

screen shot 2017-12-03 at 3 10 16 pm

@s-macke
Copy link
Owner

s-macke commented Dec 3, 2017

Ok, the problem is, that you are try to open the web page locally. This works in some browsers, but not in all of them. Some prevent specific features when run local webpages. Please take a look at the following link and follow their suggestions.

https://stackoverflow.com/questions/4556429/disabling-same-origin-policy-in-safari

When you run it on a web server, it will work without any problems. You can also try to run a local web server. For example via python:

python -m SimpleHTTPServer

@jletey
Copy link
Author

jletey commented Dec 3, 2017

Thanks! That worked!

@jletey jletey closed this as completed Dec 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants