-
-
Save mykado/8c24a35127f1923e910f84f6d2ee8c34 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019-01-03 04:18:10 INFO SHOWQUEUE-REFRESH :: [918cfe7] Trying to clean any empty folder under /volume1/video/Series/Game of Thrones | |
2019-01-03 04:18:10 INFO SHOWQUEUE-REFRESH :: [918cfe7] 121361: Updating NFOs for show with new indexer info | |
2019-01-03 04:18:10 INFO SHOWQUEUE-REFRESH :: [918cfe7] Cache check completed | |
2019-01-03 04:18:11 INFO SHOWQUEUE-REFRESH :: [918cfe7] 274431: Performing refresh on Gotham | |
2019-01-03 04:18:11 ERROR SHOWQUEUE-REFRESH :: [918cfe7] 274431: Error while refreshing show Gotham. Error: 'utf8' codec can't decode byte 0x85 in position 56: invalid start byte | |
Traceback (most recent call last): | |
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/show_queue.py", line 688, in run | |
self.show.refresh_dir() | |
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/tv/series.py", line 1741, in refresh_dir | |
self.load_episodes_from_dir() | |
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/tv/series.py", line 994, in load_episodes_from_dir | |
media_files = helpers.list_media_files(self.location) | |
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/helpers/__init__.py", line 262, in list_media_files | |
files += list_media_files(full_cur_file) | |
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/helpers/__init__.py", line 257, in list_media_files | |
for cur_file in os.listdir(path): | |
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/init/filesystem.py", line 112, in patched_output | |
return handle_output(f(*args, **kwargs)) | |
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/init/filesystem.py", line 49, in _handle_output_u | |
return list(map(_handle_output_u, result)) | |
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/init/filesystem.py", line 46, in _handle_output_u | |
return decode(result) | |
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/init/filesystem.py", line 32, in decode | |
return text_type(value, fs_encoding if valid_encoding else 'utf-8') | |
UnicodeDecodeError: 'utf8' codec can't decode byte 0x85 in position 56: invalid start byte |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment