OP 13 October, 2022 - 04:52 PM
(This post was last modified: 13 October, 2022 - 09:42 PM by Zentred. Edited 1 time in total.)
i am using try: and except: on where the request takes place (yes it works, the other exceptions go through this)
i am unable to make this specific exception stop printing, i really don't know what to do, i tried to look for how to fix but couldn't.
any help?
This is a bump
i am unable to make this specific exception stop printing, i really don't know what to do, i tried to look for how to fix but couldn't.
any help?
Code:
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\asyncio\events.py", line 81, in _run
self._context.run(self._callback, *self._args)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\asyncio\proactor_events.py", line 162, in _call_connection_lost
self._sock.shutdown(socket.SHUT_RDWR)
This is a bump