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
I am using the Anki Vector SDK for Python on Python 3.8 64bit Windows, and every time that the context manager exits, regardless of the status of my Vector robot, the SDK raises a CancelledError from asyncio.
This happens even when running the examples. I'm wondering if there is a workaround? I am programming synchronously currently.
I am using the Anki Vector SDK for Python on Python 3.8 64bit Windows, and every time that the context manager exits, regardless of the status of my Vector robot, the SDK raises a
CancelledError
fromasyncio
.This happens even when running the examples. I'm wondering if there is a workaround? I am programming synchronously currently.
Possibly related
The text was updated successfully, but these errors were encountered: