You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
I use :
I connect USB cable to the ledger, switch it on and select monero app, when, I launch the python app :
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".
The text was updated successfully, but these errors were encountered: