-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error on node v22.1.0 #5880
Comments
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 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
api/packages/rpc-provider/src/ws/index.ts
Line 482 in baaa27b
the message is
and
message.data
is null for some reasonto reproduce, run chopsticks on nodejs v22.1.0
Original issue AcalaNetwork/chopsticks#753
The text was updated successfully, but these errors were encountered: