Closed xlc closed 4 months ago
Not surprised node v22 is giving some issues, but also happy to start working on giving it support.
This will most likely not be a fast fix, but I will do my best to get it resolved soon!
This issue has been fixed with Nodejs 22.3.0 - The only PR i could trace this too was: https://github.com/nodejs/node/pull/52370/files
I went through a lot of rabbit holes to see what I could do to improve this locally, to not much avail. I would just recommend using 22.3.0 or above - as the lower versions had intrinsic issues with the Global WebSocket
.
closing for now.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.
failed on this line
https://github.com/polkadot-js/api/blob/baaa27ba9e5d81eefe08914973bc58a65fe648f6/packages/rpc-provider/src/ws/index.ts#L482
the message is
and
message.data
is null for some reasonto reproduce, run chopsticks on nodejs v22.1.0 Original issue https://github.com/AcalaNetwork/chopsticks/issues/753