Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pargraph: getting startes #134

Open
Antwnina opened this issue Jan 26, 2017 · 1 comment
Open

pargraph: getting startes #134

Antwnina opened this issue Jan 26, 2017 · 1 comment

Comments

@Antwnina
Copy link

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

@versae
Copy link
Owner

versae commented Jan 30, 2017

Hi, unfortunately neo4jrestclient does not support the new Neo4j authorization. The only option so far is to disable it in the Neo4j config until I get the time to implement it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants