-
Notifications
You must be signed in to change notification settings - Fork 278
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
[APP SUBMITTED]: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 175: ordinal not in range(128) #5304
Comments
This is an example where the real exception is being swallowed, fixed with: #5297 |
Little bit confused here. If its swallowed, why did duramato got the error? |
The original traceback where this exception originated from is missing. |
@duramato Next time you should get the real exception, see #4982 (comment) |
INFOPython Version: ERROR2018-10-01 12:07:56 ERROR Thread_15 :: [a1b5c87] Exception generated: 'ascii' codec can't decode byte 0xc4 in position 69: ordinal not in range(128) Traceback (most recent call last): File "/home/pi/Medusa/medusa/server/web/core/base.py", line 258, in async_call result = function(**kwargs) File "/home/pi/Medusa/medusa/server/web/home/post_process.py", line 49, in processEpisode ignore_subs=argToBool(ignore_subs) File "/home/pi/Medusa/medusa/process_tv.py", line 145, in process ignore_subs=ignore_subs) File "/home/pi/Medusa/medusa/process_tv.py", line 333, in process_files self.process_media(path, self.video_files, force, is_priority, ignore_subs) File "/home/pi/Medusa/medusa/process_tv.py", line 554, in process_media self.result = processor.process() File "/home/pi/Medusa/medusa/post_processor.py", line 1256, in process cur_ep.refresh_subtitles() File "/home/pi/Medusa/medusa/tv/episode.py", line 441, in refresh_subtitles current_subtitles = subtitles.get_current_subtitles(self) File "/home/pi/Medusa/medusa/subtitles.py", line 593, in get_current_subtitles video = get_video(tv_episode, video_path) File "/home/pi/Medusa/medusa/subtitles.py", line 741, in get_video embedded_subtitles = bool(not app.IGNORE_EMBEDDED_SUBS and video_path.endswith('.mkv')) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 69: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-10-01 12:03:41 ERROR Thread_14 :: [a1b5c87] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 73: ordinal not in range(128) Traceback (most recent call last): File "/home/pi/Medusa/medusa/server/web/core/base.py", line 258, in async_call result = function(**kwargs) File "/home/pi/Medusa/medusa/server/web/home/post_process.py", line 49, in processEpisode ignore_subs=argToBool(ignore_subs) File "/home/pi/Medusa/medusa/process_tv.py", line 145, in process ignore_subs=ignore_subs) File "/home/pi/Medusa/medusa/process_tv.py", line 333, in process_files self.process_media(path, self.video_files, force, is_priority, ignore_subs) File "/home/pi/Medusa/medusa/process_tv.py", line 554, in process_media self.result = processor.process() File "/home/pi/Medusa/medusa/post_processor.py", line 1256, in process cur_ep.refresh_subtitles() File "/home/pi/Medusa/medusa/tv/episode.py", line 441, in refresh_subtitles current_subtitles = subtitles.get_current_subtitles(self) File "/home/pi/Medusa/medusa/subtitles.py", line 593, in get_current_subtitles video = get_video(tv_episode, video_path) File "/home/pi/Medusa/medusa/subtitles.py", line 741, in get_video embedded_subtitles = bool(not app.IGNORE_EMBEDDED_SUBS and video_path.endswith('.mkv')) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 73: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-10-01 11:51:20 ERROR Thread_6 :: [a1b5c87] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 75: ordinal not in range(128) Traceback (most recent call last): File "/home/pi/Medusa/medusa/server/web/core/base.py", line 258, in async_call result = function(**kwargs) File "/home/pi/Medusa/medusa/server/web/home/post_process.py", line 49, in processEpisode ignore_subs=argToBool(ignore_subs) File "/home/pi/Medusa/medusa/process_tv.py", line 145, in process ignore_subs=ignore_subs) File "/home/pi/Medusa/medusa/process_tv.py", line 333, in process_files self.process_media(path, self.video_files, force, is_priority, ignore_subs) File "/home/pi/Medusa/medusa/process_tv.py", line 554, in process_media self.result = processor.process() File "/home/pi/Medusa/medusa/post_processor.py", line 1256, in process cur_ep.refresh_subtitles() File "/home/pi/Medusa/medusa/tv/episode.py", line 441, in refresh_subtitles current_subtitles = subtitles.get_current_subtitles(self) File "/home/pi/Medusa/medusa/subtitles.py", line 593, in get_current_subtitles video = get_video(tv_episode, video_path) File "/home/pi/Medusa/medusa/subtitles.py", line 741, in get_video embedded_subtitles = bool(not app.IGNORE_EMBEDDED_SUBS and video_path.endswith('.mkv')) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 75: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-11-02 09:27:04 ERROR Thread_3 :: [0c0a735] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 49: ordinal not in range(128) Traceback (most recent call last): File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/server/web/core/base.py", line 258, in async_call result = function(**kwargs) File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/server/web/home/post_process.py", line 49, in processEpisode ignore_subs=argToBool(ignore_subs) File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/process_tv.py", line 145, in process ignore_subs=ignore_subs) File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/process_tv.py", line 335, in process_files self.process_media(path, self.video_files, force, is_priority, ignore_subs) File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/process_tv.py", line 556, in process_media self.result = processor.process() File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/post_processor.py", line 1289, in process notifiers.notify_download(ep_obj._format_pattern('%SN - %Sx%0E - %EN - %QN')) File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/notifiers/__init__.py", line 92, in notify_download n.notify_download(ep_name) File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/notifiers/prowl.py", line 50, in notify_download show = self._parse_episode(ep_name) File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/notifiers/prowl.py", line 163, in _parse_episode titles = ep_name.split(sep) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 49: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-11-02 11:57:00 ERROR Thread_8 :: [0c0a735] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 33: ordinal not in range(128) Traceback (most recent call last): File "C:\Medusa\medusa\server\web\core\base.py", line 258, in async_call result = function(**kwargs) File "C:\Medusa\medusa\server\web\home\add_shows.py", line 543, in addExistingShows if '|' not in cur_dir: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 33: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-11-03 22:17:11 ERROR Thread_4 :: [0c0a735] Exception generated: 'ascii' codec can't decode byte 0xe8 in position 22: ordinal not in range(128) Traceback (most recent call last): File "/usr/local/medusa/medusa/server/web/core/base.py", line 258, in async_call result = function(**kwargs) File "/usr/local/medusa/medusa/server/web/home/post_process.py", line 49, in processEpisode ignore_subs=argToBool(ignore_subs) File "/usr/local/medusa/medusa/process_tv.py", line 145, in process ignore_subs=ignore_subs) File "/usr/local/medusa/medusa/process_tv.py", line 335, in process_files self.process_media(path, self.video_files, force, is_priority, ignore_subs) File "/usr/local/medusa/medusa/process_tv.py", line 569, in process_media self.log('Processing failed for {0}: {1}'.format(file_path, process_fail_message), logger.WARNING) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe8 in position 22: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-11-03 22:32:42 ERROR Thread_18 :: [0c0a735] Exception generated: 'ascii' codec can't decode byte 0xe8 in position 22: ordinal not in range(128) Traceback (most recent call last): File "/usr/local/medusa/medusa/server/web/core/base.py", line 258, in async_call result = function(**kwargs) File "/usr/local/medusa/medusa/server/web/home/post_process.py", line 49, in processEpisode ignore_subs=argToBool(ignore_subs) File "/usr/local/medusa/medusa/process_tv.py", line 145, in process ignore_subs=ignore_subs) File "/usr/local/medusa/medusa/process_tv.py", line 335, in process_files self.process_media(path, self.video_files, force, is_priority, ignore_subs) File "/usr/local/medusa/medusa/process_tv.py", line 569, in process_media self.log('Processing failed for {0}: {1}'.format(file_path, process_fail_message), logger.WARNING) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe8 in position 22: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-11-03 18:39:21 ERROR Thread_13 :: [0c0a735] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 45: ordinal not in range(128) Traceback (most recent call last): File "/share/CACHEDEV1_DATA/.qpkg/Medusa/Medusa/medusa/server/web/core/base.py", line 258, in async_call result = function(**kwargs) File "/share/CACHEDEV1_DATA/.qpkg/Medusa/Medusa/medusa/server/web/home/add_shows.py", line 543, in addExistingShows if '|' not in cur_dir: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 45: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
@medariox is this exception caused by the log.format()? |
INFOPython Version: ERROR2018-11-06 09:00:54 ERROR SEARCHQUEUE-DAILY-SEARCH :: [0c0a735] DailySearchQueueItem Exception, error: 'ascii' codec can't decode byte 0xc3 in position 15: ordinal not in range(128) Traceback (most recent call last): File "/app/medusa/medusa/search/queue.py", line 289, in run self.success = snatch_episode(result) File "/app/medusa/medusa/search/core.py", line 227, in snatch_episode result.leechers, result.provider.name), is_proper) File "/app/medusa/medusa/notifiers/__init__.py", line 108, in notify_snatch n.notify_snatch(ep_name, is_proper) File "/app/medusa/medusa/notifiers/emailnotify.py", line 102, in notify_snatch msg['Subject'] = 'Snatched: ' + ep_name UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 15: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-11-06 19:56:15 ERROR POSTPROCESSOR :: [0c0a735] Exception generated: 'ascii' codec can't decode byte 0xe2 in position 53: ordinal not in range(128) Traceback (most recent call last): File "/media/media/Logiciels/medusa/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/media/media/Logiciels/medusa/medusa/auto_post_processor.py", line 58, in run process_tv.ProcessResult(app.TV_DOWNLOAD_DIR, app.PROCESS_METHOD).process(force=force) File "/media/media/Logiciels/medusa/medusa/process_tv.py", line 145, in process ignore_subs=ignore_subs) File "/media/media/Logiciels/medusa/medusa/process_tv.py", line 335, in process_files self.process_media(path, self.video_files, force, is_priority, ignore_subs) File "/media/media/Logiciels/medusa/medusa/process_tv.py", line 556, in process_media self.result = processor.process() File "/media/media/Logiciels/medusa/medusa/post_processor.py", line 1289, in process notifiers.notify_download(ep_obj._format_pattern('%SN - %Sx%0E - %EN - %QN')) File "/media/media/Logiciels/medusa/medusa/notifiers/__init__.py", line 92, in notify_download n.notify_download(ep_name) File "/media/media/Logiciels/medusa/medusa/notifiers/emailnotify.py", line 153, in notify_download msg['Subject'] = 'Downloaded: ' + ep_name UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 53: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-11-07 09:36:39 ERROR Thread_14 :: [0c0a735] Exception generated: 'ascii' codec can't decode byte 0xc2 in position 16: ordinal not in range(128) Traceback (most recent call last): File "/app/medusa/medusa/server/web/core/base.py", line 258, in async_call result = function(**kwargs) File "/app/medusa/medusa/server/web/home/add_shows.py", line 543, in addExistingShows if '|' not in cur_dir: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 16: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-11-07 23:49:57 ERROR SEARCHQUEUE-DAILY-SEARCH :: [0c0a735] DailySearchQueueItem Exception, error: 'ascii' codec can't decode byte 0xc3 in position 39: ordinal not in range(128) Traceback (most recent call last): File "/home/**********/Medusa/Medusa/medusa/search/queue.py", line 289, in run self.success = snatch_episode(result) File "/home/**********/Medusa/Medusa/medusa/search/core.py", line 227, in snatch_episode result.leechers, result.provider.name), is_proper) File "/home/**********/Medusa/Medusa/medusa/notifiers/__init__.py", line 108, in notify_snatch n.notify_snatch(ep_name, is_proper) File "/home/**********/Medusa/Medusa/medusa/notifiers/prowl.py", line 38, in notify_snatch show = self._parse_episode(ep_name) File "/home/**********/Medusa/Medusa/medusa/notifiers/prowl.py", line 163, in _parse_episode titles = ep_name.split(sep) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 39: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
@p0psicles Pretty sure that was caused by that ex() (which used ss()). I've removed it in #5643 so that should be fine as well now. |
Hi all thanks for looking at this issue
It seems that I've managed to resolve it I was going through my download
folder and there was a file that had a large amount of Chinese characters
at the beginning of the file name
I removed it and that resolved the issue
Thanks for you quick response to this and keep up the good work I love
Medusa
Thanks again
…On Thu, 8 Nov 2018, 17:57 Dario ***@***.*** wrote:
@p0psicles <https://github.com/p0psicles> Pretty sure that was caused by
that ex() (which used ss()). I've removed it in #5643
<#5643> so that should be fine as
well now.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5304 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA_TKDFlBMg5f36OMDLXZv6LsVqFoTdwks5utHB_gaJpZM4W3n7k>
.
|
INFOPython Version: ERROR2018-11-09 08:33:08 ERROR POSTPROCESSOR :: [0c0a735] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 30: ordinal not in range(128) Traceback (most recent call last): File "/media/media/Logiciels/medusa/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/media/media/Logiciels/medusa/medusa/auto_post_processor.py", line 58, in run process_tv.ProcessResult(app.TV_DOWNLOAD_DIR, app.PROCESS_METHOD).process(force=force) File "/media/media/Logiciels/medusa/medusa/process_tv.py", line 145, in process ignore_subs=ignore_subs) File "/media/media/Logiciels/medusa/medusa/process_tv.py", line 335, in process_files self.process_media(path, self.video_files, force, is_priority, ignore_subs) File "/media/media/Logiciels/medusa/medusa/process_tv.py", line 556, in process_media self.result = processor.process() File "/media/media/Logiciels/medusa/medusa/post_processor.py", line 1289, in process notifiers.notify_download(ep_obj._format_pattern('%SN - %Sx%0E - %EN - %QN')) File "/media/media/Logiciels/medusa/medusa/notifiers/__init__.py", line 92, in notify_download n.notify_download(ep_name) File "/media/media/Logiciels/medusa/medusa/notifiers/emailnotify.py", line 153, in notify_download msg['Subject'] = 'Downloaded: ' + ep_name UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 30: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-11-12 10:04:08 ERROR Thread_12 :: [0c0a735] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 17: ordinal not in range(128) Traceback (most recent call last): File "/app/medusa/medusa/server/web/core/base.py", line 258, in async_call result = function(**kwargs) File "/app/medusa/medusa/server/web/home/add_shows.py", line 543, in addExistingShows if '|' not in cur_dir: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 17: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
@overdox fixed in develop branch |
INFOPython Version: ERROR2018-11-13 08:34:08 ERROR POSTPROCESSOR :: [0c0a735] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 72: ordinal not in range(128) Traceback (most recent call last): File "/media/media/Logiciels/medusa/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/media/media/Logiciels/medusa/medusa/auto_post_processor.py", line 58, in run process_tv.ProcessResult(app.TV_DOWNLOAD_DIR, app.PROCESS_METHOD).process(force=force) File "/media/media/Logiciels/medusa/medusa/process_tv.py", line 145, in process ignore_subs=ignore_subs) File "/media/media/Logiciels/medusa/medusa/process_tv.py", line 335, in process_files self.process_media(path, self.video_files, force, is_priority, ignore_subs) File "/media/media/Logiciels/medusa/medusa/process_tv.py", line 556, in process_media self.result = processor.process() File "/media/media/Logiciels/medusa/medusa/post_processor.py", line 1289, in process notifiers.notify_download(ep_obj._format_pattern('%SN - %Sx%0E - %EN - %QN')) File "/media/media/Logiciels/medusa/medusa/notifiers/__init__.py", line 92, in notify_download n.notify_download(ep_name) File "/media/media/Logiciels/medusa/medusa/notifiers/emailnotify.py", line 153, in notify_download msg['Subject'] = 'Downloaded: ' + ep_name UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 72: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2018-11-15 19:27:13 ERROR Thread_3 :: [0c0a735] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 18: ordinal not in range(128) Traceback (most recent call last): File "/opt/medusa/medusa/server/web/core/base.py", line 258, in async_call result = function(**kwargs) File "/opt/medusa/medusa/server/web/home/add_shows.py", line 543, in addExistingShows if '|' not in cur_dir: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 18: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-04-24 14:48:20 ERROR Thread_5 :: [81c5604] Exception generated: 'ascii' codec can't decode byte 0x92 in position 21: ordinal not in range(128) Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\server\web\core\base.py", line 262, in async_call result = function(**kwargs) File "C:\Medusa\Medusa\medusa\server\web\core\file_browser.py", line 24, in index return json.dumps(list_folders(path, True, truth_to_bool(includeFiles))) File "C:\Medusa\Medusa\medusa\browser.py", line 103, in list_folders log.warning('Unable to open %s: %s / %s', path, repr(e), str(e)) File "C:\Medusa\Medusa\ext2\future\types\newstr.py", line 102, in __new__ return super(newstr, cls).__new__(cls, value) UnicodeDecodeError: 'ascii' codec can't decode byte 0x92 in position 21: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-04-24 15:59:43 ERROR Thread_14 :: [81c5604] Exception generated: 'ascii' codec can't decode byte 0x92 in position 21: ordinal not in range(128) Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\server\web\core\base.py", line 262, in async_call result = function(**kwargs) File "C:\Medusa\Medusa\medusa\server\web\core\file_browser.py", line 24, in index return json.dumps(list_folders(path, True, truth_to_bool(includeFiles))) File "C:\Medusa\Medusa\medusa\browser.py", line 103, in list_folders log.warning('Unable to open %s: %s / %s', path, repr(e), str(e)) File "C:\Medusa\Medusa\ext2\future\types\newstr.py", line 102, in __new__ return super(newstr, cls).__new__(cls, value) UnicodeDecodeError: 'ascii' codec can't decode byte 0x92 in position 21: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-04-24 17:13:16 ERROR Thread_0 :: [81c5604] Exception generated: 'ascii' codec can't decode byte 0x92 in position 21: ordinal not in range(128) Traceback (most recent call last): File "C:\Medusa\Medusa\medusa\server\web\core\base.py", line 262, in async_call result = function(**kwargs) File "C:\Medusa\Medusa\medusa\server\web\core\file_browser.py", line 24, in index return json.dumps(list_folders(path, True, truth_to_bool(includeFiles))) File "C:\Medusa\Medusa\medusa\browser.py", line 103, in list_folders log.warning('Unable to open %s: %s / %s', path, repr(e), str(e)) File "C:\Medusa\Medusa\ext2\future\types\newstr.py", line 102, in __new__ return super(newstr, cls).__new__(cls, value) UnicodeDecodeError: 'ascii' codec can't decode byte 0x92 in position 21: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-09-04 09:23:43 ERROR POSTPROCESSOR :: [74c3f12] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) Traceback (most recent call last): File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/auto_post_processor.py", line 58, in run process_tv.ProcessResult(app.TV_DOWNLOAD_DIR, app.PROCESS_METHOD).process(force=force) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 141, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-09-06 08:12:03 ERROR POSTPROCESSOR :: [74c3f12] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) Traceback (most recent call last): File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/auto_post_processor.py", line 58, in run process_tv.ProcessResult(app.TV_DOWNLOAD_DIR, app.PROCESS_METHOD).process(force=force) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 141, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-09-23 11:38:00 ERROR SEARCHQUEUE-DAILY-SEARCH :: [Nyaa] :: [baad1e5] BraceMessage(u'DailySearchQueueItem Exception, error: {error}', {u'error': GuessitException('An internal error has occured in guessit.\n===================== Guessit Exception Report =====================\nversion=3.1.0\nstring=[\xe6\x82\xa0\xe5\x93\x88\xe7\x92\x83\xe7\xbe\xbd\xe5\xad\x97\xe5\xb9\x95\xe7\xa4\xbe&LoliHouse].\xe6\x93\x85\xe9\x95\xbf\xe6\x8d\x89\xe5\xbc\x84\xe7\x9a\x84\xe9\xab\x98\xe6\x9c\xa8\xe5\x90\x8c\xe5\xad\xa62./.Karakai.J\xc5\x8duzu.no.Takagi-san.S2.-.08.[WebRip.1080p.HEVC-10bit.AAC][\xe7\xae\x80\xe7\xb9\x81\xe5\x86\x85\xe5\xb0\x81\xe5\xad\x97\xe5\xb9\x95]\noptions={\'allowed_languages\': [\'ca\', \'cs\', \'de\', \'en\', \'es\', \'fr\', \'he\', \'hi\', \'hu\', \'it\', \'ja\', \'ko\', \'mul\', \'nl\', \'no\', \'pl\', \'pt\', \'ro\', \'ru\', \'sv\', \'te\', \'uk\', \'und\', \'jp\'], \'expected_group\': [\'TV2LAX9\', \'DHD\', \'20-40\', \'E7\'], \'expected_title\': [\'OSS 117\', \'This is Us\', \'M3: Sono Kuroki Hagane\', \'Danganronpa 3: The End of Kibougamine Gakuen - Zetsubou Hen\', \'Danganronpa 3: The End of Kibougamine Gakuen - Mirai Hen\', \'Mob Psycho 100\'], \'allowed_countries\': [\'au\', \'gb\', \'us\'], \'advanced_config\': {\'website\': {\'prefixes\': [\'from\'], \'safe_tlds\': [\'com\', \'net\', \'org\'], \'safe_prefixes\': [\'co\', \'com\', \'net\', \'org\'], \'safe_subdomains\': [\'www\']}, \'container\': {\'info\': [\'nfo\'], \'nzb\': [\'nzb\'], \'subtitles\': [\'srt\', \'idx\', \'sub\', \'ssa\', \'ass\'], \'videos\': [\'3g2\', \'3gp\', \'3gp2\', \'asf\', \'avi\', \'divx\', \'flv\', \'iso\', \'m4v\', \'mk2\', \'mk3d\', \'mka\', \'mkv\', \'mov\', \'mp4\', \'mp4a\', \'mpeg\', \'mpg\', \'ogg\', \'ogm\', \'ogv\', \'qt\', \'ra\', \'ram\', \'rm\', \'ts\', \'vob\', \'wav\', \'webm\', \'wma\', \'wmv\'], \'torrent\': [\'torrent\']}, \'audio_codec\': {\'audio_channels\': {\'7.1\': [\'7ch\', \'8ch\', \'re:(7[\\\\W_][01](?:ch)?)(?=[^\\\\d]|$)\'], \'5.1\': [\'5ch\', \'6ch\', \'re:(5[\\\\W_][01](?:ch)?)(?=[^\\\\d]|$)\', \'re:(6[\\\\W_]0(?:ch)?)(?=[^\\\\d]|$)\'], \'2.0\': [\'2ch\', \'stereo\', \'re:(2[\\\\W_]0(?:ch)?)(?=[^\\\\d]|$)\'], \'1.0\': [\'1ch\', \'mono\']}}, \'language\': {\'language_prefixes\': [\'true\'], \'subtitle_prefixes\': [\'st\', \'vost\', \'subforced\', \'fansub\', \'hardsub\', \'legenda\', \'legendas\', \'legendado\', \'subtitulado\', \'soft\', \'subtitles\'], \'subtitle_affixes\': [\'sub\', \'subs\', \'esub\', \'esubs\', \'subbed\', \'custom subbed\', \'custom subs\', \'custom sub\', \'customsubbed\', \'customsubs\', \'customsub\', \'soft subtitles\', \'soft subs\'], \'language_affixes\': [\'dublado\', \'dubbed\', \'dub\'], \'synonyms\': {\'fra\': [\'fran\\xc3\\xa7ais\', \'vf\', \'vff\', \'vfi\', \'vfq\'], \'ell\': [\'gr\', \'greek\'], \'jpn\': [\'jp\'], \'por_BR\': [\'po\', \'pb\', \'pob\', \'ptbr\', \'br\', \'brazilian\'], \'hrv\': [\'scr\'], \'swe\': [\'se\'], \'ukr\': [\'ua\'], \'cat\': [\'catal\\xc3\\xa0\', \'castellano\', \'espanol castellano\', \'espa\\xc3\\xb1ol castellano\'], \'ces\': [\'cz\'], \'spa\': [\'esp\', \'espa\\xc3\\xb1ol\', \'espanol\'], \'mul\': [\'multi\', \'dl\'], \'deu_CH\': [\'swissgerman\', \'swiss german\'], \'nld_BE\': [\'flemish\'], \'zho\': [\'cn\']}, \'weak_affixes\': [\'v\', \'audio\', \'true\'], \'subtitle_suffixes\': [\'subforced\', \'fansub\', \'hardsub\'], \'language_suffixes\': [\'audio\']}, \'common_words\': [\'ca\', \'cat\', \'de\', \'he\', \'it\', \'no\', \'por\', \'rum\', \'se\', \'st\', \'sub\'], \'screen_size\': {\'frame_rates\': [\'23.976\', \'24\', \'25\', \'29.970\', \'30\', \'48\', \'50\', \'60\', \'120\'], \'max_ar\': 1.898, \'min_ar\': 1.333, \'progressive\': [\'360\', \'480\', \'540\', \'576\', \'900\', \'1080\', \'368\', \'720\', \'1440\', \'2160\', \'4320\'], \'interlaced\': [\'360\', \'480\', \'576\', \'900\', \'1080\']}, \'episodes\': {\'season_markers\': [\'s\'], \'range_separators\': [\'-\', \'~\', \'to\', \'a\'], \'episode_max_range\': 100, \'episode_markers\': [\'xe\', \'ex\', \'ep\', \'e\', \'x\'], \'season_max_range\': 100, \'disc_markers\': [\'d\'], \'season_words\': [\'season\', \'saison\', \'seizoen\', \'seasons\', \'saisons\', \'tem\', \'temp\', \'temporada\', \'temporadas\', \'stagione\'], \'max_range_gap\': 1, \'discrete_separators\': [\'+\', \'&\', \'and\', \'et\'], \'season_ep_markers\': [\'x\'], \'of_words\': [\'of\', \'sur\'], \'all_words\': [\'All\'], \'episode_words\': [\'episode\', \'episodes\', \'eps\', \'ep\', \'episodio\', \'episodios\', \'capitulo\', \'capitulos\']}, \'part\': {\'prefixes\': [\'pt\', \'part\']}, \'groups\': {\'starting\': \'([{\', \'ending\': \')]}\'}, \'country\': {\'synonyms\': {\'BR\': [\'brazilian\', \'bra\'], \'CA\': [\'qu\\xc3\\xa9bec\', \'quebec\', \'qc\'], \'MX\': [\'Latinoam\\xc3\\xa9rica\', \'latin america\'], \'ES\': [\'espa\\xc3\\xb1a\'], \'GB\': [\'UK\']}}, \'streaming_service\': {\'WatchMe\': \'WME\', \'TVING\': \'TVING\', \'ESPN\': \'ESPN\', \'Doc Club\': \'DOCC\', \'CNBC\': \'CNBC\', \'Syfy\': \'SYFY\', \'iTunes\': \'iTunes\', \'Netflix\': [\'NF\', \'Netflix\'], \'Spike\': \'SPIK\', \'Playstation Network\': \'PSN\', \'SBS (AU)\': \'SBS\', \'SeeSo\': [\'SESO\', \'SeeSo\'], \'AOL\': \'AOL\', \'GloboSat Play\': \'GLOB\', \'Hulu\': \'HULU\', \'Crunchy Roll\': [\'CR\', \'re:Crunchy-?Roll\'], \'CuriosityStream\': \'CUR\', \'Nickelodeon\': [\'NICK\', \'Nickelodeon\'], "America\'s Test Kitchen": \'ATK\', \'Digiturk Diledigin Yerde\': \'DDY\', \'DC Universe\': \'DCU\', \'Xbox Video\': \'XBOX\', \'BravoTV\': \'BRAV\', \'Canal+\': \'CNLP\', \'DIY Network\': \'DIY\', \'National Geographic\': [\'NATG\', \'re:National-?Geographic\'], \'A&E\': [\'AE\', \'A&E\'], \'DPlay\': \'DPLY\', \'Crackle\': \'CRKL\', \'Freeform\': \'FREE\', \'Global\': \'GLBL\', \'Fox\': \'FOX\', \'IFC\': \'IFC\', \'ZDF\': \'ZDF\', \'Cinemax\': \'CMAX\', \'Adult Swim\': [\'AS\', \'re:Adult-?Swim\'], \'Discovery\': [\'DISC\', \'Discovery\'], \'TubiTV\': \'TUBI\', \'AMC\': \'AMC\', \'Al Jazeera English\': \'AJAZ\', \'E!\': \'ETV\', \'Norsk Rikskringkasting\': \'NRK\', \'Comedians in Cars Getting Coffee\': \'CCGC\', \'SwearNet\': \'SWER\', \'Investigation Discovery\': \'ID\', \'PBS\': \'PBS\', \'ABC Australia\': \'AUBC\', \'UKTV\': \'UKTV\', \'NFL\': \'NFL\', \'NBA TV\': [\'NBA\', \'re:NBA-?TV\'], \'AnimeLab\': \'ANLB\', \'Family Jr\': \'FJR\', \'CBC\': \'CBC\', \'Hallmark\': \'HLMK\', \'HBO Go\': [\'HBO\', \'re:HBO-?Go\'], \'TBS\': \'TBS\', \'Motor Trend OnDemand\': \'MTOD\', \'NHL GameCenter\': \'GC\', \'Lifetime\': \'LIFE\', \'Daisuki\': \'DSKI\', \'CTV\': \'CTV\', \'MSNBC\': \'MNBC\', \'CHRGD\': \'CHGD\', \'Disney\': [\'DSNY\', \'Disney\'], \'Starz\': \'STZ\', \'Sveriges Television\': \'SVT\', \'Deadhouse Films\': \'DHF\', \'WWE Network\': \'WWEN\', \'Animal Planet\': \'ANPL\', \'Yahoo\': \'YHOO\', \'Country Music Television\': \'CMT\', \'Pluzz\': \'PLUZ\', \'Amazon Prime\': [\'AMZN\', \'Amazon\', \'re:Amazon-?Prime\'], \'TV Land\': [\'TVL\', \'re:TV-?Land\'], \'Cartoon Network\': \'CN\', \'Stan\': \'STAN\', \'Comedy Central\': [\'CC\', \'re:Comedy-?Central\'], \'PBS Kids\': \'PBSK\', \'Vimeo\': \'VMEO\', \'El Trece\': \'ETTV\', \'TLC\': \'TLC\', \'NBC\': \'NBC\', \'Sportsnet\': \'SNET\', \'USA Network\': \'USAN\', \'Velocity\': \'VLCT\', \'History\': [\'HIST\', \'History\'], \'Family\': \'FAM\', \'NFL Now\': \'NFLN\', \'Sprout\': \'SPRT\', \'UFC\': \'UFC\', \'FYI Network\': \'FYI\', \'Univision\': \'UNIV\', \'ITV\': \'ITV\', \'CSpan\': \'CSPN\', \'Channel 4\': \'4OD\', \'CWSeed\': \'CWS\', \'VRV\': \'VRV\', \'The CW\': [\'CW\', \'re:The-?CW\'], \'TV3 Ireland\': \'TV3\', \'RTE One\': \'RTE\', \'Esquire\': \'ESQ\', \'Viceland\': \'VICE\', \'CBS\': \'CBS\', \'Spike TV\': [\'SPKE\', \'re:Spike-?TV\'], \'DramaFever\': [\'DF\', \'DramaFever\'], \'MBC\': [\'MBC\', \'MBCVOD\'], \'ePix\': \'EPIX\', \'ABC\': \'AMBC\', \'Shomi\': \'SHMI\', \'HGTV\': \'HGTV\', \'MTV\': \'MTV\', \'YouTube Red\': \'RED\', \'TV4 Sweeden\': \'TV4\', \'W Network\': \'WNET\', \'OnDemandKorea\': [\'ODK\', \'OnDemandKorea\'], \'Food Network\': \'FOOD\', \'Knowledge Network\': \'KNOW\', \'VH1\': \'VH1\', \'TFou\': \'TFOU\', \'Viki\': \'VIKI\', \'ARD\': \'ARD\', \'BBC iPlayer\': [\'iP\', \'re:BBC-?iPlayer\']}, \'release_group\': {\'forbidden_names\': [\'bonus\', \'by\', \'for\', \'par\', \'pour\', \'rip\'], \'ignored_seps\': \'[]{}()\'}}, \'episode_prefer_number\': False, \'type\': \'episode\', \'implicit\': True}\n--------------------------------------------------------------------\nTraceback (most recent call last):\n File "/opt/**********/ext/guessit/api.py", line 210, in guessit\n matches = self.rebulk.matches(string, options)\n File "/opt/**********/ext/rebulk/rebulk.py", line 115, in matches\n self._execute_rules(matches, context)\n File "/opt/**********/ext/rebulk/rebulk.py", line 146, in _execute_rules\n rules.execute_all_rules(matches, context)\n File "/opt/**********/ext/rebulk/rules.py", line 316, in execute_all_rules\n when_response = execute_rule(rule, matches, context)\n File "/opt/**********/ext/rebulk/rules.py", line 337, in execute_rule\n when_response = rule.when(matches, context)\n File "/opt/**********/**********/name_parser/rules/rules.py", line 584, in when\n new_title.value = \' \'.join([title.value, season.parent.value])\nUnicodeDecodeError: \'ascii\' codec can\'t decode byte 0xc5 in position 9: ordinal not in range(128)\n--------------------------------------------------------------------\nPlease report at https://github.com/guessit-io/guessit/issues.\n====================================================================',)}, exc_info=1, extra=None) Traceback (most recent call last): File "/opt/**********/**********/search/queue.py", line 266, in run found_results = search_for_needed_episodes(self.scheduler_start_time, force=self.force) File "/opt/**********/**********/search/core.py", line 524, in search_for_needed_episodes cur_provider.cache.update_cache(scheduler_start_time) File "/opt/**********/**********/tv/cache.py", line 234, in update_cache result = self._parse_item(item) File "/opt/**********/**********/tv/cache.py", line 313, in _parse_item leechers, size, pubdate) File "/opt/**********/**********/tv/cache.py", line 383, in add_cache_entry parse_result = parsed_result or NameParser().parse(name) File "/opt/**********/**********/name_parser/parser.py", line 386, in parse result = self._parse_string(name) File "/opt/**********/**********/name_parser/parser.py", line 292, in _parse_string guess = guessit.guessit(name, dict(show_type=self.show_type)) File "/opt/**********/**********/name_parser/guessit_parser.py", line 80, in guessit result = default_api.guessit(name, options=final_options) File "/opt/**********/ext/guessit/api.py", line 222, in guessit raise GuessitException(string, options) GuessitException: An internal error has occured in guessit. ===================== Guessit Exception Report ===================== version=3.1.0 string=[悠哈璃羽字幕社&LoliHouse].擅长捉弄的高木同学2./.Karakai.Jōuzu.no.Takagi-san.S2.-.08.[WebRip.1080p.HEVC-10bit.AAC][简繁内封字幕] options={'allowed_languages': ['ca', 'cs', 'de', 'en', 'es', 'fr', 'he', 'hi', 'hu', 'it', 'ja', 'ko', 'mul', 'nl', 'no', 'pl', 'pt', 'ro', 'ru', 'sv', 'te', 'uk', 'und', 'jp'], 'expected_group': ['TV2LAX9', 'DHD', '20-40', 'E7'], 'expected_title': ['OSS 117', 'This is Us', 'M3: Sono Kuroki Hagane', 'Danganronpa 3: The End of Kibougamine Gakuen - Zetsubou Hen', 'Danganronpa 3: The End of Kibougamine Gakuen - Mirai Hen', 'Mob Psycho 100'], 'allowed_countries': ['au', 'gb', 'us'], 'advanced_config': {'website': {'prefixes': ['from'], 'safe_tlds': ['com', 'net', 'org'], 'safe_prefixes': ['co', 'com', 'net', 'org'], 'safe_subdomains': ['www']}, 'container': {'info': ['nfo'], 'nzb': ['nzb'], 'subtitles': ['srt', 'idx', 'sub', 'ssa', 'ass'], 'videos': ['3g2', '3gp', '3gp2', 'asf', 'avi', 'divx', 'flv', 'iso', 'm4v', 'mk2', 'mk3d', 'mka', 'mkv', 'mov', 'mp4', 'mp4a', 'mpeg', 'mpg', 'ogg', 'ogm', 'ogv', 'qt', 'ra', 'ram', 'rm', 'ts', 'vob', 'wav', 'webm', 'wma', 'wmv'], 'torrent': ['torrent']}, 'audio_codec': {'audio_channels': {'7.1': ['7ch', '8ch', 're:(7[\\W_][01](?:ch)?)(?=[^\\d]|$)'], '5.1': ['5ch', '6ch', 're:(5[\\W_][01](?:ch)?)(?=[^\\d]|$)', 're:(6[\\W_]0(?:ch)?)(?=[^\\d]|$)'], '2.0': ['2ch', 'stereo', 're:(2[\\W_]0(?:ch)?)(?=[^\\d]|$)'], '1.0': ['1ch', 'mono']}}, 'language': {'language_prefixes': ['true'], 'subtitle_prefixes': ['st', 'vost', 'subforced', 'fansub', 'hardsub', 'legenda', 'legendas', 'legendado', 'subtitulado', 'soft', 'subtitles'], 'subtitle_affixes': ['sub', 'subs', 'esub', 'esubs', 'subbed', 'custom subbed', 'custom subs', 'custom sub', 'customsubbed', 'customsubs', 'customsub', 'soft subtitles', 'soft subs'], 'language_affixes': ['dublado', 'dubbed', 'dub'], 'synonyms': {'fra': ['fran\xc3\xa7ais', 'vf', 'vff', 'vfi', 'vfq'], 'ell': ['gr', 'greek'], 'jpn': ['jp'], 'por_BR': ['po', 'pb', 'pob', 'ptbr', 'br', 'brazilian'], 'hrv': ['scr'], 'swe': ['se'], 'ukr': ['ua'], 'cat': ['catal\xc3\xa0', 'castellano', 'espanol castellano', 'espa\xc3\xb1ol castellano'], 'ces': ['cz'], 'spa': ['esp', 'espa\xc3\xb1ol', 'espanol'], 'mul': ['multi', 'dl'], 'deu_CH': ['swissgerman', 'swiss german'], 'nld_BE': ['flemish'], 'zho': ['cn']}, 'weak_affixes': ['v', 'audio', 'true'], 'subtitle_suffixes': ['subforced', 'fansub', 'hardsub'], 'language_suffixes': ['audio']}, 'common_words': ['ca', 'cat', 'de', 'he', 'it', 'no', 'por', 'rum', 'se', 'st', 'sub'], 'screen_size': {'frame_rates': ['23.976', '24', '25', '29.970', '30', '48', '50', '60', '120'], 'max_ar': 1.898, 'min_ar': 1.333, 'progressive': ['360', '480', '540', '576', '900', '1080', '368', '720', '1440', '2160', '4320'], 'interlaced': ['360', '480', '576', '900', '1080']}, 'episodes': {'season_markers': ['s'], 'range_separators': ['-', '~', 'to', 'a'], 'episode_max_range': 100, 'episode_markers': ['xe', 'ex', 'ep', 'e', 'x'], 'season_max_range': 100, 'disc_markers': ['d'], 'season_words': ['season', 'saison', 'seizoen', 'seasons', 'saisons', 'tem', 'temp', 'temporada', 'temporadas', 'stagione'], 'max_range_gap': 1, 'discrete_separators': ['+', '&', 'and', 'et'], 'season_ep_markers': ['x'], 'of_words': ['of', 'sur'], 'all_words': ['All'], 'episode_words': ['episode', 'episodes', 'eps', 'ep', 'episodio', 'episodios', 'capitulo', 'capitulos']}, 'part': {'prefixes': ['pt', 'part']}, 'groups': {'starting': '([{', 'ending': ')]}'}, 'country': {'synonyms': {'BR': ['brazilian', 'bra'], 'CA': ['qu\xc3\xa9bec', 'quebec', 'qc'], 'MX': ['Latinoam\xc3\xa9rica', 'latin america'], 'ES': ['espa\xc3\xb1a'], 'GB': ['UK']}}, 'streaming_service': {'WatchMe': 'WME', 'TVING': 'TVING', 'ESPN': 'ESPN', 'Doc Club': 'DOCC', 'CNBC': 'CNBC', 'Syfy': 'SYFY', 'iTunes': 'iTunes', 'Netflix': ['NF', 'Netflix'], 'Spike': 'SPIK', 'Playstation Network': 'PSN', 'SBS (AU)': 'SBS', 'SeeSo': ['SESO', 'SeeSo'], 'AOL': 'AOL', 'GloboSat Play': 'GLOB', 'Hulu': 'HULU', 'Crunchy Roll': ['CR', 're:Crunchy-?Roll'], 'CuriosityStream': 'CUR', 'Nickelodeon': ['NICK', 'Nickelodeon'], "America's Test Kitchen": 'ATK', 'Digiturk Diledigin Yerde': 'DDY', 'DC Universe': 'DCU', 'Xbox Video': 'XBOX', 'BravoTV': 'BRAV', 'Canal+': 'CNLP', 'DIY Network': 'DIY', 'National Geographic': ['NATG', 're:National-?Geographic'], 'A&E': ['AE', 'A&E'], 'DPlay': 'DPLY', 'Crackle': 'CRKL', 'Freeform': 'FREE', 'Global': 'GLBL', 'Fox': 'FOX', 'IFC': 'IFC', 'ZDF': 'ZDF', 'Cinemax': 'CMAX', 'Adult Swim': ['AS', 're:Adult-?Swim'], 'Discovery': ['DISC', 'Discovery'], 'TubiTV': 'TUBI', 'AMC': 'AMC', 'Al Jazeera English': 'AJAZ', 'E!': 'ETV', 'Norsk Rikskringkasting': 'NRK', 'Comedians in Cars Getting Coffee': 'CCGC', 'SwearNet': 'SWER', 'Investigation Discovery': 'ID', 'PBS': 'PBS', 'ABC Australia': 'AUBC', 'UKTV': 'UKTV', 'NFL': 'NFL', 'NBA TV': ['NBA', 're:NBA-?TV'], 'AnimeLab': 'ANLB', 'Family Jr': 'FJR', 'CBC': 'CBC', 'Hallmark': 'HLMK', 'HBO Go': ['HBO', 're:HBO-?Go'], 'TBS': 'TBS', 'Motor Trend OnDemand': 'MTOD', 'NHL GameCenter': 'GC', 'Lifetime': 'LIFE', 'Daisuki': 'DSKI', 'CTV': 'CTV', 'MSNBC': 'MNBC', 'CHRGD': 'CHGD', 'Disney': ['DSNY', 'Disney'], 'Starz': 'STZ', 'Sveriges Television': 'SVT', 'Deadhouse Films': 'DHF', 'WWE Network': 'WWEN', 'Animal Planet': 'ANPL', 'Yahoo': 'YHOO', 'Country Music Television': 'CMT', 'Pluzz': 'PLUZ', 'Amazon Prime': ['AMZN', 'Amazon', 're:Amazon-?Prime'], 'TV Land': ['TVL', 're:TV-?Land'], 'Cartoon Network': 'CN', 'Stan': 'STAN', 'Comedy Central': ['CC', 're:Comedy-?Central'], 'PBS Kids': 'PBSK', 'Vimeo': 'VMEO', 'El Trece': 'ETTV', 'TLC': 'TLC', 'NBC': 'NBC', 'Sportsnet': 'SNET', 'USA Network': 'USAN', 'Velocity': 'VLCT', 'History': ['HIST', 'History'], 'Family': 'FAM', 'NFL Now': 'NFLN', 'Sprout': 'SPRT', 'UFC': 'UFC', 'FYI Network': 'FYI', 'Univision': 'UNIV', 'ITV': 'ITV', 'CSpan': 'CSPN', 'Channel 4': '4OD', 'CWSeed': 'CWS', 'VRV': 'VRV', 'The CW': ['CW', 're:The-?CW'], 'TV3 Ireland': 'TV3', 'RTE One': 'RTE', 'Esquire': 'ESQ', 'Viceland': 'VICE', 'CBS': 'CBS', 'Spike TV': ['SPKE', 're:Spike-?TV'], 'DramaFever': ['DF', 'DramaFever'], 'MBC': ['MBC', 'MBCVOD'], 'ePix': 'EPIX', 'ABC': 'AMBC', 'Shomi': 'SHMI', 'HGTV': 'HGTV', 'MTV': 'MTV', 'YouTube Red': 'RED', 'TV4 Sweeden': 'TV4', 'W Network': 'WNET', 'OnDemandKorea': ['ODK', 'OnDemandKorea'], 'Food Network': 'FOOD', 'Knowledge Network': 'KNOW', 'VH1': 'VH1', 'TFou': 'TFOU', 'Viki': 'VIKI', 'ARD': 'ARD', 'BBC iPlayer': ['iP', 're:BBC-?iPlayer']}, 'release_group': {'forbidden_names': ['bonus', 'by', 'for', 'par', 'pour', 'rip'], 'ignored_seps': '[]{}()'}}, 'episode_prefer_number': False, 'type': 'episode', 'implicit': True} -------------------------------------------------------------------- Traceback (most recent call last): File "/opt/**********/ext/guessit/api.py", line 210, in guessit matches = self.rebulk.matches(string, options) File "/opt/**********/ext/rebulk/rebulk.py", line 115, in matches self._execute_rules(matches, context) File "/opt/**********/ext/rebulk/rebulk.py", line 146, in _execute_rules rules.execute_all_rules(matches, context) File "/opt/**********/ext/rebulk/rules.py", line 316, in execute_all_rules when_response = execute_rule(rule, matches, context) File "/opt/**********/ext/rebulk/rules.py", line 337, in execute_rule when_response = rule.when(matches, context) File "/opt/**********/**********/name_parser/rules/rules.py", line 584, in when new_title.value = ' '.join([title.value, season.parent.value]) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 9: ordinal not in range(128) -------------------------------------------------------------------- Please report at https://github.com/guessit-io/guessit/issues. ==================================================================== STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-09-25 12:32:17 ERROR POSTPROCESSOR :: [baad1e5] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) Traceback (most recent call last): File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 65, in run return ProcessResult(path, process_method).process(force=force, **kwargs) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 184, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-09-28 00:20:37 ERROR POSTPROCESSOR :: [baad1e5] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) Traceback (most recent call last): File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 65, in run return ProcessResult(path, process_method).process(force=force, **kwargs) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 184, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-09-29 23:15:01 ERROR POSTPROCESSOR :: [baad1e5] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) Traceback (most recent call last): File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 65, in run return ProcessResult(path, process_method).process(force=force, **kwargs) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 184, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-10-01 14:34:44 ERROR POSTPROCESSOR :: [baad1e5] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) Traceback (most recent call last): File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 65, in run return ProcessResult(path, process_method).process(force=force, **kwargs) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 184, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-10-07 15:24:25 ERROR POSTPROCESSOR :: [baad1e5] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) Traceback (most recent call last): File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 65, in run return ProcessResult(path, process_method).process(force=force, **kwargs) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 184, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-10-09 12:41:26 ERROR POSTPROCESSOR :: [baad1e5] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) Traceback (most recent call last): File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 65, in run return ProcessResult(path, process_method).process(force=force, **kwargs) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 184, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-10-11 23:57:48 ERROR POSTPROCESSOR :: [baad1e5] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) Traceback (most recent call last): File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 65, in run return ProcessResult(path, process_method).process(force=force, **kwargs) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 184, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-10-13 18:10:33 ERROR POSTPROCESSOR :: [baad1e5] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) Traceback (most recent call last): File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 65, in run return ProcessResult(path, process_method).process(force=force, **kwargs) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 184, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-10-19 23:58:51 ERROR POSTPROCESSOR :: [baad1e5] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) Traceback (most recent call last): File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 65, in run return ProcessResult(path, process_method).process(force=force, **kwargs) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 184, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-10-23 22:34:39 ERROR POSTPROCESSOR :: [baad1e5] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) Traceback (most recent call last): File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 65, in run return ProcessResult(path, process_method).process(force=force, **kwargs) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 184, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-10-24 21:14:09 ERROR POSTPROCESSOR :: [baad1e5] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) Traceback (most recent call last): File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 65, in run return ProcessResult(path, process_method).process(force=force, **kwargs) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 184, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-10-24 20:46:37 ERROR POSTPROCESSOR :: [baad1e5] Exception generated: 'ascii' codec can't decode byte 0xe7 in position 109: ordinal not in range(128) Traceback (most recent call last): File "/usr/local/medusa/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/usr/local/medusa/medusa/process_tv.py", line 65, in run return ProcessResult(path, process_method).process(force=force, **kwargs) File "/usr/local/medusa/medusa/process_tv.py", line 184, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe7 in position 109: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-10-27 14:09:42 ERROR POSTPROCESSOR :: [baad1e5] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) Traceback (most recent call last): File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 65, in run return ProcessResult(path, process_method).process(force=force, **kwargs) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 184, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-10-29 23:32:40 ERROR POSTPROCESSOR :: [baad1e5] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) Traceback (most recent call last): File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 65, in run return ProcessResult(path, process_method).process(force=force, **kwargs) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 184, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-10-31 11:23:05 ERROR POSTPROCESSOR :: [baad1e5] Exception generated: 'ascii' codec can't decode byte 0xe7 in position 109: ordinal not in range(128) Traceback (most recent call last): File "/usr/local/medusa/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/usr/local/medusa/medusa/process_tv.py", line 65, in run return ProcessResult(path, process_method).process(force=force, **kwargs) File "/usr/local/medusa/medusa/process_tv.py", line 184, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe7 in position 109: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-11-01 23:07:13 ERROR POSTPROCESSOR :: [baad1e5] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) Traceback (most recent call last): File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 65, in run return ProcessResult(path, process_method).process(force=force, **kwargs) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 184, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-11-02 14:57:37 ERROR POSTPROCESSOR :: [baad1e5] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) Traceback (most recent call last): File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 65, in run return ProcessResult(path, process_method).process(force=force, **kwargs) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 184, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-11-02 15:21:37 ERROR POSTPROCESSOR :: [baad1e5] Exception generated: 'ascii' codec can't decode byte 0xe7 in position 109: ordinal not in range(128) Traceback (most recent call last): File "/usr/local/medusa/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/usr/local/medusa/medusa/process_tv.py", line 65, in run return ProcessResult(path, process_method).process(force=force, **kwargs) File "/usr/local/medusa/medusa/process_tv.py", line 184, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe7 in position 109: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-11-04 19:08:58 ERROR POSTPROCESSOR :: [baad1e5] Exception generated: 'ascii' codec can't decode byte 0xe7 in position 109: ordinal not in range(128) Traceback (most recent call last): File "/usr/local/medusa/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/usr/local/medusa/medusa/process_tv.py", line 65, in run return ProcessResult(path, process_method).process(force=force, **kwargs) File "/usr/local/medusa/medusa/process_tv.py", line 184, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe7 in position 109: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2019-11-05 13:16:47 ERROR POSTPROCESSOR :: [baad1e5] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) Traceback (most recent call last): File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/scheduler.py", line 93, in run self.action.run(self.force) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 65, in run return ProcessResult(path, process_method).process(force=force, **kwargs) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 184, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2020-01-14 23:15:06 ERROR Thread_14 :: [942040a] Exception generated: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) Traceback (most recent call last): File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/server/web/core/base.py", line 251, in async_call result = function(**kwargs) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/server/web/home/post_process.py", line 61, in processEpisode ignore_subs=argToBool(ignore_subs) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 65, in run return ProcessResult(path, process_method).process(force=force, **kwargs) File "/volume1/.@plugins/AppCentral/sickbeard-tvrage/SickBeard-TVRage/medusa/process_tv.py", line 184, in process self.log('Processing folder: {0}'.format(dir_path), logger.DEBUG) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 90: ordinal not in range(128) STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFOPython Version: ERROR2020-01-21 20:44:45 ERROR SEARCHQUEUE-DAILY-SEARCH :: [AniDex] :: [942040a] DailySearchQueueItem Exception, error: GuessitException('An internal error has occured in guessit.\n===================== Guessit Exception Report =====================\nversion=3.1.0\nstring= [Golumpa] BOFURI - I Don\xe2\x80\x99t Want to Get Hurt, so I\xe2\x80\x99ll Max Out My Defense - 01 (Itai no wa Iya nano de Bougyoryoku ni Kyokufuri Shitai to Omoimasu) [English Dub] [FuniDub 1080p x264 AAC] [MKV] [5592B929]\noptions={\'allowed_languages\': [\'ca\', \'cs\', \'de\', \'en\', \'es\', \'fr\', \'he\', \'hi\', \'hu\', \'it\', \'ja\', \'ko\', \'mul\', \'nl\', \'no\', \'pl\', \'pt\', \'ro\', \'ru\', \'sv\', \'te\', \'uk\', \'und\', \'jp\'], \'expected_group\': [\'TV2LAX9\', \'DHD\', \'20-40\', \'E7\'], \'expected_title\': [\'OSS 117\', \'This is Us\', \'13 Reasons Why\', \'30 Rock\'], \'allowed_countries\': [\'au\', \'gb\', \'us\'], \'advanced_config\': {\'website\': {\'prefixes\': [\'from\'], \'safe_tlds\': [\'com\', \'net\', \'org\'], \'safe_prefixes\': [\'co\', \'com\', \'net\', \'org\'], \'safe_subdomains\': [\'www\']}, \'container\': {\'info\': [\'nfo\'], \'nzb\': [\'nzb\'], \'subtitles\': [\'srt\', \'idx\', \'sub\', \'ssa\', \'ass\'], \'videos\': [\'3g2\', \'3gp\', \'3gp2\', \'asf\', \'avi\', \'divx\', \'flv\', \'iso\', \'m4v\', \'mk2\', \'mk3d\', \'mka\', \'mkv\', \'mov\', \'mp4\', \'mp4a\', \'mpeg\', \'mpg\', \'ogg\', \'ogm\', \'ogv\', \'qt\', \'ra\', \'ram\', \'rm\', \'ts\', \'vob\', \'wav\', \'webm\', \'wma\', \'wmv\'], \'torrent\': [\'torrent\']}, \'audio_codec\': {\'audio_channels\': {\'7.1\': [\'7ch\', \'8ch\', \'re:(7[\\\\W_][01](?:ch)?)(?=[^\\\\d]|$)\'], \'5.1\': [\'5ch\', \'6ch\', \'re:(5[\\\\W_][01](?:ch)?)(?=[^\\\\d]|$)\', \'re:(6[\\\\W_]0(?:ch)?)(?=[^\\\\d]|$)\'], \'2.0\': [\'2ch\', \'stereo\', \'re:(2[\\\\W_]0(?:ch)?)(?=[^\\\\d]|$)\'], \'1.0\': [\'1ch\', \'mono\']}}, \'language\': {\'language_prefixes\': [\'true\'], \'subtitle_prefixes\': [\'st\', \'vost\', \'subforced\', \'fansub\', \'hardsub\', \'legenda\', \'legendas\', \'legendado\', \'subtitulado\', \'soft\', \'subtitles\'], \'subtitle_affixes\': [\'sub\', \'subs\', \'esub\', \'esubs\', \'subbed\', \'custom subbed\', \'custom subs\', \'custom sub\', \'customsubbed\', \'customsubs\', \'customsub\', \'soft subtitles\', \'soft subs\'], \'language_affixes\': [\'dublado\', \'dubbed\', \'dub\'], \'synonyms\': {\'fra\': [\'fran\\xc3\\xa7ais\', \'vf\', \'vff\', \'vfi\', \'vfq\'], \'ell\': [\'gr\', \'greek\'], \'jpn\': [\'jp\'], \'por_BR\': [\'po\', \'pb\', \'pob\', \'ptbr\', \'br\', \'brazilian\'], \'hrv\': [\'scr\'], \'swe\': [\'se\'], \'ukr\': [\'ua\'], \'cat\': [\'catal\\xc3\\xa0\', \'castellano\', \'espanol castellano\', \'espa\\xc3\\xb1ol castellano\'], \'ces\': [\'cz\'], \'spa\': [\'esp\', \'espa\\xc3\\xb1ol\', \'espanol\'], \'mul\': [\'multi\', \'dl\'], \'deu_CH\': [\'swissgerman\', \'swiss german\'], \'nld_BE\': [\'flemish\'], \'zho\': [\'cn\']}, \'weak_affixes\': [\'v\', \'audio\', \'true\'], \'subtitle_suffixes\': [\'subforced\', \'fansub\', \'hardsub\'], \'language_suffixes\': [\'audio\']}, \'common_words\': [\'ca\', \'cat\', \'de\', \'he\', \'it\', \'no\', \'por\', \'rum\', \'se\', \'st\', \'sub\'], \'screen_size\': {\'frame_rates\': [\'23.976\', \'24\', \'25\', \'29.970\', \'30\', \'48\', \'50\', \'60\', \'120\'], \'max_ar\': 1.898, \'min_ar\': 1.333, \'progressive\': [\'360\', \'480\', \'540\', \'576\', \'900\', \'1080\', \'368\', \'720\', \'1440\', \'2160\', \'4320\'], \'interlaced\': [\'360\', \'480\', \'576\', \'900\', \'1080\']}, \'episodes\': {\'season_markers\': [\'s\'], \'range_separators\': [\'-\', \'~\', \'to\', \'a\'], \'episode_max_range\': 100, \'episode_markers\': [\'xe\', \'ex\', \'ep\', \'e\', \'x\'], \'season_max_range\': 100, \'disc_markers\': [\'d\'], \'season_words\': [\'season\', \'saison\', \'seizoen\', \'seasons\', \'saisons\', \'tem\', \'temp\', \'temporada\', \'temporadas\', \'stagione\'], \'max_range_gap\': 1, \'discrete_separators\': [\'+\', \'&\', \'and\', \'et\'], \'season_ep_markers\': [\'x\'], \'of_words\': [\'of\', \'sur\'], \'all_words\': [\'All\'], \'episode_words\': [\'episode\', \'episodes\', \'eps\', \'ep\', \'episodio\', \'episodios\', \'capitulo\', \'capitulos\']}, \'part\': {\'prefixes\': [\'pt\', \'part\']}, \'groups\': {\'starting\': \'([{\', \'ending\': \')]}\'}, \'country\': {\'synonyms\': {\'BR\': [\'brazilian\', \'bra\'], \'CA\': [\'qu\\xc3\\xa9bec\', \'quebec\', \'qc\'], \'MX\': [\'Latinoam\\xc3\\xa9rica\', \'latin america\'], \'ES\': [\'espa\\xc3\\xb1a\'], \'GB\': [\'UK\']}}, \'streaming_service\': {\'WatchMe\': \'WME\', \'TVING\': \'TVING\', \'ESPN\': \'ESPN\', \'Doc Club\': \'DOCC\', \'CNBC\': \'CNBC\', \'Syfy\': \'SYFY\', \'iTunes\': \'iTunes\', \'Netflix\': [\'NF\', \'Netflix\'], \'Spike\': \'SPIK\', \'Playstation Network\': \'PSN\', \'SBS (AU)\': \'SBS\', \'SeeSo\': [\'SESO\', \'SeeSo\'], \'AOL\': \'AOL\', \'GloboSat Play\': \'GLOB\', \'Hulu\': \'HULU\', \'Crunchy Roll\': [\'CR\', \'re:Crunchy-?Roll\'], \'CuriosityStream\': \'CUR\', \'Nickelodeon\': [\'NICK\', \'Nickelodeon\'], "America\'s Test Kitchen": \'ATK\', \'Digiturk Diledigin Yerde\': \'DDY\', \'DC Universe\': \'DCU\', \'Xbox Video\': \'XBOX\', \'BravoTV\': \'BRAV\', \'Canal+\': \'CNLP\', \'DIY Network\': \'DIY\', \'National Geographic\': [\'NATG\', \'re:National-?Geographic\'], \'A&E\': [\'AE\', \'A&E\'], \'DPlay\': \'DPLY\', \'Crackle\': \'CRKL\', \'Freeform\': \'FREE\', \'Global\': \'GLBL\', \'Fox\': \'FOX\', \'IFC\': \'IFC\', \'ZDF\': \'ZDF\', \'Cinemax\': \'CMAX\', \'Adult Swim\': [\'AS\', \'re:Adult-?Swim\'], \'Discovery\': [\'DISC\', \'Discovery\'], \'TubiTV\': \'TUBI\', \'AMC\': \'AMC\', \'Al Jazeera English\': \'AJAZ\', \'E!\': \'ETV\', \'Norsk Rikskringkasting\': \'NRK\', \'Comedians in Cars Getting Coffee\': \'CCGC\', \'SwearNet\': \'SWER\', \'Investigation Discovery\': \'ID\', \'PBS\': \'PBS\', \'ABC Australia\': \'AUBC\', \'UKTV\': \'UKTV\', \'NFL\': \'NFL\', \'NBA TV\': [\'NBA\', \'re:NBA-?TV\'], \'AnimeLab\': \'ANLB\', \'Family Jr\': \'FJR\', \'CBC\': \'CBC\', \'Hallmark\': \'HLMK\', \'HBO Go\': [\'HBO\', \'re:HBO-?Go\'], \'TBS\': \'TBS\', \'Motor Trend OnDemand\': \'MTOD\', \'NHL GameCenter\': \'GC\', \'Lifetime\': \'LIFE\', \'Daisuki\': \'DSKI\', \'CTV\': \'CTV\', \'MSNBC\': \'MNBC\', \'CHRGD\': \'CHGD\', \'Disney\': [\'DSNY\', \'Disney\'], \'Starz\': \'STZ\', \'Sveriges Television\': \'SVT\', \'Deadhouse Films\': \'DHF\', \'WWE Network\': \'WWEN\', \'Animal Planet\': \'ANPL\', \'Yahoo\': \'YHOO\', \'Country Music Television\': \'CMT\', \'Pluzz\': \'PLUZ\', \'Amazon Prime\': [\'AMZN\', \'Amazon\', \'re:Amazon-?Prime\'], \'TV Land\': [\'TVL\', \'re:TV-?Land\'], \'Cartoon Network\': \'CN\', \'Stan\': \'STAN\', \'Comedy Central\': [\'CC\', \'re:Comedy-?Central\'], \'PBS Kids\': \'PBSK\', \'Vimeo\': \'VMEO\', \'El Trece\': \'ETTV\', \'TLC\': \'TLC\', \'NBC\': \'NBC\', \'Sportsnet\': \'SNET\', \'USA Network\': \'USAN\', \'Velocity\': \'VLCT\', \'History\': [\'HIST\', \'History\'], \'Family\': \'FAM\', \'NFL Now\': \'NFLN\', \'Sprout\': \'SPRT\', \'UFC\': \'UFC\', \'FYI Network\': \'FYI\', \'Univision\': \'UNIV\', \'ITV\': \'ITV\', \'CSpan\': \'CSPN\', \'Channel 4\': \'4OD\', \'CWSeed\': \'CWS\', \'VRV\': \'VRV\', \'The CW\': [\'CW\', \'re:The-?CW\'], \'TV3 Ireland\': \'TV3\', \'RTE One\': \'RTE\', \'Esquire\': \'ESQ\', \'Viceland\': \'VICE\', \'CBS\': \'CBS\', \'Spike TV\': [\'SPKE\', \'re:Spike-?TV\'], \'DramaFever\': [\'DF\', \'DramaFever\'], \'MBC\': [\'MBC\', \'MBCVOD\'], \'ePix\': \'EPIX\', \'ABC\': \'AMBC\', \'Shomi\': \'SHMI\', \'HGTV\': \'HGTV\', \'MTV\': \'MTV\', \'YouTube Red\': \'RED\', \'TV4 Sweeden\': \'TV4\', \'W Network\': \'WNET\', \'OnDemandKorea\': [\'ODK\', \'OnDemandKorea\'], \'Food Network\': \'FOOD\', \'Knowledge Network\': \'KNOW\', \'VH1\': \'VH1\', \'TFou\': \'TFOU\', \'Viki\': \'VIKI\', \'ARD\': \'ARD\', \'BBC iPlayer\': [\'iP\', \'re:BBC-?iPlayer\']}, \'release_group\': {\'forbidden_names\': [\'bonus\', \'by\', \'for\', \'par\', \'pour\', \'rip\'], \'ignored_seps\': \'[]{}()\'}}, \'episode_prefer_number\': False, \'type\': \'episode\', \'implicit\': True}\n--------------------------------------------------------------------\nTraceback (most recent call last):\n File "/usr/local/medusa/ext/guessit/api.py", line 210, in guessit\n matches = self.rebulk.matches(string, options)\n File "/usr/local/medusa/ext/rebulk/rebulk.py", line 115, in matches\n self._execute_rules(matches, context)\n File "/usr/local/medusa/ext/rebulk/rebulk.py", line 146, in _execute_rules\n rules.execute_all_rules(matches, context)\n File "/usr/local/medusa/ext/rebulk/rules.py", line 316, in execute_all_rules\n when_response = execute_rule(rule, matches, context)\n File "/usr/local/medusa/ext/rebulk/rules.py", line 337, in execute_rule\n when_response = rule.when(matches, context)\n File "/usr/local/medusa/medusa/name_parser/rules/rules.py", line 1437, in when\n name, matches.input_string, \',\'.join(unique_values), exc_info=False)\nUnicodeDecodeError: \'ascii\' codec can\'t decode byte 0xe2 in position 5: ordinal not in range(128)\n--------------------------------------------------------------------\nPlease report at https://github.com/guessit-io/guessit/issues.\n====================================================================',) Traceback (most recent call last): File "/usr/local/medusa/medusa/search/queue.py", line 266, in run found_results = search_for_needed_episodes(self.scheduler_start_time, force=self.force) File "/usr/local/medusa/medusa/search/core.py", line 526, in search_for_needed_episodes cur_provider.cache.update_cache(scheduler_start_time) File "/usr/local/medusa/medusa/tv/cache.py", line 244, in update_cache parsed_result = NameParser().parse(item['title']) File "/usr/local/medusa/medusa/name_parser/parser.py", line 388, in parse result = self._parse_string(name) File "/usr/local/medusa/medusa/name_parser/parser.py", line 292, in _parse_string guess = guessit.guessit(name, dict(show_type=self.show_type)) File "/usr/local/medusa/medusa/name_parser/guessit_parser.py", line 80, in guessit result = default_api.guessit(name, options=final_options) File "/usr/local/medusa/ext/guessit/api.py", line 222, in guessit raise GuessitException(string, options) GuessitException: An internal error has occured in guessit. ===================== Guessit Exception Report ===================== version=3.1.0 string= [Golumpa] BOFURI - I Don’t Want to Get Hurt, so I’ll Max Out My Defense - 01 (Itai no wa Iya nano de Bougyoryoku ni Kyokufuri Shitai to Omoimasu) [English Dub] [FuniDub 1080p x264 AAC] [MKV] [5592B929] options={'allowed_languages': ['ca', 'cs', 'de', 'en', 'es', 'fr', 'he', 'hi', 'hu', 'it', 'ja', 'ko', 'mul', 'nl', 'no', 'pl', 'pt', 'ro', 'ru', 'sv', 'te', 'uk', 'und', 'jp'], 'expected_group': ['TV2LAX9', 'DHD', '20-40', 'E7'], 'expected_title': ['OSS 117', 'This is Us', '13 Reasons Why', '30 Rock'], 'allowed_countries': ['au', 'gb', 'us'], 'advanced_config': {'website': {'prefixes': ['from'], 'safe_tlds': ['com', 'net', 'org'], 'safe_prefixes': ['co', 'com', 'net', 'org'], 'safe_subdomains': ['www']}, 'container': {'info': ['nfo'], 'nzb': ['nzb'], 'subtitles': ['srt', 'idx', 'sub', 'ssa', 'ass'], 'videos': ['3g2', '3gp', '3gp2', 'asf', 'avi', 'divx', 'flv', 'iso', 'm4v', 'mk2', 'mk3d', 'mka', 'mkv', 'mov', 'mp4', 'mp4a', 'mpeg', 'mpg', 'ogg', 'ogm', 'ogv', 'qt', 'ra', 'ram', 'rm', 'ts', 'vob', 'wav', 'webm', 'wma', 'wmv'], 'torrent': ['torrent']}, 'audio_codec': {'audio_channels': {'7.1': ['7ch', '8ch', 're:(7[\\W_][01](?:ch)?)(?=[^\\d]|$)'], '5.1': ['5ch', '6ch', 're:(5[\\W_][01](?:ch)?)(?=[^\\d]|$)', 're:(6[\\W_]0(?:ch)?)(?=[^\\d]|$)'], '2.0': ['2ch', 'stereo', 're:(2[\\W_]0(?:ch)?)(?=[^\\d]|$)'], '1.0': ['1ch', 'mono']}}, 'language': {'language_prefixes': ['true'], 'subtitle_prefixes': ['st', 'vost', 'subforced', 'fansub', 'hardsub', 'legenda', 'legendas', 'legendado', 'subtitulado', 'soft', 'subtitles'], 'subtitle_affixes': ['sub', 'subs', 'esub', 'esubs', 'subbed', 'custom subbed', 'custom subs', 'custom sub', 'customsubbed', 'customsubs', 'customsub', 'soft subtitles', 'soft subs'], 'language_affixes': ['dublado', 'dubbed', 'dub'], 'synonyms': {'fra': ['fran\xc3\xa7ais', 'vf', 'vff', 'vfi', 'vfq'], 'ell': ['gr', 'greek'], 'jpn': ['jp'], 'por_BR': ['po', 'pb', 'pob', 'ptbr', 'br', 'brazilian'], 'hrv': ['scr'], 'swe': ['se'], 'ukr': ['ua'], 'cat': ['catal\xc3\xa0', 'castellano', 'espanol castellano', 'espa\xc3\xb1ol castellano'], 'ces': ['cz'], 'spa': ['esp', 'espa\xc3\xb1ol', 'espanol'], 'mul': ['multi', 'dl'], 'deu_CH': ['swissgerman', 'swiss german'], 'nld_BE': ['flemish'], 'zho': ['cn']}, 'weak_affixes': ['v', 'audio', 'true'], 'subtitle_suffixes': ['subforced', 'fansub', 'hardsub'], 'language_suffixes': ['audio']}, 'common_words': ['ca', 'cat', 'de', 'he', 'it', 'no', 'por', 'rum', 'se', 'st', 'sub'], 'screen_size': {'frame_rates': ['23.976', '24', '25', '29.970', '30', '48', '50', '60', '120'], 'max_ar': 1.898, 'min_ar': 1.333, 'progressive': ['360', '480', '540', '576', '900', '1080', '368', '720', '1440', '2160', '4320'], 'interlaced': ['360', '480', '576', '900', '1080']}, 'episodes': {'season_markers': ['s'], 'range_separators': ['-', '~', 'to', 'a'], 'episode_max_range': 100, 'episode_markers': ['xe', 'ex', 'ep', 'e', 'x'], 'season_max_range': 100, 'disc_markers': ['d'], 'season_words': ['season', 'saison', 'seizoen', 'seasons', 'saisons', 'tem', 'temp', 'temporada', 'temporadas', 'stagione'], 'max_range_gap': 1, 'discrete_separators': ['+', '&', 'and', 'et'], 'season_ep_markers': ['x'], 'of_words': ['of', 'sur'], 'all_words': ['All'], 'episode_words': ['episode', 'episodes', 'eps', 'ep', 'episodio', 'episodios', 'capitulo', 'capitulos']}, 'part': {'prefixes': ['pt', 'part']}, 'groups': {'starting': '([{', 'ending': ')]}'}, 'country': {'synonyms': {'BR': ['brazilian', 'bra'], 'CA': ['qu\xc3\xa9bec', 'quebec', 'qc'], 'MX': ['Latinoam\xc3\xa9rica', 'latin america'], 'ES': ['espa\xc3\xb1a'], 'GB': ['UK']}}, 'streaming_service': {'WatchMe': 'WME', 'TVING': 'TVING', 'ESPN': 'ESPN', 'Doc Club': 'DOCC', 'CNBC': 'CNBC', 'Syfy': 'SYFY', 'iTunes': 'iTunes', 'Netflix': ['NF', 'Netflix'], 'Spike': 'SPIK', 'Playstation Network': 'PSN', 'SBS (AU)': 'SBS', 'SeeSo': ['SESO', 'SeeSo'], 'AOL': 'AOL', 'GloboSat Play': 'GLOB', 'Hulu': 'HULU', 'Crunchy Roll': ['CR', 're:Crunchy-?Roll'], 'CuriosityStream': 'CUR', 'Nickelodeon': ['NICK', 'Nickelodeon'], "America's Test Kitchen": 'ATK', 'Digiturk Diledigin Yerde': 'DDY', 'DC Universe': 'DCU', 'Xbox Video': 'XBOX', 'BravoTV': 'BRAV', 'Canal+': 'CNLP', 'DIY Network': 'DIY', 'National Geographic': ['NATG', 're:National-?Geographic'], 'A&E': ['AE', 'A&E'], 'DPlay': 'DPLY', 'Crackle': 'CRKL', 'Freeform': 'FREE', 'Global': 'GLBL', 'Fox': 'FOX', 'IFC': 'IFC', 'ZDF': 'ZDF', 'Cinemax': 'CMAX', 'Adult Swim': ['AS', 're:Adult-?Swim'], 'Discovery': ['DISC', 'Discovery'], 'TubiTV': 'TUBI', 'AMC': 'AMC', 'Al Jazeera English': 'AJAZ', 'E!': 'ETV', 'Norsk Rikskringkasting': 'NRK', 'Comedians in Cars Getting Coffee': 'CCGC', 'SwearNet': 'SWER', 'Investigation Discovery': 'ID', 'PBS': 'PBS', 'ABC Australia': 'AUBC', 'UKTV': 'UKTV', 'NFL': 'NFL', 'NBA TV': ['NBA', 're:NBA-?TV'], 'AnimeLab': 'ANLB', 'Family Jr': 'FJR', 'CBC': 'CBC', 'Hallmark': 'HLMK', 'HBO Go': ['HBO', 're:HBO-?Go'], 'TBS': 'TBS', 'Motor Trend OnDemand': 'MTOD', 'NHL GameCenter': 'GC', 'Lifetime': 'LIFE', 'Daisuki': 'DSKI', 'CTV': 'CTV', 'MSNBC': 'MNBC', 'CHRGD': 'CHGD', 'Disney': ['DSNY', 'Disney'], 'Starz': 'STZ', 'Sveriges Television': 'SVT', 'Deadhouse Films': 'DHF', 'WWE Network': 'WWEN', 'Animal Planet': 'ANPL', 'Yahoo': 'YHOO', 'Country Music Television': 'CMT', 'Pluzz': 'PLUZ', 'Amazon Prime': ['AMZN', 'Amazon', 're:Amazon-?Prime'], 'TV Land': ['TVL', 're:TV-?Land'], 'Cartoon Network': 'CN', 'Stan': 'STAN', 'Comedy Central': ['CC', 're:Comedy-?Central'], 'PBS Kids': 'PBSK', 'Vimeo': 'VMEO', 'El Trece': 'ETTV', 'TLC': 'TLC', 'NBC': 'NBC', 'Sportsnet': 'SNET', 'USA Network': 'USAN', 'Velocity': 'VLCT', 'History': ['HIST', 'History'], 'Family': 'FAM', 'NFL Now': 'NFLN', 'Sprout': 'SPRT', 'UFC': 'UFC', 'FYI Network': 'FYI', 'Univision': 'UNIV', 'ITV': 'ITV', 'CSpan': 'CSPN', 'Channel 4': '4OD', 'CWSeed': 'CWS', 'VRV': 'VRV', 'The CW': ['CW', 're:The-?CW'], 'TV3 Ireland': 'TV3', 'RTE One': 'RTE', 'Esquire': 'ESQ', 'Viceland': 'VICE', 'CBS': 'CBS', 'Spike TV': ['SPKE', 're:Spike-?TV'], 'DramaFever': ['DF', 'DramaFever'], 'MBC': ['MBC', 'MBCVOD'], 'ePix': 'EPIX', 'ABC': 'AMBC', 'Shomi': 'SHMI', 'HGTV': 'HGTV', 'MTV': 'MTV', 'YouTube Red': 'RED', 'TV4 Sweeden': 'TV4', 'W Network': 'WNET', 'OnDemandKorea': ['ODK', 'OnDemandKorea'], 'Food Network': 'FOOD', 'Knowledge Network': 'KNOW', 'VH1': 'VH1', 'TFou': 'TFOU', 'Viki': 'VIKI', 'ARD': 'ARD', 'BBC iPlayer': ['iP', 're:BBC-?iPlayer']}, 'release_group': {'forbidden_names': ['bonus', 'by', 'for', 'par', 'pour', 'rip'], 'ignored_seps': '[]{}()'}}, 'episode_prefer_number': False, 'type': 'episode', 'implicit': True} -------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/medusa/ext/guessit/api.py", line 210, in guessit matches = self.rebulk.matches(string, options) File "/usr/local/medusa/ext/rebulk/rebulk.py", line 115, in matches self._execute_rules(matches, context) File "/usr/local/medusa/ext/rebulk/rebulk.py", line 146, in _execute_rules rules.execute_all_rules(matches, context) File "/usr/local/medusa/ext/rebulk/rules.py", line 316, in execute_all_rules when_response = execute_rule(rule, matches, context) File "/usr/local/medusa/ext/rebulk/rules.py", line 337, in execute_rule when_response = rule.when(matches, context) File "/usr/local/medusa/medusa/name_parser/rules/rules.py", line 1437, in when name, matches.input_string, ','.join(unique_values), exc_info=False) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 5: ordinal not in range(128) -------------------------------------------------------------------- Please report at https://github.com/guessit-io/guessit/issues. ==================================================================== STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators |
INFO
Python Version:
2.7.9 (default, Sep 17 2016, 20:26:04) [GCC 4.9.2]
Operating System:
Linux-4.9.35-v7+-armv7l-with-debian-8.0
Locale:
UTF-8
Branch: develop
Database:
44.12
Commit: fd35974
Link to Log: https://gist.github.com/0f5c86bd694d79b50cb4c11841234871
ERROR
STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators
The text was updated successfully, but these errors were encountered: