Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. (node:645) UnhandledPromiseRejectionWarning: TypeError: Converting circular structure to JSON
  2.  
  3. at stringify (<anonymous>)
  4.  
  5. at Snekfetch.send (/rbd/pnpm-volume/b8143753-7434-4ceb-a4c3-d95bc84e58e0/node_modules/.registry.npmjs.org/snekfetch/3.6.4/node_modules/snekfetch/src/index.js:120:19)
  6.  
  7. at APIRequest.gen (/rbd/pnpm-volume/b8143753-7434-4ceb-a4c3-d95bc84e58e0/node_modules/.registry.npmjs.org/discord.js/11.3.2/node_modules/discord.js/src/client/rest/APIRequest.js:46:15)
  8.  
  9. at resolve (/rbd/pnpm-volume/b8143753-7434-4ceb-a4c3-d95bc84e58e0/node_modules/.registry.npmjs.org/discord.js/11.3.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:52:20)
  10.  
  11. at new Promise (<anonymous>)
  12.  
  13. at SequentialRequestHandler.execute (/rbd/pnpm-volume/b8143753-7434-4ceb-a4c3-d95bc84e58e0/node_modules/.registry.npmjs.org/discord.js/11.3.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:51:12)
  14.  
  15. at SequentialRequestHandler.handle (/rbd/pnpm-volume/b8143753-7434-4ceb-a4c3-d95bc84e58e0/node_modules/.registry.npmjs.org/discord.js/11.3.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:94:10)
  16.  
  17. at SequentialRequestHandler.push (/rbd/pnpm-volume/b8143753-7434-4ceb-a4c3-d95bc84e58e0/node_modules/.registry.npmjs.org/discord.js/11.3.2/node_modules/discord.js/src/client/rest/RequestHandlers/Sequential.js:41:10)
  18.  
  19. at Promise (/rbd/pnpm-volume/b8143753-7434-4ceb-a4c3-d95bc84e58e0/node_modules/.registry.npmjs.org/discord.js/11.3.2/node_modules/discord.js/src/client/rest/RESTManager.js:26:15)
  20.  
  21. at new Promise (<anonymous>)
  22.  
  23. (node:645) 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: 3)
  24.  
  25. (node:645) [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