vector-python-sdk
vector-python-sdk copied to clipboard
Anki Vector Python SDK
Fixes some of the 3.10 code when creating an event (removed the `loop` parameter) Adds some packages to the requirements file
With the majority of the examples that I run from this repo, I get the following error: ``` Exception has occurred: VectorTimeoutException StatusCode.DEADLINE_EXCEEDED: ListAnimations request timed out Message took too...
I get the following error and cannot complete the configure part, can you help? Thank you! ``` Downloading Vector certificate from Anki...Traceback (most recent call last): File "C:\Users\Burak\AppData\Roaming\Python\Python39\site-packages\urllib3\connection.py", line 203,...
Every tutorial I try running produces the following: C:\Users\reidsy\Documents\vector-python-sdk-master\vector-python-sdk-master\examples\tutorials>py 01_hello_world.py 21:18:53.926 robot.Robot WARNING No serial number or name provided. Automatically selecting 00803473 21:18:53.942 connection.Connection INFO Connecting to [192.168.1.18:443](http://192.168.1.18:443/) for Vector-C7T5...
I run the SDK example 06_face_image and get Error 914 (NO_ENGINE_PROCESS | Vic-engine stopped unexpectedly.) (https://support.digitaldreamlabs.com/article/96-vector-status-codes). Clean fork, examples 1-5 seem to work just fine so far Output: PS C:\Users\Robin\Documents\GitHub\vector-python-sdk>...