-
-
Notifications
You must be signed in to change notification settings - Fork 799
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
Connection failure #581
Comments
Twitter username not found. PS D:\file_split\temp\maigret> maigret volcano9801 --site Twitter -a --i2p-proxy http://127.0.0.1:10809 --html |
you have connection failure errors, so it might be:
have you checked those as reasons for your issue? |
Thank you for your report, we will fix Twitter in the near future |
There are some issues with sockets, as connection failures occur when the number of threads is low. How to reproduce:
|
It should be fixed now in the main branch version (not published in Pypi yet). |
Exception ignored in: <function _ProactorBasePipeTransport.del at 0x0000021998DC95A0>
Traceback (most recent call last):
File "D:\Program Files\python\python310\lib\asyncio\proactor_events.py", line 116, in del
self.close()
File "D:\Program Files\python\python310\lib\asyncio\proactor_events.py", line 108, in close
self._loop.call_soon(self._call_connection_lost, None)
File "D:\Program Files\python\python310\lib\asyncio\base_events.py", line 750, in call_soon
self._check_closed()
File "D:\Program Files\python\python310\lib\asyncio\base_events.py", line 515, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
The text was updated successfully, but these errors were encountered: