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
I have built installed the client from source in my Ubuntu 16 and I run it in a virtualenv.
Everything appears to be working and I was able to fly my crazyflie using a PS4 controller, but after looking at the terminal window I noticed this exception had appeared, apparently during starting the client.
Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "/home/dc4204/crazyflie-clients-python/src/cfclient/ui/dialogs/bootloader.py", line 397, in _get_firmware_releases
response = json.load(resp)
File "/usr/lib/python3.5/json/init.py", line 268, in load
parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
File "/usr/lib/python3.5/json/init.py", line 312, in loads
s.class.name))
TypeError: the JSON object must be str, not 'bytes'
It appears to be originating from the bootloader script, any ideas how I can fix it, or if I should not pay attention to it?
The text was updated successfully, but these errors were encountered:
As of pip version 21 out 2021-01-23 support for Python 3.5 was dropped. Taking that in to account I, unfortunately , do not think it is feasible for us to support or fix problems that only appear < Python 3.6.
Hi guys,
I have built installed the client from source in my Ubuntu 16 and I run it in a virtualenv.
Everything appears to be working and I was able to fly my crazyflie using a PS4 controller, but after looking at the terminal window I noticed this exception had appeared, apparently during starting the client.
Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
File "/home/dc4204/crazyflie-clients-python/src/cfclient/ui/dialogs/bootloader.py", line 397, in _get_firmware_releases
response = json.load(resp)
File "/usr/lib/python3.5/json/init.py", line 268, in load
parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
File "/usr/lib/python3.5/json/init.py", line 312, in loads
s.class.name))
TypeError: the JSON object must be str, not 'bytes'
It appears to be originating from the bootloader script, any ideas how I can fix it, or if I should not pay attention to it?
The text was updated successfully, but these errors were encountered: