You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node:events:497
throw er; // Unhandled 'error' event
^
RangeError: Invalid WebSocket frame: RSV1 must be clear
at Receiver.getInfo (/Users/vacekj/Programming/grants-round/node_modules/.pnpm/@rsbuild+core@0.4.1/node_modules/@rsbuild/core/compiled/ws/index.js:1:15302)
at Receiver.startLoop (/Users/vacekj/Programming/grants-round/node_modules/.pnpm/@rsbuild+core@0.4.1/node_modules/@rsbuild/core/compiled/ws/index.js:1:14714)
at Receiver._write (/Users/vacekj/Programming/grants-round/node_modules/.pnpm/@rsbuild+core@0.4.1/node_modules/@rsbuild/core/compiled/ws/index.js:1:14114)
at writeOrBuffer (node:internal/streams/writable:564:12)
at _write (node:internal/streams/writable:493:10)
at Writable.write (node:internal/streams/writable:502:10)
at Socket.socketOnData (/Users/vacekj/Programming/grants-round/node_modules/.pnpm/@rsbuild+core@0.4.1/node_modules/@rsbuild/core/compiled/ws/index.js:1:48239)
at Socket.emit (node:events:519:28)
at addChunk (node:internal/streams/readable:559:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:510:3)
at Readable.push (node:internal/streams/readable:390:5)
at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
Emitted 'error' event on WebSocket instance at:
at Receiver.receiverOnError (/Users/vacekj/Programming/grants-round/node_modules/.pnpm/@rsbuild+core@0.4.1/node_modules/@rsbuild/core/compiled/ws/index.js:1:47301)
at Receiver.emit (node:events:519:28)
at emitErrorNT (node:internal/streams/destroy:169:8)
at emitErrorCloseNT (node:internal/streams/destroy:128:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: 'WS_ERR_UNEXPECTED_RSV_1',
[Symbol(status-code)]: 1002
}
Node.js v21.6.0
download the repo, branch performance
go to packages/round-manager pnpm i && pnpm rsbuild dev
visit the site in browser and wait for a few minutes
observe the dev server crashing and the error message.
The text was updated successfully, but these errors were encountered:
This indeed fixes it, I guess it was some other application conflicting with it. Maybe some IRC client, from my brief google search. Defaulting the port to 3000 is fine.
Version
Details
The dev server crashes with the message:
Reproduce link
https://github.com/gitcoinco/grants-stack
Reproduce Steps
download the repo, branch
performance
go to
packages/round-manager
pnpm i && pnpm rsbuild dev
visit the site in browser and wait for a few minutes
observe the dev server crashing and the error message.
The text was updated successfully, but these errors were encountered: