Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1.  
  2. D:\adobe\bot bla>node index.js
  3. π˜Όπ™ π™π™€π˜Όπ™ˆ is online
  4. music is ready
  5. (node:15380) UnhandledPromiseRejectionWarning: Error: socket hang up
  6. at connResetException (internal/errors.js:581:14)
  7. at TLSSocket.socketOnEnd (_http_client.js:451:23)
  8. at TLSSocket.emit (events.js:224:7)
  9. at endReadableNT (_stream_readable.js:1206:12)
  10. at processTicksAndRejections (internal/process/task_queues.js:84:21)
  11. (node:15380) 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: 1)
  12. (node:15380) [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.
  13. (node:15380) UnhandledPromiseRejectionWarning: Error: socket hang up
  14. at connResetException (internal/errors.js:581:14)
  15. at TLSSocket.socketOnEnd (_http_client.js:451:23)
  16. at TLSSocket.emit (events.js:224:7)
  17. at endReadableNT (_stream_readable.js:1206:12)
  18. at processTicksAndRejections (internal/process/task_queues.js:84:21)
  19. (node:15380) 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)
  20. (node:15380) UnhandledPromiseRejectionWarning: Error: socket hang up
  21. at connResetException (internal/errors.js:581:14)
  22. at TLSSocket.socketOnEnd (_http_client.js:451:23)
  23. at TLSSocket.emit (events.js:224:7)
  24. at endReadableNT (_stream_readable.js:1206:12)
  25. at processTicksAndRejections (internal/process/task_queues.js:84:21)
  26. (node:15380) 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)
  27. (node:15380) UnhandledPromiseRejectionWarning: Error: read ECONNRESET
  28. at TLSWrap.onStreamRead (internal/stream_base_commons.js:204:27)
  29. (node:15380) 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. events.js:210
  31. throw err; // Unhandled 'error' event
  32. ^
  33.  
  34. Error [ERR_UNHANDLED_ERROR]: Unhandled error. (ErrorEvent {
  35. target: WebSocket {
  36. _events: [Object: null prototype] {
  37. message: [Function],
  38. open: [Function],
  39. error: [Function],
  40. close: [Function]
  41. },
  42. _eventsCount: 4,
  43. _maxListeners: undefined,
  44. readyState: 2,
  45. protocol: '',
  46. _binaryType: 'nodebuffer',
  47. _closeFrameReceived: false,
  48. _closeFrameSent: false,
  49. _closeMessage: '',
  50. _closeTimer: null,
  51. _closeCode: 1006,
  52. _extensions: {},
  53. _receiver: null,
  54. _sender: null,
  55. _socket: null,
  56. _isServer: false,
  57. _redirects: 0,
  58. url: 'wss://gateway.discord.gg/?v=6&encoding=json',
  59. _req: null
  60. },
  61. type: 'error',
  62. message: 'getaddrinfo ENOTFOUND gateway.discord.gg',
  63. error: Error: getaddrinfo ENOTFOUND gateway.discord.gg
  64. at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:64:26) {
  65. errno: -3008,
  66. code: 'ENOTFOUND',
  67. syscall: 'getaddrinfo',
  68. hostname: 'gateway.discord.gg'
  69. }
  70. })
  71. at Client.emit (events.js:208:17)
  72. at WebSocketConnection.onError (D:\adobe\bot bla\node_modules\discord.js\src\client\websocket\WebSocketConnection.js:374:17)
  73. at WebSocket.onError (D:\adobe\bot bla\node_modules\ws\lib\event-target.js:128:16)
  74. at WebSocket.emit (events.js:219:5)
  75. at ClientRequest.<anonymous> (D:\adobe\bot bla\node_modules\ws\lib\websocket.js:568:15)
  76. at ClientRequest.emit (events.js:219:5)
  77. at TLSSocket.socketErrorListener (_http_client.js:420:9)
  78. at TLSSocket.emit (events.js:219:5)
  79. at emitErrorNT (internal/streams/destroy.js:84:8)
  80. at processTicksAndRejections (internal/process/task_queues.js:84:21) {
  81. code: 'ERR_UNHANDLED_ERROR',
  82. context: ErrorEvent {
  83. target: WebSocket {
  84. _events: [Object: null prototype],
  85. _eventsCount: 4,
  86. _maxListeners: undefined,
  87. readyState: 2,
  88. protocol: '',
  89. _binaryType: 'nodebuffer',
  90. _closeFrameReceived: false,
  91. _closeFrameSent: false,
  92. _closeMessage: '',
  93. _closeTimer: null,
  94. _closeCode: 1006,
  95. _extensions: {},
  96. _receiver: null,
  97. _sender: null,
  98. _socket: null,
  99. _isServer: false,
  100. _redirects: 0,
  101. url: 'wss://gateway.discord.gg/?v=6&encoding=json',
  102. _req: null
  103. },
  104. type: 'error',
  105. message: 'getaddrinfo ENOTFOUND gateway.discord.gg',
  106. error: Error: getaddrinfo ENOTFOUND gateway.discord.gg
  107. at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:64:26) {
  108. errno: -3008,
  109. code: 'ENOTFOUND',
  110. syscall: 'getaddrinfo',
  111. hostname: 'gateway.discord.gg'
  112. }
  113. }
  114. }
  115.  
  116. D:\adobe\bot bla>pause
  117. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement