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
In Python 3.8, the examples cannot be run using asyncio.run(...), instead only asyncio.get_event_loop().run_until_complete() works.
It seems as if Pyrogram ran on a different loop when using asyncio.run().
If anyone has more insights or is aware of any known issues please let me know.
The text was updated successfully, but these errors were encountered:
In Python 3.8, the examples cannot be run using
asyncio.run(...)
, instead onlyasyncio.get_event_loop().run_until_complete()
works.It seems as if Pyrogram ran on a different loop when using asyncio.run().
If anyone has more insights or is aware of any known issues please let me know.
The text was updated successfully, but these errors were encountered: