Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. ErrorEvent {
  2. target:
  3. WebSocket {
  4. _events:
  5. [Object: null prototype] {
  6. message: [Function],
  7. open: [Function],
  8. error: [Function],
  9. close: [Function] },
  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: 95,
  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: [TLSSocket],
  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. alpnProtocol: false,
  71. authorized: true,
  72. authorizationError: null,
  73. encrypted: true,
  74. _events: [Object],
  75. _eventsCount: 4,
  76. connecting: false,
  77. _hadError: false,
  78. _handle: null,
  79. _parent: null,
  80. _host: 'gateway.discord.gg',
  81. _readableState: [ReadableState],
  82. readable: false,
  83. _maxListeners: undefined,
  84. _writableState: [WritableState],
  85. writable: false,
  86. allowHalfOpen: false,
  87. _sockname: null,
  88. _pendingData: null,
  89. _pendingEncoding: '',
  90. server: undefined,
  91. _server: null,
  92. ssl: null,
  93. _requestCert: true,
  94. _rejectUnauthorized: true,
  95. parser: null,
  96. _httpMessage: null,
  97. timeout: 0,
  98. [Symbol(res)]: [TLSWrap],
  99. [Symbol(asyncId)]: 219,
  100. [Symbol(lastWriteQueueSize)]: 0,
  101. [Symbol(timeout)]: null,
  102. [Symbol(kBytesRead)]: 554,
  103. [Symbol(kBytesWritten)]: 13467,
  104. [Symbol(connect-options)]: [Object] },
  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:
  111. { Error: read ECONNRESET
  112. at TLSWrap.onStreamRead (internal/stream_base_commons.js:111:27) errno: 'ECONNRESET', code: 'ECONNRESET', syscall: 'read' } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement