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

[tvmaze] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128) #762

Closed
DigitalConceptions opened this issue Jan 4, 2016 · 0 comments
Assignees
Labels

Comments

@DigitalConceptions
Copy link

@liiight

Unicode errors on latest:

#: flexget -V
1.2.423.dev
Latest release: 1.2.422

Shows caught in my log:
På Spåret and München Mord

Crashlog:

2016-01-03 22:16 ERROR    lazy_lookup   Series-Premieres Unhandled error in lazy lookup plugin
2016-01-03 22:16 CRITICAL manager       Series-Premieres An unexpected crash has occurred. Writing crash report to /home/wolfgang/.download/flexget/crash_report.2016.01.03.221615459989.log
2016-01-03 22:16 DEBUG    manager       Series-Premieres Traceback:
Traceback (most recent call last):
  File "/home/wolfgang/.download/flexget/flexget/utils/lazy_dict.py", line 36, in __getitem__
    func(self.store)
  File "/home/wolfgang/.download/flexget/flexget/plugins/metainfo/tvmaze_lookup.py", line 130, in lazy_series_lookup
    series = series_lookup(**lookupargs)
  File "/home/wolfgang/.download/flexget/flexget/utils/database.py", line 27, in wrapper
    return func(*args, **kwargs)
  File "/home/wolfgang/.download/flexget/flexget/plugins/api_tvmaze.py", line 393, in series_lookup
    pytvmaze_show = get_show(**prepared_params)
  File "/home/wolfgang/.download/flexget/local/lib/python2.7/site-packages/pytvmaze/tvmaze.py", line 416, in get_show
    show_web_channel, embed=embed)
  File "/home/wolfgang/.download/flexget/local/lib/python2.7/site-packages/pytvmaze/tvmaze.py", line 470, in _get_show_by_search
    return show_single_search(show=show_name, embed=embed)
  File "/home/wolfgang/.download/flexget/local/lib/python2.7/site-packages/pytvmaze/tvmaze.py", line 528, in show_single_search
    raise ShowNotFound('show name ' + '"' + url_unquote(show) + '"' + ' not found')
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128)

Further information/log can be available upon request..

Edit: I'm pretty sure this is linked to Issue #759

@DigitalConceptions DigitalConceptions changed the title UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128) [tvmaze] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128) Jan 4, 2016
@liiight liiight self-assigned this Jan 5, 2016
@liiight liiight added the Bug label Jan 5, 2016
@liiight liiight closed this as completed in 5c85179 Jan 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants