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

http.client.RemoteDisconnected: Remote end closed connection without response #52

Open
9acca9 opened this issue May 21, 2022 · 1 comment

Comments

@9acca9
Copy link

9acca9 commented May 21, 2022

Why i'm getting this errors sometimes, what could be that is generating this:

Exception in thread Thread-2:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 600, in urlopen
    chunked=chunked)
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 384, in _make_request
    six.raise_from(e, None)
  File "<string>", line 3, in raise_from
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 380, in _make_request
    httplib_response = conn.getresponse()
  File "/usr/lib/python3.7/http/client.py", line 1336, in getresponse
    response.begin()
  File "/usr/lib/python3.7/http/client.py", line 306, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python3.7/http/client.py", line 275, in _read_status
    raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response
```
`
@9acca9
Copy link
Author

9acca9 commented Aug 14, 2022

I notice that this error appears randomly when i play against the AI. And it is weird because the mechanism is the same, of course, that when play against a human.
I create a game against the Ai, like this:```

reto = berserk.clients.Challenges(session)
reto.create_ai(level, clock_limit, clock_increment, days=None, color=colorin, variant=None,position=None)

And, of course, the game begin. Im playing and ramdoly i get that error message.

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