nicolewhite / cycli

A Command Line Interface for Neo4j's Cypher.
MIT License
272 stars 25 forks source link

Exceptions when using cycli with no authorization required #54

Open drfraser opened 7 years ago

drfraser commented 7 years ago

Hi,

I initially filed an issue with py2neo:

https://github.com/technige/py2neo/issues/621

and technige said the issue looks to actually be within cycli. As stated, I was using Neo4j 3.1.1 and have the latest version of cycli off of pypi.

I have not updated Neo4j to 3.2 as there was some issue with updating the data in my database, haven't gotten around to seeing if they've fixed that yet. I forget the details, I got some vague sense that Neo4j had some issues around authorization at the time. But I haven't needed to revisit that project yet.

nicolewhite commented 7 years ago

Yeah I have unfortunately not tested cycli with Neo4j 3.1.1! I imagine I'll just have to update py2neo or something. I will take a look soon.