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
Trying to calculate position of lighthouse base stations on 2 different machines, one with Python 3.6.4 and one with 3.7.4. On the machine with 3.7.4 the script errors out and claims it cannot decode the string in line 52. Works fine on 3.6.4.
When the user press the scan button and we get a Permissions Denied
error from the USB core then we know that the Crazyradio dongle is
present, but we cannot access it.
We will warn, once, about this with a message box that gives a link
to instructions on how to install the udev files.
Closesbitcraze#444
Trying to calculate position of lighthouse base stations on 2 different machines, one with Python 3.6.4 and one with 3.7.4. On the machine with 3.7.4 the script errors out and claims it cannot decode the string in line 52. Works fine on 3.6.4.
Seems like its maybe related to this?
https://vstinner.github.io/python37-new-utf8-mode.html
Removing the .decode() call seems to make it work fine.
The text was updated successfully, but these errors were encountered: