SBS1 List Loading Crash

Issue #25 duplicate
Ryan Foyle created an issue

When trying to list shows from SBS1 i get the following error.

SBS>1>2

Traceback (most recent call last): File "C:\WebDL\grabber.py", line 61, in <module> main() File "C:\WebDL\grabber.py", line 46, in main result = choose(options, allow_multi=will_download) File "C:\WebDL\grabber.py", line 15, in choose print("%3d) %s" % (i+1, key)) File "C:\Python27\lib\encodings\cp850.py", line 12, in encode return codecs.charmap_encode(input,errors,encoding_map) UnicodeEncodeError: 'charmap' codec can't encode character u'\u2019' in position 57: character maps to <undefined>

All other SBS directories work fine.

Im using Windows 10 and Python 2.7

Comments (3)

  1. Log in to comment