-
Notifications
You must be signed in to change notification settings - Fork 125
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 while subscribing transfer event #761
Comments
I tried to reproduce your issue, but so far without success. Can you try the following:
|
@Niederb sure, i will try these images, i tried latest version of polkadot image. i will update and try it again and get back to you, Thank you |
@shanithkk Does it work with the other images? Then I would close this issue |
@Niederb still i'm getting error while using parity/polkadot latest image |
@Niederb tested with provided image "paritypr/substrate:latest". works fine for me but parity/polkadot image is not working as expected |
Glad to hear that it works with |
@shanithkk Is this still a problem for you? Otherwise I will close this issue |
This issue should be fixed with #802, therefore I close this |
Description
When trying to subscribe the transfer events from rococo local chain, getting deserialise error
Codec(Error { cause: Some(Error { cause: None, desc: "Could not decode `RuntimeEvent`, variant doesn't exist" }), desc: "Could not decode `EventRecord::event`" })
Code Examle
Running chain
The text was updated successfully, but these errors were encountered: