-
Notifications
You must be signed in to change notification settings - Fork 135
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
Made message when there is a networking (proxy?) issue #183
Comments
Interesting. It's unexpected (per the Neo4j REST API) that Would you mind doing me a favor, and in Thanks! |
It could also be the message getting caught somewhere in our proxy and the response never getting received. I am still working to diagnose but it seems to fix itself if I remove my proxy (Neo server in on the intranet) |
Thanks for the update. Good luck diagnosing. =) In the meantime, still feel free to add the |
I also noticed this, so my theory is that it is related to the general proxy I set up with HTTP_PROXY. I tried creating my GraphDatabase like this...
But now when I try to run it I get.....
|
I will also try to get you that console output tomorrow. |
So it is just undefined (looks funny because the CoffeeScript stuff), I also noticed this error when I stopped there...
So it does look like the request is failing like I would expect and node-neo just can't handle that. |
@aseemk I'm experiencing this too further down in the stacktrace of |
I left @aseemk a message in the #neo4j-javascript slack channel but for completeness, I added this line |
Also FWIW - we believe that the error I previously mentioned ( |
We (@alph486 and I) were running Neo 2.2.7 in production but just moved to the latest 2.3.1 and have not seen this error since then when we typically saw it once or twice a day. My speculation is it has been fixed by Neo since. |
I am working with a local Neo4J and I have an instance inside our local network so I didn't have to use our corporate proxy. Now I need to call external services and use a proxy.
When I try to configure using the HTTP_PROXY and HTTPS_PROXY vars Neo4J starts failing with...
Two things
1.) How do I fix this?
2.) Is there a way we can do a null check on results and output a more meaningful message?
The text was updated successfully, but these errors were encountered: