You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the cfclient sometimes crashes out of no where and I can't repoduce it, so this issue is just a nice art collection of potential nothing saying error messages that I got right after it crashed 😄 Enjoy!
INFO:cflib.crazyflie:We are connected[radio://0/65/2M/E7E7E7E7F2], request connection setup
INFO:cflib.crazyflie.platformservice:Request _request_protocol_version()
WARNING: QThread: Destroyed while thread is still running
WARNING:vispy:QThread: Destroyed while thread is still running
Aborted (core dumped)
INFO:cflib.crazyflie:We are connected[radio://0/65/2M/E7E7E7E7F2], request connection setup
INFO:cflib.crazyflie.platformservice:Request _request_protocol_version()
WARNING: QThread: Destroyed while thread is still running
WARNING:vispy:QThread: Destroyed while thread is still running
Aborted (core dumped)
WARNING:cfclient.utils.input:Exception while reading inputdevice: Traceback (most recent call last):
File "/home/kimberly/Development/bitcraze/python/venv/lib/python3.10/site-packages/cfclient/utils/input/__init__.py", line 521, in read_input
self.input_updated.call(data.roll + self.trim_roll,
File "/home/kimberly/Development/bitcraze/python/venv/lib/python3.10/site-packages/cflib/utils/callbacks.py", line 54, in call
cb(*args)
AttributeError: 'FlightTab' does not have a signal with the signature _input_updated_signal(double,double,double,double)
Exception in thread Thread-7:
Traceback (most recent call last):
File "/home/kimberly/Development/bitcraze/python/venv/lib/python3.10/site-packages/cfclient/utils/input/__init__.py", line 521, in read_input
self.input_updated.call(data.roll + self.trim_roll,
File "/home/kimberly/Development/bitcraze/python/venv/lib/python3.10/site-packages/cflib/utils/callbacks.py", line 54, in call
cb(*args)
AttributeError: 'FlightTab' does not have a signal with the signature _input_updated_signal(double,double,double,double)
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/home/kimberly/Development/bitcraze/python/venv/lib/python3.10/site-packages/cfclient/utils/periodictimer.py", line 86, in run
self._callbacks.call()
File "/home/kimberly/Development/bitcraze/python/venv/lib/python3.10/site-packages/cflib/utils/callbacks.py", line 54, in call
cb(*args)
File "/home/kimberly/Development/bitcraze/python/venv/lib/python3.10/site-packages/cfclient/utils/input/__init__.py", line 529, in read_input
self.device_error.call("Error reading from input device\n\n%s" %
File "/home/kimberly/Development/bitcraze/python/venv/lib/python3.10/site-packages/cflib/utils/callbacks.py", line 54, in call
cb(*args)
AttributeError: 'MainUI' does not have a signal with the signature _input_device_error_signal(QString)
The text was updated successfully, but these errors were encountered:
So the cfclient sometimes crashes out of no where and I can't repoduce it, so this issue is just a nice art collection of potential nothing saying error messages that I got right after it crashed 😄 Enjoy!
The text was updated successfully, but these errors were encountered: