Hi, I upgraded the firmware for my Nano X from 2.0.0 to 2.0.2, and now I'm getting this error:
firmwareInfo = self.dongleObject.getFirmwareVersion()
File "/home/pierre/.local/lib/python3.10/site-packages/btchip/btchip.py", line 563, in getFirmwareVersion
response = self.dongle.exchange(bytearray(apdu))
File "/home/pierre/.local/lib/python3.10/site-packages/btchip/btchipComm.py", line 127, in exchange
raise BTChipException("Invalid status %04x" % sw, sw)
btchip.btchipException.BTChipException: Exception : Invalid status 6702