ArangoDB-Community / pyArango

Python Driver for ArangoDB with built-in validation
https://pyarango.readthedocs.io/en/latest/
Apache License 2.0
238 stars 90 forks source link

Not able to establish connection with ArangoDb Server "No connection adapters were found " #220

Closed shethnisarg95 closed 2 years ago

shethnisarg95 commented 2 years ago

I keep getting following error:

requests.exception.InvalidSchema : No connection adapters were found for ':8529/_api/user//database'

to connect to the instance I've used pyarango.connection.Connection(arangourl="", username="", password="")

I've surfed through the documentation but i dont see any solution for this error.