Skip to content

KeyError: 'collections' #15

@JannisT69

Description

@JannisT69

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions