opasco

Results 7 comments of opasco

Hi, I have the same issue with R2-D2... Regards, Olivier

when I call `play_animation()` nothing happens and I get a timeout error.

yes, the sounds and lights commands I tried work and the animation commands work fine with Sphero EDU.

Sure: ``` Traceback (most recent call last): File "/Users/olivierpasco/Library/Mobile Documents/com~apple~CloudDocs/Documents/Apps/Python/Sphero/R2D2Test.py", line 110, in droid.play_animation(R2D2.Animations.WWM_YOOHOO) File "/Users/olivierpasco/opt/miniconda3/lib/python3.9/site-packages/spherov2/sphero_edu.py", line 289, in play_animation ToyUtil.play_animation(self.__toy, animation, True) File "/Users/olivierpasco/opt/miniconda3/lib/python3.9/site-packages/spherov2/utils.py", line 93, in play_animation toy.play_animation(animation,...

Here is my code: --- ``` import time from spherov2 import scanner from spherov2.sphero_edu import SpheroEduAPI from spherov2.sphero_edu import Stance from spherov2.types import Color from spherov2.toy.r2d2 import R2D2 sleep_timer =...

I actually get the same error after installing version 0.8.2

Any guidance on how I could debug it?