Advertisement
Guest User

Untitled

a guest
Dec 18th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. 577282' } MongoError: Unknown modifier: $pushAll
  2. at Function.MongoError.create (/var/mybot/node_modules/mongoose/node_modules/mongodb-core/lib/error.js:31:11)
  3. at toError (/var/mybot/node_modules/mongoose/node_modules/mongodb/lib/utils.js:114:22)
  4. at /var/mybot/node_modules/mongoose/node_modules/mongodb/lib/collection.js:1008:67
  5. at commandCallback (/var/mybot/node_modules/mongoose/node_modules/mongodb-core/lib/topologies/server.js:1194:9)
  6. at Callbacks.emit (/var/mybot/node_modules/mongoose/node_modules/mongodb-core/lib/topologies/server.js:119:3)
  7. at Connection.messageHandler (/var/mybot/node_modules/mongoose/node_modules/mongodb-core/lib/topologies/server.js:358:23)
  8. at Socket.<anonymous> (/var/mybot/node_modules/mongoose/node_modules/mongodb-core/lib/connection/connection.js:292:22)
  9. at Socket.emit (events.js:159:13)
  10. at addChunk (_stream_readable.js:265:12)
  11. at readableAddChunk (_stream_readable.js:252:11)
  12. at Socket.Readable.push (_stream_readable.js:209:10)
  13. at TCP.onread (net.js:608:20)
  14. (node:23822) UnhandledPromiseRejectionWarning: MongoError: Unknown modifier: $pushAll
  15. at Function.MongoError.create (/var/mybot/node_modules/mongoose/node_modules/mongodb-core/lib/error.js:31:11)
  16. at toError (/var/mybot/node_modules/mongoose/node_modules/mongodb/lib/utils.js:114:22)
  17. at /var/mybot/node_modules/mongoose/node_modules/mongodb/lib/collection.js:1008:67
  18. at commandCallback (/var/mybot/node_modules/mongoose/node_modules/mongodb-core/lib/topologies/server.js:1194:9)
  19. at Callbacks.emit (/var/mybot/node_modules/mongoose/node_modules/mongodb-core/lib/topologies/server.js:119:3)
  20. at Connection.messageHandler (/var/mybot/node_modules/mongoose/node_modules/mongodb-core/lib/topologies/server.js:358:23)
  21. at Socket.<anonymous> (/var/mybot/node_modules/mongoose/node_modules/mongodb-core/lib/connection/connection.js:292:22)
  22. at Socket.emit (events.js:159:13)
  23. at addChunk (_stream_readable.js:265:12)
  24. at readableAddChunk (_stream_readable.js:252:11)
  25. at Socket.Readable.push (_stream_readable.js:209:10)
  26. at TCP.onread (net.js:608:20)
  27. (node:23822) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
  28. (node:23822) [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.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement