Desktop-Wallet icon indicating copy to clipboard operation
Desktop-Wallet copied to clipboard

Can't import Ledger

Open rqueue opened this issue 7 years ago • 6 comments

I've followed these instructions https://docs.aion.network/docs/ledger-hardware-wallet-guide to try and import my ledger wallet, but I get an error saying "Cannot connect to Ledger". I enabled Contract data and have the Aion app on my ledger open. After pressing the connect button it still shows the same error.

rqueue avatar Oct 30 '18 02:10 rqueue

@qoire I've been getting some logs from people encountering this issue and this is mostly caused by the JS integration that we have to go through, though we can't pinpoint the root of the issue. I assume that at some level it's some sort of compatibility problem:

org.aion.wallet.hardware.ledger.LedgerException: Error wile communicating with the [email protected]
	at org.aion.wallet.hardware.ledger.LedgerWallet.getResponse(LedgerWallet.java:198)
	at org.aion.wallet.hardware.ledger.LedgerWallet.getAccountDetails(LedgerWallet.java:123)
	at org.aion.wallet.hardware.ledger.LedgerWallet.isConnected(LedgerWallet.java:106)
	at org.aion.wallet.ui.components.partials.ImportAccountDialog.connectToLedger(ImportAccountDialog.java:316)
	at org.aion.wallet.ui.components.partials.ImportAccountDialog.lambda$radioButtonChanged$1(ImportAccountDialog.java:275)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)

Anyway, the fix for this is to create the ledger API in-app. Do you want to hold off the Maintenance release until then?

theotniel avatar Nov 01 '18 15:11 theotniel

@rqueue can you please let us know what OS you're using?

theotniel avatar Nov 01 '18 15:11 theotniel

I’m using high Sierra. I can check which version specifically later today. I read a reddit pair where someone updated to Mojave and it started to work for them so I was going to try that. Maybe that clue will help some as well

rqueue avatar Nov 01 '18 15:11 rqueue

@centrys-otniel I tried updating my OS and am now on Mojave 10.14, but I still get the same Could not connect to Ledger error

rqueue avatar Nov 05 '18 02:11 rqueue

@rqueue can you hop on the Gitter room of the project? -> Gitter

theotniel avatar Nov 09 '18 07:11 theotniel

The problem still exists on Catalina 10.15.6

georges avatar Aug 18 '20 21:08 georges