Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-18-2019 02:52 AM
from py2neo import Graph
form py2neo import Node
I received the error: [WinError 10061] No connection could be made because the target machine actively refused it
How can I fix this??
Thanks in advance!!
04-04-2019 12:51 AM
Do you have a graphdb running?
You should provide an URL and user + password to Graph()
05-06-2020 12:34 AM
Hello. I am using Neo4j Server version 4.0.4 with the official Bolt neo4j-python-driver 1.7.1.
I was getting the same error, even with proper authentication.
In order to get rid of this error, I had to uncomment the following line in neo4j.conf
and re-start the service:
# To accept non-local connections, uncomment this line:
dbms.default_listen_address=0.0.0.0
Not sure why Neo4J server considers the connection from a local driver to be a remote connection.
Hope this helps.
All the sessions of the conference are now available online