histrio/py-couchdb

pycouchdb.exceptions.GenericError

imZEH opened this issue · 0 comments

imZEH commented

Hello,

I have an application using pycouchdb library and I found this error on my application

File "pycouchdb\client.py", line 453, in all File "pycouchdb\resource.py", line 113, in get File "pycouchdb\resource.py", line 108, in request File "pycouchdb\resource.py", line 72, in _check_result pycouchdb.exceptions.GenericError: {'error': 'killed', 'reason': '{gen_server,call,[<0.24563.30>,bytes,infinity]}', 'ref': 2244742639}

Can someone help me to understand what is the meaning of this error.

Thank you.