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 15, 2022. It is now read-only.
`fetching pre-roll data:
(node:2259) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): MongoError: not authorized on zenbot4 to execute command { listIndexes: "trades", cursor: {} }
(node:2259) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:2259) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): MongoError: not authorized on zenbot4 to execute command { listIndexes: "resume_markers", cursor: {} }
(node:2270) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): MongoError: not authorized on zenbot4 to execute command { listIndexes: "trades", cursor: {} }
(node:2270) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:2270) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): MongoError: not authorized on zenbot4 to execute command { listIndexes: "resume_markers", cursor: {} }
/home/john/zenbot/commands/backfill.js:52
if (err) throw err
^
MongoError: not authorized on zenbot4 to execute command { find: "resume_markers", filter: { selector: "gdax.BTC-USD" } }
at Function.MongoError.create (/home/john/zenbot/node_modules/mongodb-core/lib/error.js:31:11)
at queryCallback (/home/john/zenbot/node_modules/mongodb-core/lib/cursor.js:212:36)
at /home/john/zenbot/node_modules/mongodb-core/lib/connection/pool.js:469:18
at _combinedTickCallback (internal/process/next_tick.js:131:7)
at process._tickCallback (internal/process/next_tick.js:180:9)`
can anyone help me?
The text was updated successfully, but these errors were encountered:
`fetching pre-roll data:
(node:2259) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): MongoError: not authorized on zenbot4 to execute command { listIndexes: "trades", cursor: {} }
(node:2259) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:2259) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): MongoError: not authorized on zenbot4 to execute command { listIndexes: "resume_markers", cursor: {} }
(node:2270) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): MongoError: not authorized on zenbot4 to execute command { listIndexes: "trades", cursor: {} }
(node:2270) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:2270) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): MongoError: not authorized on zenbot4 to execute command { listIndexes: "resume_markers", cursor: {} }
/home/john/zenbot/commands/backfill.js:52
if (err) throw err
^
MongoError: not authorized on zenbot4 to execute command { find: "resume_markers", filter: { selector: "gdax.BTC-USD" } }
at Function.MongoError.create (/home/john/zenbot/node_modules/mongodb-core/lib/error.js:31:11)
at queryCallback (/home/john/zenbot/node_modules/mongodb-core/lib/cursor.js:212:36)
at /home/john/zenbot/node_modules/mongodb-core/lib/connection/pool.js:469:18
at _combinedTickCallback (internal/process/next_tick.js:131:7)
at process._tickCallback (internal/process/next_tick.js:180:9)`
can anyone help me?
The text was updated successfully, but these errors were encountered: