You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
3 frames /usr/lib/python3.7/asyncio/base_events.py in _check_runnung(self)
521 def _check_runnung(self):
522 if self.is_running():
--> 523 raise RuntimeError('This event loop is already running')
524 if events._get_running_loop() is not None:
525 raise RuntimeError(
RuntimeError: This event loop is already running
Environment Details
Running on Colab
The text was updated successfully, but these errors were encountered:
This line of code
twint.run.Search(c)
doesn't run, here's my TracebackRuntimeError Traceback (most recent call last)
in ()
7 c.Translate = True
8 c.TranslateDest = "it"
----> 9 twint.run.Search(c)
3 frames
/usr/lib/python3.7/asyncio/base_events.py in _check_runnung(self)
521 def _check_runnung(self):
522 if self.is_running():
--> 523 raise RuntimeError('This event loop is already running')
524 if events._get_running_loop() is not None:
525 raise RuntimeError(
RuntimeError: This event loop is already running
Environment Details
The text was updated successfully, but these errors were encountered: