This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
Mongojs error #1571
Comments
This also seems to happen when the bot does a sell. |
Seems that updating the mongojs module fixes it |
Just got the error again, reopening. |
See: mongodb-js/mongodb-core/issues/199 |
Managed to fix it by downgrading to Ubuntu 16.04. I've had it run for 24 hours without issue. It might be an issue related to MongoDB and/or NodeJS's MongoJS module on Ubuntu 18.04. Thanks! |
Same issue. |
@PossibilitiesMC What MongoDB version you have now? |
This was referenced Jan 15, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
System information
Describe the problem
After running zenbot for about 5 or so minutes, it throws an error. Seems to be an issue with the mongo module, after researching and looking at the error.
Source code / Error logs
/root/zenbot/node_modules/mongodb/lib/utils.js:132
throw err;
^
MongoError: cursor id 34859244662 not found
at /root/zenbot/node_modules/mongodb-core/lib/connection/pool.js:598:61
at authenticateStragglers (/root/zenbot/node_modules/mongodb-core/lib/connection/pool.js:516:16)
at Connection.messageHandler (/root/zenbot/node_modules/mongodb-core/lib/connection/pool.js:552:5)
at emitMessageHandler (/root/zenbot/node_modules/mongodb core/lib/connection/connection.js:309:10)
at Socket. (/root/zenbot/node_modules/mongodb-core/lib/connection/connection.js:452:17)
at Socket.emit (events.js:180:13)
at addChunk (_stream_readable.js:274:12)
at readableAddChunk (_stream_readable.js:261:11)
at Socket.Readable.push (_stream_readable.js:218:10)
at TCP.onread (net.js:581:20
The text was updated successfully, but these errors were encountered: