Open DarylWM opened 8 years ago
Thanks @DarylWM Yes, this is a known issue.
+1
Does this prevent connection on running the script again? I am getting sporadic connection between the python script running on solo, and the vehicle. A typical error is: File "/home/root/opt/my_python_code/env/lib/python2.7/site-packages/dronekit/init.py", line 2142, in wait_ready timeout) dronekit.APIException: wait_ready experienced a timeout after 30 seconds.
i am facing same problem.suggest help
dronekit.APIException: wait_ready experienced a timeout after 30 seconds. Exception in thread Thread-2 (most likely raised during interpreter shutdown): Traceback (most recent call last):
after executing vehicle_state.py
I am struggling with the same issue. Any proposed workaround for the time being?
Did anyone find a solution to this issue? I'm seeing it with my own scripts running onboard Solo.
Wondering if anybody has come across this exception when running helloworld.py on Solo? The script finishes, but raises the exception on shutdown. The script runs fine locally.
... Mode: LOITER Is Armable?: False Armed: False Done. Exception in thread Thread-2 (most likely raised during interpreter shutdown): Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner File "/usr/lib/python2.7/threading.py", line 504, in run File "/log/solo-script/env/lib/python2.7/site-packages/dronekit/mavlink.py", line 89, in mavlink_thread_out <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'error' Exception in thread Thread-1 (most likely raised during interpreter shutdown): Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner File "/usr/lib/python2.7/threading.py", line 504, in run File "/log/solo-script/env/lib/python2.7/site-packages/dronekit/mavlink.py", line 129, in mavlink_thread_in <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'error'