Skip to content

pargraph: getting startes #134

@Antwnina

Description

@Antwnina

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions