-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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: invalid event" when listening with WebSocketProvider #784
Comments
I've been able to reproduce this and am tracking down the root cause... |
I found the problem and it helped expose another bug. I've fixed it locally and am running the test suite. Once I commit and the CI finishes I'll publish and update this issue. It should be up in about an hour. Sorry for the inconvenience. |
Published to 5.0.0-beta.181. Try it out and let me know if you have any issues. :) |
Thank you! It's now working for my contract events. Grateful for your fast response and your overall work on this project! |
Hi @ricmoo ,
I'm having an issue using the new WebSocketProvider to listen to events.
The following code fires when an event is detected, but my
contract.on
callback returns an error. I've received the same error trying this on multiple contracts.The error I receive:
Any guidance appreciated!
(I am on 5.0.0-beta.180)
The text was updated successfully, but these errors were encountered: