-
Notifications
You must be signed in to change notification settings - Fork 9
Description
CancelledError Traceback (most recent call last)
File /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/tasks.py:258, in Task.__step(failed resolving arguments)
257 else:
--> 258 result = coro.throw(exc)
259 except StopIteration as exc:
File /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/locks.py:226, in Event.wait(self)
225 try:
--> 226 await fut
227 return True
File /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/futures.py:284, in Future.await(self)
283 self._asyncio_future_blocking = True
--> 284 yield self # This tells Task to wait for completion.
285 if not self.done():
File /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/tasks.py:328, in Task.__wakeup(self, future)
327 try:
--> 328 future.result()
329 except BaseException as exc:
330 # This may also be a cancellation.
File /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/futures.py:196, in Future.result(self)
195 exc = self._make_cancelled_error()
...
--> 492 raise exceptions.TimeoutError() from exc
493 finally:
494 timeout_handle.cancel()
TimeoutError: