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
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"
The text was updated successfully, but these errors were encountered:
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.
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"
The text was updated successfully, but these errors were encountered: