Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Dev\OEbot>node app.js
- (node:18308) UnhandledPromiseRejectionWarning: TypeError: Converting circular structure to JSON
- at stringify (<anonymous>)
- at Snekfetch.send (C:\Dev\OEbot\node_modules\snekfetch\src\index.js:120:19)
- at APIRequest.gen (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\APIRequest.js:46:15)
- at resolve (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:52:20)
- at new Promise (<anonymous>)
- at SequentialRequestHandler.execute (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:51:12)
- at SequentialRequestHandler.handle (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:94:10)
- at SequentialRequestHandler.push (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:41:10)
- at Promise (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\RESTManager.js:26:15)
- at new Promise (<anonymous>)
- (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)
- (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.
- (node:18308) UnhandledPromiseRejectionWarning: TypeError: Converting circular structure to JSON
- at stringify (<anonymous>)
- at Snekfetch.send (C:\Dev\OEbot\node_modules\snekfetch\src\index.js:120:19)
- at APIRequest.gen (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\APIRequest.js:46:15)
- at resolve (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:52:20)
- at new Promise (<anonymous>)
- at SequentialRequestHandler.execute (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:51:12)
- at SequentialRequestHandler.handle (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:94:10)
- at SequentialRequestHandler.push (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:41:10)
- at Promise (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\RESTManager.js:26:15)
- at new Promise (<anonymous>)
- (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)
- events.js:183
- throw er; // Unhandled 'error' event
- ^
- Error: socket hang up
- at createHangUpError (_http_client.js:331:15)
- at TLSSocket.socketOnEnd (_http_client.js:423:23)
- at emitNone (events.js:111:20)
- at TLSSocket.emit (events.js:208:7)
- at endReadableNT (_stream_readable.js:1064:12)
- at _combinedTickCallback (internal/process/next_tick.js:139:11)
- at process._tickCallback (internal/process/next_tick.js:181:9)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement