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

Empty reply from server #101

Open
chrisoraruf opened this issue May 9, 2024 · 2 comments
Open

Empty reply from server #101

chrisoraruf opened this issue May 9, 2024 · 2 comments

Comments

@chrisoraruf
Copy link

chrisoraruf commented May 9, 2024

Can someone help me understand why after i open a valid connection to neo4j

connection <- neo4j_api$new(
  url = "http://localhost:7687", 
  user = "neo4j", 
  password = "password"
)

connection$ping()

200

After calling the classical

'MATCH (n) return n' %>% call_neo4j(connection)

I got the following error?
Error in curl::curl_fetch_memory(url, handle = handle) :
Empty reply from server

@davidlrosenblum
Copy link

davidlrosenblum commented May 9, 2024 via email

@chrisoraruf
Copy link
Author

chrisoraruf commented May 9, 2024

Even with port 7474 is not working. And user is neo4j, password is password, because I am using the python driver similarly and there it works in that way.
The problem is not the ping itself that I know it is a bit buggy, but i get an API Error after the query.

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