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

stuck on gexfhttp.send()? #22

Closed
marcmoncrief opened this issue May 10, 2012 · 1 comment
Closed

stuck on gexfhttp.send()? #22

marcmoncrief opened this issue May 10, 2012 · 1 comment

Comments

@marcmoncrief
Copy link

Trying to bring a .gefx file into the browser using sigma.parseGefx.js. Firefox throws up "Access to restricted URI denied" and points me to gexfhttp.send();. The HTML is pointing to sigma.js and sigma.parseGefx.js, as well as my own js which is just cut and paste from the sigma.js website (replacing my own .gefx file for the test file on the site, of course). Any help?

@jacomyal
Copy link
Owner

This looks more like a Cross Domain policy issue. If you were working locally, try using a local server to prevent this problem (python -m SimpleHTTPServer, for instance). If you were working on a server, you cannot load data files from other domains.

qinfchen pushed a commit to qinfchen/sigma.js that referenced this issue Feb 12, 2015
update build files for SVG renderer support
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