Open Hamlet3000 opened 7 months ago
hello, recently i get the same error message now when i start a python script via the console. This has always worked before.
I am now on wire-pod version v1.1.22 with the wirepod-armhf package
python3 01_hello_world.py --serial 0dd1d1d6
09:26:41.082 connection.Connection INFO Connecting to 192.168.0.51:443 for Vector-B7C8 using /home/pi/.anki_vector/Vector-B7C8-0dd1d1d6.cert
Traceback (most recent call last):
File "/home/pi/VectorApps/01_hello_world.py", line 50, in <module>
main()
File "/home/pi/VectorApps/01_hello_world.py", line 27, in main
with anki_vector.Robot(args.serial, cache_animation_lists=False) as robot:
File "/home/pi/.local/lib/python3.11/site-packages/anki_vector/robot.py", line 755, in __enter__
self.connect(self.behavior_activation_timeout)
File "/home/pi/.local/lib/python3.11/site-packages/anki_vector/robot.py", line 643, in connect
self.conn.connect(timeout=timeout)
File "/home/pi/.local/lib/python3.11/site-packages/anki_vector/connection.py", line 481, in connect
raise e
anki_vector.exceptions.VectorUnauthenticatedException: StatusCode.UNAUTHENTICATED: Received http2 header with status: 401
Failed to authenticate request.
have any paths changed here? /home/pi/.anki_vector with the certificates is still there anyway
Describe the bug I have completely reinstalled wirepod with v1.1.18 using the linux installer on a new Raspberry Pi. The new onboarding process works great! Many thanks for that!
I also installed the wirepod-vector-python-sdk and copied my old python scripts back to the pi.
When I start them on the console with python3 they work fine. When I start them via a cusom intent via wire-pod I get the following error message:
To Reproduce
Expected behavior SDK script should be executed
Device you are running wire-pod on (please complete the following information):
Additional context console command
python3 01_hello_world.py --serial 0dd1d1d6
runs the script like expected