Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Dev\OEbot>node app.js
- (node:21912) 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:21912) 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:21912) [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.
- { DiscordAPIError: Invalid Form Body
- permission_overwrites[2].id: This field is required
- at item.request.gen.end (C:\Dev\OEbot\node_modules\discord.js\src\client\rest\RequestHandlers\Sequential.js:71:65)
- at then (C:\Dev\OEbot\node_modules\snekfetch\src\index.js:215:21)
- at <anonymous>
- at process._tickCallback (internal/process/next_tick.js:189:7)
- name: 'DiscordAPIError',
- message: 'Invalid Form Body\npermission_overwrites[2].id: This field is required',
- path: '/api/v7/guilds/123870919578877952/channels',
- code: 50035 }
- (node:21912) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'setParent' of undefined
- at run (C:\Dev\OEbot\events\messageReceivedEvent.js:122:16)
- at <anonymous>
- at process._tickCallback (internal/process/next_tick.js:189:7)
- (node:21912) 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)
- C:\Dev\OEbot>pause
- Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement