LedgerHQ / ledgerjs

⛔️ MOVED to monorepo "ledger-live"
https://github.com/LedgerHQ/ledger-live
Apache License 2.0
572 stars 374 forks source link

Error: Ledger device: UNKNOWN_ERROR (0x6984) #388

Closed cbarraford closed 5 years ago

cbarraford commented 5 years ago

Trying to sign a message using @binance-chain/javascript-sdk (related to https://github.com/binance-chain/javascript-sdk/issues/174). But it seems I can't sign any messages at all. I'm utilizing the package @ledgerhq/hw-transport-u2f (source code available here), and after some troubleshooting, this is the line of code that is vomiting this error found below.

From a UX perspective, I get this error rather quickly and don't get a prompt on the Nano to sign the message. I get the same error and UX experience when trying @ledgerhq/hw-transport-webusb too.

Mac OS X (latest) Chrome 75 and Firefox 68 Nano S 1.5.5

Ledger device: UNKNOWN_ERROR (0x6984)

Any Ideas on this? Thanks in advance!

cbarraford commented 5 years ago

ended up not being @ledgerhq related issue. https://github.com/binance-chain/javascript-sdk/issues/174