Hi,
I did the raspberry readme. everything works well. Now the GUI does not pop-up.
I ran this code on my window 11 computer
from cognifly import Cognifly
# connect to the drone and pop the GUI:
cf = Cognifly(drone_hostname="my_drone_name.local")
time.sleep(10.0)
when I interrupt the program it gives me this response.
Traceback (most recent call last):
File "C:\Users\jonfe\Documents\DRONE\cognifly\test.py", line 5, in
cf = Cognifly(drone_hostname="cognifly.local")
File "C:\Users\jonfe\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\cognifly\cognifly_remote\cognifly_remote.py", line 211, in init
self.reset()
File "C:\Users\jonfe\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\cognifly\cognifly_remote\cognifly_remote.py", line 417, in reset
time.sleep(sleep_duration)
How could I resolve the issue?
Hi,
I did the raspberry readme. everything works well. Now the GUI does not pop-up.
I ran this code on my window 11 computer
when I interrupt the program it gives me this response.
Traceback (most recent call last):
File "C:\Users\jonfe\Documents\DRONE\cognifly\test.py", line 5, in
cf = Cognifly(drone_hostname="cognifly.local")
File "C:\Users\jonfe\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\cognifly\cognifly_remote\cognifly_remote.py", line 211, in init
self.reset()
File "C:\Users\jonfe\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\cognifly\cognifly_remote\cognifly_remote.py", line 417, in reset
time.sleep(sleep_duration)
How could I resolve the issue?