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

Broken. UnicodeEncodeError: 'ascii' codec can't encode characters in position 7-10: ordinal not in range(128) #31

Closed
grigio opened this issue Feb 26, 2019 · 3 comments

Comments

@grigio
Copy link

grigio commented Feb 26, 2019

Followed the instruction with also #24 and it still doesn't work

PYTHONPATH=`pwd`/src python3 -m ledger.monero.seedconv offline

=============================================================
Monero Seed Converter v0.9. Copyright (c) Ledger SAS 20018.
Licensed under the Apache License, Version 2.0
=============================================================
        
* Select Language
Traceback (most recent call last):
  File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/app/tools/python/src/ledger/monero/seedconv.py", line 359, in <module>
    get_offline_seed(retrieve_language(False))
  File "/app/tools/python/src/ledger/monero/seedconv.py", line 82, in retrieve_language
    print('  %2d : %s (%s)'%(i, l['language_name'], l['english_language_name']))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 7-10: ordinal not in range(128)
@grigio
Copy link
Author

grigio commented Mar 1, 2019

Just comment like 82 and it works

@grydz
Copy link
Contributor

grydz commented Jun 16, 2020

I've tested with Python 3.5 in a new virtualenv and I can't reproduce the issue.

Do you confirm you still have the problem?

@grydz
Copy link
Contributor

grydz commented Jun 25, 2020

I'm closing the issue.

Feel free to open a new one if you encounter the problem again.

@grydz grydz closed this as completed Jun 25, 2020
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