Unicode error for Ten and SBS

Issue #46 invalid
Former user created an issue

On Ten and SBS I get the error below when navigating Im on Ubuntu 14.04LTS Any ideas?

Traceback (most recent call last):
  File "./grabber.py", line 61, in <module>
    main()
  File "./grabber.py", line 46, in main
    result = choose(options, allow_multi=will_download)
  File "./grabber.py", line 15, in choose
    print("%3d) %s" % (i+1, key))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xec' in position 9: ordinal not in range(128)

Comments (3)

  1. delx repo owner
    • changed status to open

    I cannot reproduce this. Are you using Python2 or Python3, which versions and what OS? Which programme are you trying to browse, or is it the menu for all of Ten?

  2. Log in to comment