satstack icon indicating copy to clipboard operation
satstack copied to clipboard

Ledger Live: Syntax error while synchronizing ETH wallets

Open chuegel opened this issue 3 years ago • 2 comments

OS: MacOS 12.6 satstack: 0.16.1_macOS-amd64

After importing all accounts and started Ledger Live with EXPLORER=http://127.0.0.1:20000 ./Ledger\ Live I get a syntax error:

image

The issue seems to be that ./lss is trying to sync also ETH accounts:

[GIN] 2022/10/18 - 07:01:13 | 404 |         537ns |       127.0.0.1 | GET      "/blockchain/v3/eth/blocks/current"
[GIN] 2022/10/18 - 07:01:13 | 404 |         317ns |       127.0.0.1 | GET      "/blockchain/v3/eth/blocks/0x1d1648b2d243cb0e806134d738c026ee6469142d41adba368b6d25c164327ddc"
[GIN] 2022/10/18 - 07:01:13 | 404 |         274ns |       127.0.0.1 | GET      "/blockchain/v3/eth/addresses/0xe*******/balance"
[GIN] 2022/10/18 - 07:01:13 | 404 |         560ns |       127.0.0.1 | GET      "/blockchain/v3/eth/blocks/current"
[GIN] 2022/10/18 - 07:01:13 | 404 |         402ns |       127.0.0.1 | GET      "/blockchain/v3/eth/addresses/0xe*****/balance"
[GIN] 2022/10/18 - 07:01:13 | 404 |         363ns |       127.0.0.1 | GET      "/blockchain/v3/eth/blocks/0x1d1648b2d243cb0e806134d738c026ee6469142d41adba368b6d25c164327ddc"
[GIN] 2022/10/18 - 07:01:14 | 404 |         647ns |       127.0.0.1 | GET      "/blockchain/v3/eth/blocks/current"
[GIN] 2022/10/18 - 07:01:14 | 404 |         405ns |       127.0.0.1 | GET      "/blockchain/v3/eth/addresses/0xe******/balance"
[GIN] 2022/10/18 - 07:01:14 | 404 |         345ns |       127.0.0.1 | GET      "/blockchain/v3/eth/blocks/0x1d1648b2d243cb0e806134d738c026ee6469142d41adba368b6d25c164327ddc"
[GIN] 2022/10/18 - 07:01:14 | 404 |         455ns |       127.0.0.1 | GET      "/blockchain/v3/eth/addresses/0xe******/transactions?batch_size=2000&noinput=true&no_input=true&no_token=true&filtering=true&block_hash="
[GIN] 2022/10/18 - 07:01:14 | 404 |         713ns |       127.0.0.1 | GET      "/blockchain/v3/eth/addresses/0xe******/transactions?batch_size=2000&noinput=true&no_input=true&no_token=true&filtering=true&block_hash="

image

chuegel avatar Oct 18 '22 05:10 chuegel

hi @chuegel this is a current limitation, if you use satstack, the other cryptos will stop syncing. I will add this to the doc and also check with Ledger Live team if we could deliver an env variable for satstack only.

adrienlacombe avatar Oct 18 '22 06:10 adrienlacombe

@adrienlacombe-ledger thanks for your reply...well this is definitively a huge limitation but AFAIK only ETH stopped syncing..other cryptos synced fine with saltstack

chuegel avatar Oct 18 '22 07:10 chuegel