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

Runtime Error whenever I use it #143

Closed
Lunascaped opened this issue Feb 26, 2023 · 1 comment
Closed

Runtime Error whenever I use it #143

Lunascaped opened this issue Feb 26, 2023 · 1 comment

Comments

@Lunascaped
Copy link

Describe the bug
It always fails saying that some requests were still in flights

To Reproduce
Steps to reproduce the behavior:
Run holehe with any email

Twitter : @palenath
Github : https://github.com/megadose/holehe
For BTC Donations : 1FHDM49QfZX6pJmhjLE5tB2K6CaTLMZpXZ
0%| | 0/121 [00:00<?, ?it/s]C:\Users\Luna\AppData\Roaming\Python\Python311\site-packages\anyio_backends_trio.py:164: TrioDeprecationWarning: trio.MultiError is deprecated since Trio 0.22.0; use BaseExceptionGroup (on Python 3.11 and later) or exceptiongroup.BaseExceptionGroup (earlier versions) instead (python-trio/trio#2211)
class ExceptionGroup(BaseExceptionGroup, trio.MultiError):
86%|███████████████████████████████████████████████████████████████████▉ | 104/121 [00:00<00:00, 159.32it/s]Traceback (most recent call last):
File "C:\Program Files\Python311\Scripts\holehe-script.py", line 33, in
sys.exit(load_entry_point('holehe==1.61', 'console_scripts', 'holehe')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\site-packages\holehe-1.61-py3.11.egg\holehe\core.py", line 226, in main
trio.run(maincore)
File "C:\Users\Luna\AppData\Roaming\Python\Python311\site-packages\trio_core_run.py", line 2010, in run
raise runner.main_task_outcome.error
File "C:\Program Files\Python311\Lib\site-packages\holehe-1.61-py3.11.egg\holehe\core.py", line 218, in maincore
await client.aclose()
File "C:\Users\Luna\AppData\Roaming\Python\Python311\site-packages\httpx_client.py", line 1974, in aclose
await self._transport.aclose()
File "C:\Users\Luna\AppData\Roaming\Python\Python311\site-packages\httpx_transports\default.py", line 365, in aclose
await self._pool.aclose()
File "C:\Users\Luna\AppData\Roaming\Python\Python311\site-packages\httpcore_async\connection_pool.py", line 312, in aclose
raise RuntimeError(
RuntimeError: The connection pool was closed while 17 HTTP requests/responses were still in-flight.
100%|████████████████████████████████████████████████████████████████████████████████| 121/121 [00:10<00:00, 11.79it/s]

@Lunascaped
Copy link
Author

Not sure why this was closed if no solution was presented?

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

3 participants
@Lunascaped @megadose and others