You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Traceback (most recent call last):
File "Z:/spdaemon/app.py", line 184, in _runme
message = self._jobqueue.next().get('data', None)
File "Z:\Z_VirtualEnv\lib\site-packages\pymjq\jobqueue.py", line 42, in next
tailable=True)
File "Z:\Z_VirtualEnv\lib\site-packages\pymongo\collection.py", line 1137, in find
return Cursor(self, *args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'tailable'
Exception ignored in: <bound method Cursor.__del__ of <pymongo.cursor.Cursor object at 0x0000000003918048>>
Traceback (most recent call last):
File "Z:\Z_VirtualEnv\lib\site-packages\pymongo\cursor.py", line 214, in __del__
if self.__id and not self.__killed:
AttributeError: 'Cursor' object has no attribute '_Cursor__id'
This is just in a client code daemon when calling message = self._jobqueue.next().get('data', None)
Any Ideas ?
Python 3.4.4
Windows 8 x64
Latest MongoDb
The text was updated successfully, but these errors were encountered:
This is just in a client code daemon when calling
message = self._jobqueue.next().get('data', None)
Any Ideas ?
Python 3.4.4
Windows 8 x64
Latest MongoDb
The text was updated successfully, but these errors were encountered: