-
Notifications
You must be signed in to change notification settings - Fork 71
Description
hello when i entered
from neo4jrestclient.client import GraphDatabase
gdb = GraphDatabase("http://localhost:7474/db/data/")
There are the following errors how can i resolve them?
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/neo4jrestclient/client.py", line 79, in init
response = Request(**self._auth).get(self.url)
File "/usr/local/lib/python2.7/dist-packages/neo4jrestclient/request.py", line 63, in get
return self._request('GET', url, headers=headers)
File "/usr/local/lib/python2.7/dist-packages/neo4jrestclient/request.py", line 200, in _request
raise StatusException(401, "Authorization Required")
neo4jrestclient.exceptions.StatusException: Code [401]: Unauthorized. No permission -- see authorization schemes.
Authorization Required