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
Facing this issue in PyAlgomate.py in flet while Runner.py is running perfectly fine
[ERROR]|[2024-04-25 08:18:39,177]|[PID:62411::TID:8656894656]|[asyncio::base_events::default_exception_handler::1785]|=> Exception in callback _SelectorSocketTransport._read_ready() handle: <Handle _SelectorSocketTransport._read_ready()> Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/events.py", line 84, in _run self._context.run(self._callback, *self._args) RuntimeError: cannot enter context: <_contextvars.Context object at 0x307979540> is already entered 2024-04-25 08:18:39,177 asyncio [ERROR] Exception in callback _SelectorSocketTransport._read_ready() handle: <Handle _SelectorSocketTransport._read_ready()> Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/events.py", line 84, in _run self._context.run(self._callback, *self._args) RuntimeError: cannot enter context: <_contextvars.Context object at 0x307979540> is already entered
The text was updated successfully, but these errors were encountered:
Figured out that it is coming from the below function of telegram module's __init__.py
__init__.py
def _runLoop(self): asyncio.set_event_loop(self.loop) self.loop.run_until_complete( asyncio.gather(self._sendMessages(), self.run()))
@NagarajuGunda
Sorry, something went wrong.
No branches or pull requests
Facing this issue in PyAlgomate.py in flet while Runner.py is running perfectly fine
The text was updated successfully, but these errors were encountered: