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

hermes create channel got stuck in incorrect account sequence #978

Closed
ebuchman opened this issue May 23, 2021 · 1 comment · Fixed by #1091
Closed

hermes create channel got stuck in incorrect account sequence #978

ebuchman opened this issue May 23, 2021 · 1 comment · Fixed by #1091
Assignees
Milestone

Comments

@ebuchman
Copy link
Member

I ran:

$ hermes  create channel coindesk-testnet-1 --connection-a connection-1 --port-a transfer --port-b transfer -o unordered

This started to work, up to a successful

coindesk-testnet-1 => OpenAckChannel

But then it seemed to get stuck in an error loop:

May 23 00:09:30.816  WARN ibc_relayer::event::rpc: error while building event send_packet.packet_data
May 23 00:09:35.016 DEBUG ibc_relayer::foreign_client: [coindesk-testnet-1 -> cosmoshub-4:07-tendermint-185] MsgUpdateAnyClient for target height 1-655 and trusted height 1-650
May 23 00:09:38.234  WARN ibc_relayer::event::rpc: error while building event Incorrect event type: 'withdraw_delegator_reward'
May 23 00:09:45.245 ERROR ibc_relayer::channel: Failed ChanConfirm ChannelSide { chain: ProdChainHandle { chain_id: ChainId { id: "cosmoshub-4", version: 4 }, runtime_sender: Sender { .. } }, client_id: ClientId("07-tendermint-185"), connection_id: ConnectionId("connection-224"), port_id: PortId("transfer"), channel_id: ChannelId("channel-119") }: failed during a transaction submission step to chain id cosmoshub-4 with underlying error: RPC error to endpoint https://rpc.cosmos.network/: RPC error to endpoint https://rpc.cosmos.network/: Internal error: timed out waiting for tx to be included in a block (code: -32603)
May 23 00:09:50.037 DEBUG ibc_relayer::foreign_client: [coindesk-testnet-1 -> cosmoshub-4:07-tendermint-185] MsgUpdateAnyClient for target height 1-658 and trusted height 1-650
May 23 00:09:50.244 ERROR ibc_relayer::channel: Failed ChanConfirm ChannelSide { chain: ProdChainHandle { chain_id: ChainId { id: "cosmoshub-4", version: 4 }, runtime_sender: Sender { .. } }, client_id: ClientId("07-tendermint-185"), connection_id: ConnectionId("connection-224"), port_id: PortId("transfer"), channel_id: ChannelId("channel-119") }: failed with underlying cause: tx response error: check_tx reports error: log=Log("account sequence mismatch, expected 14, got 13: incorrect account sequence")
May 23 00:09:55.036 DEBUG ibc_relayer::foreign_client: [coindesk-testnet-1 -> cosmoshub-4:07-tendermint-185] MsgUpdateAnyClient for target height 1-659 and trusted height 1-650
May 23 00:09:55.251 ERROR ibc_relayer::channel: Failed ChanConfirm ChannelSide { chain: ProdChainHandle { chain_id: ChainId { id: "cosmoshub-4", version: 4 }, runtime_sender: Sender { .. } }, client_id: ClientId("07-tendermint-185"), connection_id: ConnectionId("connection-224"), port_id: PortId("transfer"), channel_id: ChannelId("channel-119") }: failed with underlying cause: tx response error: check_tx reports error: log=Log("account sequence mismatch, expected 14, got 13: incorrect account sequence")

This went on for another 25 seconds before I killed it. Then I reran the command and it worked fine

@andynog
Copy link
Contributor

andynog commented May 23, 2021

Possible duplicate with #919

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants