Advertisement
nodejsdeveloperskh

nestjs-run-e2e-test-subscriptions-graphql-error

Nov 28th, 2024
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.20 KB | None | 0 0
  1. ErrorEvent {
  2.       [Symbol(kTarget)]: WebSocket {
  3.         _events: [Object: null prototype] {
  4.           error: [Function],
  5.           close: [Function],
  6.           open: [Function],
  7.           message: [Function]
  8.         },
  9.         _eventsCount: 4,
  10.         _maxListeners: undefined,
  11.         _binaryType: 'nodebuffer',
  12.         _closeCode: 1006,
  13.         _closeFrameReceived: false,
  14.         _closeFrameSent: false,
  15.         _closeMessage: <Buffer >,
  16.         _closeTimer: null,
  17.         _errorEmitted: true,
  18.         _extensions: {},
  19.         _paused: false,
  20.         _protocol: '',
  21.         _readyState: 3,
  22.         _receiver: null,
  23.         _sender: null,
  24.         _socket: null,
  25.         _bufferedAmount: 0,
  26.         _isServer: false,
  27.         _redirects: 0,
  28.         _autoPong: true,
  29.         _url: 'ws://localhost:4004/graphql',
  30.         _req: ClientRequest {
  31.           _events: [Object: null prototype],
  32.           _eventsCount: 4,
  33.           _maxListeners: undefined,
  34.           outputData: [],
  35.           outputSize: 0,
  36.           writable: true,
  37.           destroyed: true,
  38.           _last: true,
  39.           chunkedEncoding: false,
  40.           shouldKeepAlive: true,
  41.           maxRequestsOnConnectionReached: false,
  42.           _defaultKeepAlive: true,
  43.           useChunkedEncodingByDefault: false,
  44.           sendDate: false,
  45.           _removedConnection: false,
  46.           _removedContLen: false,
  47.           _removedTE: false,
  48.           strictContentLength: false,
  49.           _contentLength: 0,
  50.           _hasBody: true,
  51.           _trailer: '',
  52.           finished: true,
  53.           _headerSent: true,
  54.           _closed: true,
  55.           socket: [Socket],
  56.           _header: 'GET /graphql HTTP/1.1\r\n' +
  57.             'Sec-WebSocket-Version: 13\r\n' +
  58.             'Sec-WebSocket-Key: kxmIPn2CpYOJrpH+FIavIQ==\r\n' +
  59.             'Connection: Upgrade\r\n' +
  60.             'Upgrade: websocket\r\n' +
  61.             'Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits\r\n' +
  62.             'Sec-WebSocket-Protocol: graphql-transport-ws\r\n' +
  63.             'Host: localhost:4004\r\n' +
  64.             '\r\n',
  65.           _keepAliveTimeout: 0,
  66.           _onPendingData: [Function: nop],
  67.           agent: undefined,
  68.           socketPath: undefined,
  69.           method: 'GET',
  70.           maxHeaderSize: undefined,
  71.           insecureHTTPParser: undefined,
  72.           joinDuplicateHeaders: undefined,
  73.           path: '/graphql',
  74.           _ended: true,
  75.           res: [IncomingMessage],
  76.           aborted: true,
  77.           timeoutCb: null,
  78.           upgradeOrConnect: false,
  79.           parser: null,
  80.           maxHeadersCount: null,
  81.           reusedSocket: false,
  82.           host: 'localhost',
  83.           protocol: 'http:',
  84.           [Symbol(kCapture)]: false,
  85.           [Symbol(kBytesWritten)]: 0,
  86.           [Symbol(kNeedDrain)]: false,
  87.           [Symbol(corked)]: 0,
  88.           [Symbol(kOutHeaders)]: [Object: null prototype],
  89.           [Symbol(errored)]: null,
  90.           [Symbol(kHighWaterMark)]: 16384,
  91.           [Symbol(kRejectNonStandardBodyWrites)]: false,
  92.           [Symbol(kUniqueHeaders)]: null,
  93.           [Symbol(kAborted)]: true,
  94.           [Symbol(kError)]: undefined
  95.         },
  96.         [Symbol(kCapture)]: false
  97.       },
  98.       [Symbol(kType)]: 'error',
  99.       [Symbol(kError)]: Error: Unexpected server response: 400
  100.           at ClientRequest.<anonymous> (/home/kasir/projects/graphql/node_modules/.pnpm/ws@8.18.0/node_modules/ws/lib/websocket.js:913:7)
  101.           at ClientRequest.emit (node:events:514:28)
  102.           at ClientRequest.emit (node:domain:488:12)
  103.           at HTTPParser.parserOnIncomingClient (node:_http_client:693:27)
  104.           at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17)
  105.           at Socket.socketOnData (node:_http_client:535:22)
  106.           at Socket.emit (node:events:514:28)
  107.           at Socket.emit (node:domain:488:12)
  108.           at addChunk (node:internal/streams/readable:545:12)
  109.           at readableAddChunkPushByteMode (node:internal/streams/readable:495:3)
  110.           at Socket.Readable.push (node:internal/streams/readable:375:5)
  111.           at TCP.onStreamRead (node:internal/stream_base_commons:190:23),
  112.       [Symbol(kMessage)]: 'Unexpected server response: 400'
  113.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement