You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On May 9, 2024, at 2:16 PM, chrisoraruf ***@***.***> wrote:
Can someone help me understand wjy 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
—
Reply to this email directly, view it on GitHub <#101>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AFBXAGH7V7RNYOWOXDM2XWTZBO4PHAVCNFSM6AAAAABHPIPP76VHI2DSMVQWIX3LMV43ASLTON2WKOZSGI4DQMRRGQ3TMNI>.
You are receiving this because you are subscribed to this thread.
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.
Can someone help me understand why after i open a valid connection to neo4j
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
The text was updated successfully, but these errors were encountered: