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.
Possibly related