Note that there are some explanatory texts on larger screens.

plurals
  1. POXMLHTTPRequest Error From Sigma.js when trying to run it in Chrome [Seems to be unique to way it is run]
    text
    copied!<p>Issue I'm facing: there is no graph D: </p> <p>What I'm trying to do: Copy this locally run it. <a href="http://sigmajs.org/examples/gexf_example.html" rel="nofollow noreferrer">http://sigmajs.org/examples/gexf_example.html</a></p> <p>What i'm getting when I try to emulate the webpage: <a href="https://i.imgur.com/q93z9.png" rel="nofollow noreferrer">http://i.imgur.com/q93z9.png</a></p> <p>When I run it in Firefox I also get nothing, and I'm not sure why...</p> <p><strong>Similar questions:</strong></p> <p>This is a copy of <a href="https://stackoverflow.com/questions/11572429/sigma-parsegexf-js-got-xmlhttprequest-exception-error">https://stackoverflow.com/questions/11572429/sigma-parsegexf-js-got-xmlhttprequest-exception-error</a> which did not recieve any answers :(</p> <p>there is this too but I don't understand what exactly he did ... <a href="https://stackoverflow.com/questions/10823134/javascript-sigma-js-visualization-way-over-my-head">Graph visualization with Sigma.js: way over my head</a></p> <p>How can I fix this / will it only work on a web server? </p> <p>Thanks!</p> <p>I tried to use some solution and change <code>gexfhttp.open('GET', gexfPath, false);</code> to <code>gexfhttp.open('GET', gexfPath, true);</code> but found no difference</p> <p>Relevant Code:</p> <p>Javascript (taken from sigma.js.org) sigma.parseGexf.js <a href="http://pastie.org/5133355" rel="nofollow noreferrer">http://pastie.org/5133355</a> (modified with the 'solution' above) prettify.js: <a href="http://sigmajs.org/js/prettify.js" rel="nofollow noreferrer">http://sigmajs.org/js/prettify.js</a> sigma.min: <a href="http://sigmajs.org/js/sigma.min.js" rel="nofollow noreferrer">http://sigmajs.org/js/sigma.min.js</a></p> <p>CSS <a href="http://sigmajs.org/css/bootstrap.min.css" rel="nofollow noreferrer">http://sigmajs.org/css/bootstrap.min.css</a> <a href="http://sigmajs.org/css/bootstrap-responsive.min.css" rel="nofollow noreferrer">http://sigmajs.org/css/bootstrap-responsive.min.css</a> <a href="http://sigmajs.org/css/style.css" rel="nofollow noreferrer">http://sigmajs.org/css/style.css</a> <a href="http://sigmajs.org/css/prettify.css" rel="nofollow noreferrer">http://sigmajs.org/css/prettify.css</a></p> <p>HTML File I'm running (from sigmajs.org again) <a href="http://pastie.org/5133367" rel="nofollow noreferrer">http://pastie.org/5133367</a> also at <a href="http://sigmajs.org/examples/gexf_example.html" rel="nofollow noreferrer">http://sigmajs.org/examples/gexf_example.html</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload