Advertisement
Babylonius

Untitled

Oct 2nd, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. C:\Dev\OEbot>node app.js
  2. (node:18308) UnhandledPromiseRejectionWarning: TypeError: Converting circular structure to JSON
  3. at stringify (<anonymous>)
  4. at Snekfetch.send (C:\Dev\OEbot\node_modules\snekfetch\src\index.js:120:19)
  5. at APIRequest.gen (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\APIRequest.js:46:15)
  6. at resolve (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:52:20)
  7. at new Promise (<anonymous>)
  8. at SequentialRequestHandler.execute (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:51:12)
  9. at SequentialRequestHandler.handle (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:94:10)
  10. at SequentialRequestHandler.push (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:41:10)
  11. at Promise (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\RESTManager.js:26:15)
  12. at new Promise (<anonymous>)
  13. (node:18308) 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: 2)
  14. (node:18308) [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.
  15. (node:18308) UnhandledPromiseRejectionWarning: TypeError: Converting circular structure to JSON
  16. at stringify (<anonymous>)
  17. at Snekfetch.send (C:\Dev\OEbot\node_modules\snekfetch\src\index.js:120:19)
  18. at APIRequest.gen (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\APIRequest.js:46:15)
  19. at resolve (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:52:20)
  20. at new Promise (<anonymous>)
  21. at SequentialRequestHandler.execute (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:51:12)
  22. at SequentialRequestHandler.handle (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:94:10)
  23. at SequentialRequestHandler.push (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:41:10)
  24. at Promise (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\RESTManager.js:26:15)
  25. at new Promise (<anonymous>)
  26. (node:18308) 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: 4)
  27. events.js:183
  28. throw er; // Unhandled 'error' event
  29. ^
  30.  
  31. Error: socket hang up
  32. at createHangUpError (_http_client.js:331:15)
  33. at TLSSocket.socketOnEnd (_http_client.js:423:23)
  34. at emitNone (events.js:111:20)
  35. at TLSSocket.emit (events.js:208:7)
  36. at endReadableNT (_stream_readable.js:1064:12)
  37. at _combinedTickCallback (internal/process/next_tick.js:139:11)
  38. at process._tickCallback (internal/process/next_tick.js:181:9)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement