neo4jshell icon indicating copy to clipboard operation
neo4jshell copied to clipboard

Error with no details

Open prgarnett opened this issue 1 year ago • 0 comments

Hi,

I am trying to use this with Cypher-Shell 4.4.22.

It has install fine directly from github using devtools. I can reach the database fine with other tools. However when I try to run a query in R I just get 'Error:'

E.g. something like the following: con = list(address = neoAddress, uid = neoU, pwd = neoPassword) neo4j_query(con, qry="SHOW DATABASES;", database = "system")

Server version is 4.4.27.

Thanks, Philip

prgarnett avatar Nov 27 '23 13:11 prgarnett