-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when fetching from Ledger nano s #27
Comments
You are the second one reporting this. |
Do you see better logs in btcpayserver itself? Can you run the vault in command line to maybe see more logs? |
Hey @NicolasDorier thanks for the response. I decided to put this aside and connect with my electrum wallet instead, which is working. Open source FTW! |
@aaronzomback just be aware about gap limit issues (see our doc) when you do this. |
@NicolasDorier didn't know that about the 3rd party leak, you mean the public keys, or IP address? I'm still interested in connecting my Ledger instead. Although I am not familiar with running dotnet. I am with command line - are there docs to run vault in command line? Maybe I can update you better with the errors then. |
yeah you can git clone this repo and run You leak both, public keys and IP to the server electrum connects to. |
Can't replicate. Most people reporting these issues either have outdated version of fw or don't know they need to confirm export public key on the device and wait too long. |
would be nice to at least understand where it comes from so can get better error message |
@britttttk I remember you could not reproduce on mac, but were you running latest of both Vault and Ledger firmware/app? |
@NicolasDorier I tried to reproduce it with: I'll update my ledger firmware to try it.. but @aaronzomback what version of BTCPay is this happening for you? |
@britttttk I'm running BTCPay v1.0.6.4 Are you receiving the same error as me?
@NicolasDorier I haven't tried running the dotnet server yet, but I plan to do so at some point to get more info. |
ping @britttttk could repo/debug? |
Ping @aaronzomback are you tech savy enough to build the project in Debug and run it. It seems @britttttk does not manage to repro. You just need .NET SDK 3.1, then run |
@aaronzomback I updated everything to the latest. Can you try to run Vault from your terminal. If it's in your Applications: please try
Does it happen for every kind of wallet you try to generate? Do you make it to this screen or it fails before? |
@britttttk would be good to write up how to find debug logs in the issue template |
@NicolasDorier will be glad to help the community with this. Thanks @britttttk for the suggestion, I was actually able to configure xpub and connect to my BlueWallet just fine. |
@britttttk @aaronzomback you need to download .NET Core 3.1, clone this repo, then run Without this, you don't have debug logs. Just run Vault like this, plug ledger, then try again to add your xpub via btcpay. |
@NicolasDorier followed all your instructions and cloned this repo, but I'm getting this error in the CLI
|
@aaronzomback go in the BTCPayServer.Vault in the repo so |
@NicolasDorier is there a specific project I should run within that repo? I'm getting this message when entering
The first time I entered I receveived the above message followed by |
@aaronzomback |
@NicolasDorier I tried running that in the dir but still gives me: |
|
@aaronzomback we found somebody else having the same issue. It would be helpful if you can help us on finding the issue. |
Running If my BTCPayServer is not started the command prompts this... Otherwise, if my BTCPayServer is running, I receive the usual error when ledger connected in my BTCPayServer vault |
@aaronzomback the CLI is crashing? it shows no error? |
@NicolasDorier not sure if it's necessarily crashing, but it's true that it shows no error. Are you sure dotnet is the correct debugger? |
@aaronzomback if you run with |
So quiet... hey, I hope everyone is doing well... any progress on the issue? I can try to duplicate, on OSX 10.14 but I have not chosen HW yet. If Ledger s can't play nice, then I wouldn't know what's better. |
I replied to you on #29 |
Closing this one as we got no feedback |
I receive this error when I try to generate BTC derivation scheme to configure my store with my hardware ledger wallet....
"An unexpected error happened. (Error reading JArray from JsonReader. Path '', line 0, position 0.)"
-Tried both Firefox & Chrome
-Tried BTC Pay Vault version 1.0.7 and 1.0.6
The text was updated successfully, but these errors were encountered: