-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Labels
Description
Hello,
everytime i try to use collection i get the error "KeyError: 'collections'"
i.e: delete a collection
Traceback (most recent call last):
File "B2ArangoDB.py", line 42, in bastDB.delete_collection("l")
File "C:\Python35\lib\site-packages\python_arango-2.2.0-py3.5.egg\arango\database.py", line 344, in delete_collection
File "C:\Python35\lib\site-packages\python_arango-2.2.0-py3.5.egg\arango\database.py", line 46, in _refresh_collection_cache
File "C:\Python35\lib\site-packages\python_arango-2.2.0-py3.5.egg\arango\database.py", line 234, in collections
KeyError: 'collections'
same error with create_colletion or retrieve collection information..
The actual action as create, delete etc is being executed but with the above error everytime.