Replies: 6 comments
-
+1 can confirm. |
Beta Was this translation helpful? Give feedback.
-
the same 2021-05-17T15:32:01.745 full_node full_node_server : INFO Cannot connect to host 183.220.75.145:8444 ssl:<ssl.SSLContext object at 0x0000018F31062908> [Connect call failed ('183.220.75.145', 8444)] |
Beta Was this translation helpful? Give feedback.
-
+1 also |
Beta Was this translation helpful? Give feedback.
-
Same problems for more and more. |
Beta Was this translation helpful? Give feedback.
-
Got a solution |
Beta Was this translation helpful? Give feedback.
-
If you are still experiencing the issues it is recommended to upgrade to the latest version of chia. Please download it from here: https://www.chia.net/downloads/ Since this issue has been open for a number of years without additional comments, we will be closing this ticket but if we have closed this ticket in error do not hesitate to reach out to us again with any followup questions, comments, or if the issue persists after an update.
The best place to reach our support team is on Discord (https://discord.gg/chia) or by reopening this ticket. |
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.
-
Describe the bug
As we know, the introducer will introduce new peers to fullnode. However, fullnode will try to connect to one peer(114.84.211.13:8444) all the time( 2+ days in my test), and won't try to connect any another new peers. Consequently, connections of fullnode will reduce eventually.
It seems that only happens on SSL connections:
Cannot connect to host 114.84.211.13:8444 ssl:<ssl.SSLContext object at 0x7f856efd4ec0> [Connect call failed ('114.84.211.13', 8444)]
To Reproduce
Steps to reproduce the behavior:
!.
tail -f .chia/mainnet/log/debug.log
Expected behavior
Stop trying to connect to failed host and try a new one if failed connections reach a threshold number, say 50.
Beta Was this translation helpful? Give feedback.
All reactions