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
[2023-04-28 15:35:50,159][Thread-92:140382742505216][task_id:default][mongo.py:714][DEBUG]- db.test.find().limit(1)
[2023-04-28 15:35:50,160][Thread-92:140382742505216][task_id:default][mongo.py:690][DEBUG]- {'collection': 'test', 'condition': '', 'method': 'find', 'limit': '1'}
[2023-04-28 15:35:50,234][Thread-92:140382742505216][task_id:default][mongo.py:690][DEBUG]- {'collection': 'test', 'condition': '', 'method': 'find', 'limit': '1'}
[2023-04-28 15:35:50,270][Thread-92:140382742505216][task_id:default][mongo.py:780][DEBUG]- collection.find(condition).limit(limit)
[2023-04-28 15:35:50,272][Thread-92:140382742505216][task_id:default][mongo.py:825][WARNING]- Mongo命令执行报错,语句:db.test.find().limit(1), 错误信息:Traceback (most recent call last):
File "/data/archery/Archery-1.8.5/sql/engines/mongo.py", line 813, in query
cursor = json.loads(json_util.dumps(cursor))
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/bson/json_util.py", line 382, in dumps
return json.dumps(_json_convert(obj, json_options), *args, **kwargs)
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/bson/json_util.py", line 420, in _json_convert
return list((_json_convert(v, json_options) for v in obj))
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/bson/json_util.py", line 420, in
return list((_json_convert(v, json_options) for v in obj))
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/pymongo/cursor.py", line 1207, in next
if len(self.__data) or self._refresh():
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/pymongo/cursor.py", line 1124, in _refresh
self.__send_message(q)
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/pymongo/cursor.py", line 1001, in __send_message
address=self.__address)
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/pymongo/mongo_client.py", line 1372, in _run_operation_with_response
exhaust=exhaust)
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/pymongo/mongo_client.py", line 1471, in _retryable_read
return func(session, server, sock_info, slave_ok)
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/pymongo/mongo_client.py", line 1366, in _cmd
unpack_res)
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/pymongo/server.py", line 131, in run_operation_with_response
user_fields=user_fields)
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/pymongo/cursor.py", line 1080, in _unpack_response
legacy_response)
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/pymongo/message.py", line 1616, in unpack_response
self.payload_document, codec_options, user_fields)
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/bson/init.py", line 1089, in _decode_all_selective
return decode_all(data, codec_options)
bson.errors.InvalidBSON: year 51175728 is out of range
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
[2023-04-28 15:35:50,159][Thread-92:140382742505216][task_id:default][mongo.py:714][DEBUG]- db.test.find().limit(1)
[2023-04-28 15:35:50,160][Thread-92:140382742505216][task_id:default][mongo.py:690][DEBUG]- {'collection': 'test', 'condition': '', 'method': 'find', 'limit': '1'}
[2023-04-28 15:35:50,234][Thread-92:140382742505216][task_id:default][mongo.py:690][DEBUG]- {'collection': 'test', 'condition': '', 'method': 'find', 'limit': '1'}
[2023-04-28 15:35:50,270][Thread-92:140382742505216][task_id:default][mongo.py:780][DEBUG]- collection.find(condition).limit(limit)
[2023-04-28 15:35:50,272][Thread-92:140382742505216][task_id:default][mongo.py:825][WARNING]- Mongo命令执行报错,语句:db.test.find().limit(1), 错误信息:Traceback (most recent call last):
File "/data/archery/Archery-1.8.5/sql/engines/mongo.py", line 813, in query
cursor = json.loads(json_util.dumps(cursor))
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/bson/json_util.py", line 382, in dumps
return json.dumps(_json_convert(obj, json_options), *args, **kwargs)
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/bson/json_util.py", line 420, in _json_convert
return list((_json_convert(v, json_options) for v in obj))
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/bson/json_util.py", line 420, in
return list((_json_convert(v, json_options) for v in obj))
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/pymongo/cursor.py", line 1207, in next
if len(self.__data) or self._refresh():
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/pymongo/cursor.py", line 1124, in _refresh
self.__send_message(q)
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/pymongo/cursor.py", line 1001, in __send_message
address=self.__address)
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/pymongo/mongo_client.py", line 1372, in _run_operation_with_response
exhaust=exhaust)
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/pymongo/mongo_client.py", line 1471, in _retryable_read
return func(session, server, sock_info, slave_ok)
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/pymongo/mongo_client.py", line 1366, in _cmd
unpack_res)
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/pymongo/server.py", line 131, in run_operation_with_response
user_fields=user_fields)
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/pymongo/cursor.py", line 1080, in _unpack_response
legacy_response)
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/pymongo/message.py", line 1616, in unpack_response
self.payload_document, codec_options, user_fields)
File "/data/archery/Archery-1.8.5/venv4archery/lib64/python3.6/site-packages/bson/init.py", line 1089, in _decode_all_selective
return decode_all(data, codec_options)
bson.errors.InvalidBSON: year 51175728 is out of range
Beta Was this translation helpful? Give feedback.
All reactions