Failing relay connection on master #5324
Replies: 4 comments 7 replies
-
Confirmed that kad behaviour will upset relay server. Still digging. |
Beta Was this translation helpful? Give feedback.
-
It seems that kadelima bootstrapping interferes relay connection, any idea @PanGan21 since you started #4838 |
Beta Was this translation helpful? Give feedback.
-
Hi @drHuangMHT I am not sure how the change in bootstrapping effects the relay connection. I will scan again the commit you pointed to see if I can find something related |
Beta Was this translation helpful? Give feedback.
-
Testing with master myself, I do not see this error nor have any issues with relay connections. Could you provide any code or maybe logs @drHuangMHT? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Relay connection works fine on
0.53.2
but not onmaster
branch. I managed to pin down the problematic commit 6a91617 however the commit seems unrelated torelay
. Previous commit 6f9c9e5 works fine. On problematic commit, dialer swarm reportedOutgoingConnectionError
with Outgoing connection error: [("/ip4/./tcp/./p2p/12D3KooWFfS5mMZxMhuTr2LVA2oWFURr6gu6rvgntEVWZk3vJqTb/p2p-circuit/p2p/12D3KooWS2cxB2fTkigGX79zuxJwnRS3ds6RJsDuhKmTdyNwQham", "Response from behaviour was canceled")].Using later commits result in half-established relay connection e.g. data flows one way but not another.
Beta Was this translation helpful? Give feedback.
All reactions