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

[send_payment]: Send payment error: Failed to build route #419

Open
mfuuzy opened this issue Dec 24, 2024 · 1 comment
Open

[send_payment]: Send payment error: Failed to build route #419

mfuuzy opened this issue Dec 24, 2024 · 1 comment

Comments

@mfuuzy
Copy link

mfuuzy commented Dec 24, 2024

version: v0.0.1

After changing listening_addr: "127.0.0.1:18227" to listening_addr: "0.0.0.0:18227", using send_payment prompts the error: Send payment error: Failed to build route, PathFind error: no path found. Changing it back to 127.0.0.1 makes send_payment work normally.

It seems that this cannot run in Docker anymore.

@mfuuzy
Copy link
Author

mfuuzy commented Dec 24, 2024

It is also not possible to configure listening_addr: "/ip4/0.0.0.0/tcp/18228" in Docker; otherwise, the following error occurs:

fiber-testnet-node1 | thread 'main' panicked at /home/runner/work/fiber/fiber/src/fiber/network.rs:2913:14:
fiber-testnet-node1 | listen tentacle: Io(Os { code: 99, kind: AddrNotAvailable, message: "Cannot assign requested address" })
fiber-testnet-node1 | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

However, this worked normally in my previous version.

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

1 participant