We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
┌──(kali㉿kali)-[~/Desktop/Helios] └─$ python3 helios.py https://himtu.ac.in Traceback (most recent call last): File "/home/kali/Desktop/Helios/helios.py", line 43, in session = ClientSession() File "/usr/lib/python3/dist-packages/aiohttp/client.py", line 297, in init loop = loop or asyncio.get_running_loop() ~~~~~~~~~~~~~~~~~~~~~~~~^^ RuntimeError: no running event loop
The text was updated successfully, but these errors were encountered:
@dawn-hacker I am getting the same error !
Sorry, something went wrong.
So solve it for me 😁
No branches or pull requests
┌──(kali㉿kali)-[~/Desktop/Helios]
└─$ python3 helios.py https://himtu.ac.in
Traceback (most recent call last):
File "/home/kali/Desktop/Helios/helios.py", line 43, in
session = ClientSession()
File "/usr/lib/python3/dist-packages/aiohttp/client.py", line 297, in init
loop = loop or asyncio.get_running_loop()
~~~~~~~~~~~~~~~~~~~~~~~~^^
RuntimeError: no running event loop
The text was updated successfully, but these errors were encountered: