Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Preparing to connect to the gateway...
  2. [WS => Manager] Fetched Gateway Information
  3.       URL: wss://gateway.discord.gg
  4.       Recommended Shards: 1
  5. [WS => Manager] Session Limit Information
  6.       Total: 1000
  7.       Remaining: 992
  8. [WS => Manager] Spawning shards: 0
  9. [WS => Shard 0] Trying to connect to wss://gateway.discord.gg/, version 6
  10. [WS => Shard 0] Setting a HELLO timeout for 20s.
  11. [WS => Manager] Manager was destroyed. Called by:
  12. Error: MANAGER_DESTROYED
  13.     at WebSocketManager.destroy (/home/benhunter/node_modules/discord.js/src/client/websocket/WebSocketManager.js:340:54)
  14.     at Client.destroy (/home/benhunter/node_modules/discord.js/src/client/Client.js:224:13)
  15.     at Client.login (/home/benhunter/node_modules/discord.js/src/client/Client.js:213:12)
  16.     at <anonymous>
  17.     at process._tickCallback (internal/process/next_tick.js:188:7)
  18. [WS => Shard 0] Clearing the HELLO timeout.
  19. [WS => Shard 0] Shard was destroyed but no WebSocket connection existed... Reconnecting...
  20. (node:9877) UnhandledPromiseRejectionWarning: ReferenceError: URLSearchParams is not defined
  21.     at Object.exports.create.args [as create] (/home/benhunter/node_modules/discord.js/src/WebSocket.js:43:3)
  22.     at Promise (/home/benhunter/node_modules/discord.js/src/client/websocket/WebSocketShard.js:223:46)
  23.     at new Promise (<anonymous>)
  24.     at WebSocketShard.connect (/home/benhunter/node_modules/discord.js/src/client/websocket/WebSocketShard.js:168:12)
  25.     at WebSocketManager.createShards (/home/benhunter/node_modules/discord.js/src/client/websocket/WebSocketManager.js:263:19)
  26.     at WebSocketManager.connect (/home/benhunter/node_modules/discord.js/src/client/websocket/WebSocketManager.js:176:17)
  27.     at <anonymous>
  28.     at process._tickCallback (internal/process/next_tick.js:188:7)
  29. (node:9877) 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)
  30. (node:9877) [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