You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 makessend_payment
work normally.It seems that this cannot run in Docker anymore.
The text was updated successfully, but these errors were encountered: