Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Invalid status 6702 in getFirmwareVersion after latest firmware upgrade #52

Open
PiRK opened this issue May 4, 2022 · 4 comments
Open

Comments

@PiRK
Copy link

PiRK commented May 4, 2022

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

@PiRK
Copy link
Author

PiRK commented May 4, 2022

After investigating a bit further, I think this happens only when the BCH app is selected. Not with the BTC app.

@cculianu
Copy link

cculianu commented May 7, 2022

Ping. We are experiencing this issue in Electron Cash now with latest firmware. I understand this is a bug in this library for BCH specifically. Would be great if you guys that maintain this library can take a look at this...

@haplo
Copy link

haplo commented May 10, 2022

I'm also impacted by this bug, would appreciate someone looking into it.

@PiRK
Copy link
Author

PiRK commented May 25, 2022

A new version of the BCH app is available in Ledger Live (Ledger Manager) : 2.0.5
For me it solves the issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants