LedgerHQ / ledger-vscode-extension

A VS Code extension providing tools to accelerate development of apps for Ledger wallets.
Apache License 2.0
6 stars 3 forks source link

[windows] issue with quick device setup action #35

Open tdejoigny-ledger opened 6 months ago

tdejoigny-ledger commented 6 months ago

Please find here the error log :

Executing task in folder app-stellar: cmd.exe /C 'if not exist ledger (python -m pip install virtualenv && python -m venv ledger && call ledger\Scripts\activate.bat && python -m pip install ledgerblue)' ; cmd.exe /C '.\ledger\Scripts\activate.bat && python -m ledgerblue.hostOnboard --apdu --id 0 --pin 1234 --prefix="" --passphrase="" --words "glory promote mansion idle axis finger extra february uncover one trip resource lawn turtle enact monster seven myth punch hobby comfort wild raise skin"' 

usage: hostOnboard.py [-h] [--apdu] --id {0,1,2} [--pin PIN] [--prefix PREFIX] [--passphrase PASSPHRASE]
                      [--words WORDS]
hostOnboard.py: error: unrecognized arguments: promote mansion idle axis finger extra february uncover one trip resource lawn turtle enact monster seven myth punch hobby comfort wild raise skin

 *  The terminal process "C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command cmd.exe /C 'if not exist ledger (python -m pip install virtualenv && python -m venv ledger && call ledger\Scripts\activate.bat && python -m pip install ledgerblue)' ; cmd.exe /C '.\ledger\Scripts\activate.bat && python -m ledgerblue.hostOnboard --apdu --id 0 --pin 1234 --prefix="" --passphrase="" --words "glory promote mansion idle axis finger extra february uncover one trip resource lawn turtle enact monster seven myth punch hobby comfort wild raise skin"'" terminated with exit code: 1. 

Same command is working outside Vscode

tdejoigny-ledger commented 1 month ago

true at least on windows