Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. ErrorEvent {
  2. target:
  3. WebSocket {
  4. domain: null,
  5. _events:
  6. { message: [Object],
  7. open: [Object],
  8. error: [Object],
  9. close: [Object] },
  10. _eventsCount: 4,
  11. _maxListeners: undefined,
  12. readyState: 2,
  13. protocol: '',
  14. _binaryType: 'nodebuffer',
  15. _finalize: [Function: bound finalize],
  16. _closeFrameReceived: false,
  17. _closeFrameSent: false,
  18. _closeMessage: '',
  19. _closeTimer: null,
  20. _finalized: true,
  21. _closeCode: 1006,
  22. _extensions: {},
  23. _isServer: false,
  24. _receiver:
  25. Receiver {
  26. _binaryType: 'nodebuffer',
  27. _extensions: null,
  28. _maxPayload: 0,
  29. _bufferedBytes: 0,
  30. _buffers: null,
  31. _compressed: false,
  32. _payloadLength: 808,
  33. _fragmented: 0,
  34. _masked: false,
  35. _fin: true,
  36. _mask: null,
  37. _opcode: 1,
  38. _totalPayloadLength: 0,
  39. _messageLength: 0,
  40. _fragments: null,
  41. _cleanupCallback: null,
  42. _isCleaningUp: false,
  43. _hadError: false,
  44. _loop: false,
  45. add: [Function: bound add],
  46. onmessage: null,
  47. onclose: null,
  48. onerror: null,
  49. onping: null,
  50. onpong: null,
  51. _state: 0 },
  52. _sender:
  53. Sender {
  54. _extensions: {},
  55. _socket: [Object],
  56. _firstFragment: true,
  57. _compress: false,
  58. _bufferedBytes: 0,
  59. _deflating: false,
  60. _queue: [] },
  61. _socket:
  62. TLSSocket {
  63. _tlsOptions: [Object],
  64. _secureEstablished: true,
  65. _securePending: false,
  66. _newSessionPending: false,
  67. _controlReleased: true,
  68. _SNICallback: null,
  69. servername: 'gateway.discord.gg',
  70. npnProtocol: false,
  71. alpnProtocol: false,
  72. authorized: true,
  73. authorizationError: null,
  74. encrypted: true,
  75. _events: [Object],
  76. _eventsCount: 6,
  77. connecting: false,
  78. _hadError: false,
  79. _handle: null,
  80. _parent: null,
  81. _host: 'gateway.discord.gg',
  82. _readableState: [Object],
  83. readable: false,
  84. domain: null,
  85. _maxListeners: undefined,
  86. _writableState: [Object],
  87. writable: false,
  88. allowHalfOpen: false,
  89. _bytesDispatched: 17051,
  90. _sockname: null,
  91. _pendingData: null,
  92. _pendingEncoding: '',
  93. server: undefined,
  94. _server: null,
  95. ssl: null,
  96. _requestCert: true,
  97. _rejectUnauthorized: true,
  98. parser: null,
  99. _httpMessage: null,
  100. _idleNext: null,
  101. _idlePrev: null,
  102. _idleTimeout: -1,
  103. [Symbol(asyncId)]: 4345,
  104. [Symbol(bytesRead)]: 2083621 },
  105. _error: null,
  106. url: 'wss://gateway.discord.gg/?v=6&encoding=json',
  107. _req: null },
  108. type: 'error',
  109. message: 'read ECONNRESET',
  110. error: { Error: read ECONNRESET
  111. at _errnoException (util.js:992:11)
  112. at TLSWrap.onread (net.js:618:25) code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'read' } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement