julianbrowne / graffeine

D3 console for Neo4J
89 stars 19 forks source link

Requests hanging there #1

Closed alex88 closed 10 years ago

alex88 commented 11 years ago

Hello, I'm running neo4j 1.9.2 on OSX, I've installed graffeine with both npm and git clone, then I run it via npm start or node server and it seems to start fine.

Trying to connect with browser instead keeps in waiting state and never returns any data.

Any idea?

coolxeo commented 10 years ago

Same for me, I'm on ubuntu 13.10

marzagao commented 10 years ago

Hullo, I had the same issue until I realized I had a version of node.js (v0.10.25) different than the one specified in the Graffeine readme doc (v0.8.25). I downgraded to that version and it worked. You could also try using the node version manager (nvm - https://github.com/creationix/nvm) to install that older version, if you need to keep multiple versions of node installed.

julianbrowne commented 10 years ago

Yes. Sorry for taking an age to reply to this. The file handler for node-static needed an update for later versions of node (same as this issue: https://github.com/cloudhead/node-static/issues/89). Pushed a new version that should fix this.