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

[open_channel] channel state_name stays AWAITING_CHANNEL_READY #403

Closed
sunchengzhu opened this issue Dec 19, 2024 · 1 comment
Closed

[open_channel] channel state_name stays AWAITING_CHANNEL_READY #403

sunchengzhu opened this issue Dec 19, 2024 · 1 comment
Assignees

Comments

@sunchengzhu
Copy link

fnn log

  2024-12-18T12:29:52.470856Z ERROR fnn::ckb::actor: [ckb] send transaction Byte32(0xdd5a40f5a40f9db0cbc8d9c261854ddca5e3d445716c0fe12683fc04a9b63f0d) failed: Http(reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("testnet.ckbapp.dev")), port: None, path: "/", query: None, fragment: None }, source: TimedOut })
    at src/ckb/actor.rs:148
    in ractor::actor::Actor with id: "0.1", name: "ckb"

  2024-12-18T12:29:52.471210Z ERROR fnn::fiber::network: Failed to send transaction to the network: Http(reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("testnet.ckbapp.dev")), port: None, path: "/", query: None, fragment: None }, source: TimedOut })
    at src/fiber/network.rs:3208

  2024-12-18T12:29:52.471324Z ERROR fnn::fiber::network: Funding transaction Byte32(0xdd5a40f5a40f9db0cbc8d9c261854ddca5e3d445716c0fe12683fc04a9b63f0d) failed to be confirmed with final status TraceTxResponse { tx: None, status: TxStatus { status: Rejected, block_number: None, block_hash: None, tx_index: None, reason: Some("Sending transaction failed: Http(reqwest::Error { kind: Request, url: Url { scheme: \"https\", cannot_be_a_base: false, username: \"\", password: None, host: Some(Domain(\"testnet.ckbapp.dev\")), port: None, path: \"/\", query: None, fragment: None }, source: TimedOut })") } }
    at src/fiber/network.rs:3793

  2024-12-18T12:29:52.471489Z ERROR fnn::fiber::network: Funding transaction failed: OutPoint(0xdd5a40f5a40f9db0cbc8d9c261854ddca5e3d445716c0fe12683fc04a9b63f0d00000000)
    at src/fiber/network.rs:1232
    in ractor::actor::Actor with id: "0.2", name: "Network QmXmvhH2MncJcaLaVdN1ZXUPgPVFUEUybHCeSyXa4xYxTv"

tx

https://testnet.explorer.nervos.org/transaction/0xdd5a40f5a40f9db0cbc8d9c261854ddca5e3d445716c0fe12683fc04a9b63f0d

list_channels

{
  "jsonrpc": "2.0",
  "result": {
    "channels": [
      {
        "channel_id": "0xcefbe8e109dd91eab14a26750434e8909de46a6180a6c896894ac6d7f91f0026",
        "is_public": true,
        "channel_outpoint": "0xdd5a40f5a40f9db0cbc8d9c261854ddca5e3d445716c0fe12683fc04a9b63f0d00000000",
        "peer_id": "QmSHBf4a7s4fioCdtaMZFAPQYSptv1Wc1zULVeG97NtLU8",
        "funding_udt_type_script": null,
        "state": {
          "state_name": "AWAITING_CHANNEL_READY",
          "state_flags": "THEIR_CHANNEL_READY"
        },
        "local_balance": "0x15d6ea6a00",
        "offered_tlc_balance": "0x0",
        "remote_balance": "0x0",
        "received_tlc_balance": "0x0",
        "created_at": "0x193d9be6ee2"
      }
    ]
  },
  "id": 1
}
@chenyukang chenyukang changed the title [open_channel] Occasionally after calling open_channel, even after the transaction is on-chain, channel state_name stays AWAITING_CHANNEL_READY [open_channel] channel state_name stays AWAITING_CHANNEL_READY Dec 20, 2024
@doitian doitian self-assigned this Jan 2, 2025
@doitian
Copy link
Member

doitian commented Jan 2, 2025

Duplicate of #437

@doitian doitian marked this as a duplicate of #437 Jan 2, 2025
@doitian doitian closed this as not planned Won't fix, can't repro, duplicate, stale Jan 2, 2025
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

No branches or pull requests

2 participants