-
Notifications
You must be signed in to change notification settings - Fork 452
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
[7.12.1] ClientConnectorError: Cannot connect to host <hostname>:443 ssl:default (an existing connection was forcibly closed by the remote host) #7671
Comments
Should be fixed in 7.13.0 by #7226 |
Also occures on 7.13.0 Sentry issue: TRIBLER-1HT |
It is the same error but in another place. |
@xoriole, it turns out that this is a completely different issue from the original one. The original issue occurred during querying the HTTP request in More DetailsIt appears that the user is conducting an experiment on their own machine (Tribler has been run with the
The error occurred here: async def update_download(self, request):
infohash = unhexlify(request.match_info['infohash'])
download = self.download_manager.get_download(infohash)
if not download:
return DownloadsEndpoint.return_404(request)
parameters = await request.json() My guess is that the user sent the request to Tribler roughly at the same time Tribler was shutting down. ConclusionI propose two resolutions for the recently posted Sentry event: |
@drew2a If it is possible to reproduce, I'll create an issue, otherwise, I think we can ignore it unless there are reports from more users in the future, since it seems experimental use by a single user as you pointed out. |
@xoriole I was not able to reproduce it. |
Issue closed as it was a false reopen. Although the issue appeared similar to the original in Sentry, it turned out to be a new issue. This new issue is not reproducible and seems to be the result of an experiment performed by a user. The corresponding Sentry event has been unlinked. |
Sentry Issue: TRIBLER-1ED
The text was updated successfully, but these errors were encountered: