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

Application and ledger device crash... #104

Open
yannickt opened this issue May 27, 2022 · 0 comments
Open

Application and ledger device crash... #104

yannickt opened this issue May 27, 2022 · 0 comments

Comments

@yannickt
Copy link

I use :

  • Windows 10, cmd.exe in admin mode.
  • Ledger Nano X with latest firmware 2.0.2 and monero app 1.7.8.
  • Python 3.10.4, with app-monero 1.7.8

I connect USB cable to the ledger, switch it on and select monero app, when, I launch the python app :

C:\Data\dev\app-monero-1.7.8\tools\python>python -m ledger.monero.seedconv.py online

=============================================================
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): 4
Open device...
Erase old key words...
Traceback (most recent call last):
  File "C:\Users\xxxxx\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 187, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "C:\Users\xxxxx\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 110, in _get_module_details
    __import__(pkg_name)
  File "C:\Data\dev\app-monero-1.7.8\tools\python\src\ledger\monero\seedconv.py", line 356, in <module>
    get_online_seed(retrieve_language(True))
  File "C:\Data\dev\app-monero-1.7.8\tools\python\src\ledger\monero\seedconv.py", line 303, in get_online_seed
    send_dict_chunk(dongle,lang['prefix_length'], chunk, start, cnt)
  File "C:\Data\dev\app-monero-1.7.8\tools\python\src\ledger\monero\seedconv.py", line 276, in send_dict_chunk
    dongle.exchange(apdu)
  File "C:\Users\xxxxx\AppData\Local\Programs\Python\Python310\lib\site-packages\ledgerblue\comm.py", line 93, in exchange
    result = self.waitImpl.waitFirstResponse(timeout)
  File "C:\Users\xxxxx\AppData\Local\Programs\Python\Python310\lib\site-packages\ledgerblue\comm.py", line 152, in waitFirstResponse
    data = self.device.read(65)
  File "hid.pyx", line 219, in hid.device.read
OSError: read error
Load dictionnary...........................................................................................
C:\Data\dev\app-monero-1.7.8\tools\python>

Application stop with the error above. The nano X crash : The power is off (or at least the screen is black), I can't switch on, until I unconnect USB cable. The "25 words" value is "NOTSET".

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

1 participant