Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Exception in callback Task.__wakeup(<Future finished result=None>) #29

Closed
grcdeepak1 opened this issue Jun 9, 2020 · 2 comments
Closed

Comments

@grcdeepak1
Copy link

Exception in callback Task.__wakeup()
handle: <Handle Task.__wakeup()>
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/nest_asyncio.py", line 150, in run
ctx.run(self._callback, *self._args)
File "/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/tasks.py", line 329, in __wakeup
self.__step()
File "/usr/local/lib/python3.7/site-packages/nest_asyncio.py", line 108, in step
step_orig(task, exc)
File "/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/tasks.py", line 313, in __step
_leave_task(self._loop, self)
File "/usr/local/lib/python3.7/site-packages/nest_asyncio.py", line 122, in leave_task
del curr_tasks[loop]
KeyError: <_UnixSelectorEventLoop running=True closed=False debug=False>

@esbenr
Copy link

esbenr commented Jun 29, 2020

I have the same problem. Any Ideas how to fix this? I would like to contribute.

@erdewit
Copy link
Owner

erdewit commented Jul 16, 2020

Duplicate of #26

@erdewit erdewit marked this as a duplicate of #26 Jul 16, 2020
@erdewit erdewit closed this as completed Jul 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants