LogonTracer icon indicating copy to clipboard operation
LogonTracer copied to clipboard

Unable to connect to the neo4j db

Open Shashank-003 opened this issue 2 years ago • 2 comments

Followed the instructions for installation. Made changes to neo4j config but on executing python3 logontracer.py -r, i get the error "Can't connect Neo4j Database"

Shashank-003 avatar Jul 01 '22 19:07 Shashank-003

Please report on your system and log details.

shu-tom avatar Jul 06 '22 04:07 shu-tom

I had the same issue, but after the review of logontracer.py code and printing the final URL that is used in Database connection i found that if your Password has an @ symbol will break the URL. So if you have that, it may be the cause of your problem. I propose that we find a way to escape special characters.

mkulasi avatar Oct 10 '22 13:10 mkulasi