Skip to content
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

Seed Recovery Fails #97

Open
d-bischoff opened this issue Jul 22, 2021 · 1 comment
Open

Seed Recovery Fails #97

d-bischoff opened this issue Jul 22, 2021 · 1 comment

Comments

@d-bischoff
Copy link

I am using a Ledger NanoX Firrmware 1.3 with Monero Ledger SAS Spec 1.0 App 1.7.7 installed, unlocked and in the Monero App.
My computer is running windows and running py -m ledger.monero.seedconv.py online as described in https://github.com/LedgerHQ/app-monero/tree/master/tools/python yields the following result.

=============================================================
Monero Seed Converter v0.9. Copyright (c) Ledger SAS 20018.
Licensed under the Apache License, Version 2.0
=============================================================

* Select Language
   2 : English (English)
   3 : Esperanto (Esperanto)
   4 : Français (French)
   5 : Italiano (Italian)
   7 : Lobjan (Lobjan)
   8 : Português (Portuguese)
Enter the number corresponding to the language of your choice (2): 2
Open device...
Erase old key words...
Traceback (most recent call last):
  File "C:\Users\Ich\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 188, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "C:\Users\Ich\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 111, in _get_module_details
    __import__(pkg_name)
  File "C:\Users\Ich\projects\app-monero\tools\python\src\ledger\monero\seedconv.py", line 356, in <module>
    get_online_seed(retrieve_language(True))
  File "C:\Users\Ich\projects\app-monero\tools\python\src\ledger\monero\seedconv.py", line 287, in get_online_seed
    dongle.exchange(pack('>6B', 0x00, 0x28, 0x02, 0x00, 0x01, 0x00))
  File "C:\Users\Ich\AppData\Local\Programs\Python\Python39\lib\site-packages\ledgerblue\comm.py", line 145, in exchange
    raise CommException("Invalid status %04x (%s)" % (sw, possibleCause), sw, response)
ledgerblue.commException.CommException: Exception : Invalid status 6e00 (Unexpected state of device: verify that the right application is opened?)

What are the pre-requisits I am missing?

@jonathancross
Copy link
Contributor

Hi, can you try this again with the latest app installed and open?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants