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
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
Any Ideas on this? Thanks in advance!