greymass / anchor

EOSIO Desktop Wallet and Authenticator
https://greymass.com/anchor/
MIT License
571 stars 220 forks source link

Can"t sign transaction #1381

Open Zigm4 opened 1 week ago

Zigm4 commented 1 week ago

Description

I can't sign some transaction (Stack on Pepper Stake, Send assets via AH) but some are working.

Infos:

When i try to validate a transaction:

Platform

Desktop (Windows)

Steps To Reproduce

No response

Relevant log output

{
  "name": "DisconnectedDevice",
  "message": "DisconnectedDevice",
  "stack": "Error: \n    at new CustomError (C:\\Program Files\\Anchor Wallet\\resources\\app.asar\\node_modules\\@ledgerhq\\errors\\src\\helpers.ts:26:18)\n    at HID.<anonymous> (C:\\Program Files\\Anchor Wallet\\resources\\app.asar\\node_modules\\@ledgerhq\\hw-transport-node-hid-noevents\\src\\TransportNodeHid.ts:127:25)"
}

Contact Details

jimmy@marchetto.at

Anything else?

No response

aaroncox commented 4 days ago

Hrm, I haven't ever seen this behavior before, where it actually closes the app on the Ledger device.

It sounds like some sort of data being passed into the Ledger app itself is causing the crash, and then Anchor is just losing connection since the app is closing.

If you try to perform the exact same transaction again, does it repeat itself and crash again?

If so, it seems as if there must be some sort of bug inside the EOS Ledger app itself. We didn't develop that app and don't maintain it, so I'm at a bit of a loss as to exactly how to troubleshoot this 🤔