Skip to content
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

Pigeon Bug: Unknown desc = can't route message creator unknown Request while trying to keep pigeon alive #816

Closed
taariq opened this issue Apr 27, 2023 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@taariq
Copy link
Contributor

taariq commented Apr 27, 2023

What is happening?

Section description Provide as much context as you can. Give as much context as you can to make it easier for the developers to figure what is happening.

It is unclear which rpc command is causing this error, but it appears to happen with the keep alive messages.

{"error":"rpc error: code = Unknown desc = rpc error: code = Unknown desc = can't route message creator:"paloma1s3p2xfe65mwcjdxn79nfg2rythlya28vtf08tf" : unknown request [cosmos/cosmos-sdk@v0.47.1/baseapp/baseapp.go:786] With gas wanted: '18446744073709551615' and gas used: '27066' : unknown request","level":"error","msg":"error while trying to keep pigeon alive","time":"2023-04-27T13:44:59Z"}

It appears that a message handler is missing for Keep Alive messages which was not a problem before in v0.11.7

Paloma and pigeon versions and logs

Section description Write down paloma version. Write down pigeon version. Copy and paste pigeon config file as well as relevant ENV variables.
  1. Paloma Master
  2. Pigeon Master

How to reproduce?

Section description Please write detailed steps of what you were doing for this bug to appear.

Run 3-node network and run pigeon.

What is the expected behaviour?

Section description If you know, please write down what is the expected behaviour. If you don't know, that's ok. We can have a discussion in comments.

Keep alive messages work as intended.

@taariq
Copy link
Contributor Author

taariq commented Apr 27, 2023

UPDATE: Looks like the app doesn’t know how to route the message which is the Keep Alive Message.

@taariq
Copy link
Contributor Author

taariq commented Apr 28, 2023

Closing this ticket as it appears it is related to upgrading from deprecated MessageHandlers from pre cosmos-SDK v0.45.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

4 participants