Skip to content

Instantly share code, notes, and snippets.

@docwho76
Created November 22, 2015 01:20
Show Gist options
  • Save docwho76/2c47de6ab334693bd841 to your computer and use it in GitHub Desktop.
Save docwho76/2c47de6ab334693bd841 to your computer and use it in GitHub Desktop.
2015-11-21 17:20:13 ERROR Thread-50 :: Failed doing webui callback: Traceback (most recent call last):
2015-11-21 17:20:13 DEBUG Thread-50 :: Trying to determine free space on destination drive
2015-11-21 17:20:13 INFO Thread-50 :: This download is marked a priority download so I'm going to replace an existing file if I find one
2015-11-21 17:20:13 DEBUG Thread-50 :: File /media/tv/South Park/South Park - 19x08 - Sponsored Content.mkv is smaller than /media/downloads/South Park - 19x08 - Sponsored Content.mkv
2015-11-21 17:20:13 DEBUG Thread-50 :: Is ep a priority download: True
2015-11-21 17:20:13 DEBUG Thread-50 :: SR snatched this episode and it is not processed before
2015-11-21 17:20:13 DEBUG Thread-50 :: Quality of the episode we're processing: 4
2015-11-21 17:20:13 DEBUG Thread-50 :: The old status had a quality in it, using that: 720p HDTV
2015-11-21 17:20:13 DEBUG Thread-50 :: Retrieving episode object for 19x8
2015-11-21 17:20:13 DEBUG Thread-50 :: Parse result(release_group): None
2015-11-21 17:20:13 DEBUG Thread-50 :: or Parse result(air_date): None
2015-11-21 17:20:13 DEBUG Thread-50 :: Parse result(episode_numbers): [8]
2015-11-21 17:20:13 DEBUG Thread-50 :: Parse result(season_number): 19
2015-11-21 17:20:13 DEBUG Thread-50 :: Parse result(series_name): South Park
2015-11-21 17:20:13 DEBUG Thread-50 :: Parse result not sufficient (all following have to be set). will not save release name
2015-11-21 17:20:13 DEBUG Thread-50 :: Parsed South Park - 19x08 - Sponsored Content into South Park - S19E08 [ABD: False] [ANIME: False] [whichReg: ['fov']]
2015-11-21 17:20:13 DEBUG Thread-50 :: Analyzing name u'South Park - 19x08 - Sponsored Content.mkv'
2015-11-21 17:20:13 INFO Thread-50 :: Processing /media/downloads/South Park - 19x08 - Sponsored Content.mkv (None)
2015-11-21 17:20:13 DEBUG Thread-50 :: PostProcessing VideoInRar: []
2015-11-21 17:20:13 DEBUG Thread-50 :: PostProcessing RarContent: []
2015-11-21 17:20:13 DEBUG Thread-50 :: PostProcessing VideoFiles: ['South Park - 19x08 - Sponsored Content.mkv', 'Doctor Who (2005) - 9x10 - Face The Raven.mkv', 'The Blacklist - 3x08 - Kings of the Highway.mkv', 'Real Time with Bill Maher - 13x35 - November 20, 2015.mkv', 'The Big Bang Theory - 9x09 - The Platonic Permutation.mkv']
2015-11-21 17:20:13 DEBUG Thread-50 :: PostProcessing Files: ['South Park - 19x08 - Sponsored Content.mkv', 'Doctor Who (2005) - 9x10 - Face The Raven.mkv', 'The Blacklist - 3x08 - Kings of the Highway.mkv', 'Real Time with Bill Maher - 13x35 - November 20, 2015.mkv', 'The Big Bang Theory - 9x09 - The Platonic Permutation.mkv']
2015-11-21 17:20:13 DEBUG Thread-50 :: PostProcessing Dirs: []
2015-11-21 17:20:13 INFO Thread-50 :: PostProcessing Path: /media/downloads
2015-11-21 17:20:13 DEBUG Thread-50 :: TV_DOWNLOAD_DIR: /media/downloads
2015-11-21 17:20:13 DEBUG Thread-50 :: Processing folder /media/downloads
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe8' in position 44: ordinal not in range(128)
st = os.stat(s)
File "/usr/pbi/sickrage-amd64/lib/python2.7/genericpath.py", line 41, in isdir
if isdir(join(top, name)):
File "/usr/pbi/sickrage-amd64/lib/python2.7/os.py", line 286, in walk
for base, _, files in os.walk(treeroot):
File "/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickbeard/postProcessor.py", line 160, in recursive_glob
filelist = recursive_glob(ek(os.path.dirname, globbable_file_path), base_name + '*') # just create the list of all files starting with the basename
File "/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickbeard/postProcessor.py", line 186, in list_associated_files
file_list = file_list + self.list_associated_files(file_path, base_name_only=True, subfolders=True)
File "/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickbeard/postProcessor.py", line 234, in _delete
self._delete(cur_ep.location, associated_files=True)
File "/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickbeard/postProcessor.py", line 951, in process
result.result = processor.process()
File "/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickbeard/processTV.py", line 554, in process_media
process_media(path, [video], nzbName, process_method, force, is_priority, result)
File "/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickbeard/processTV.py", line 225, in processDir
is_priority=argToBool(is_priority), delete_on=argToBool(delete_on), failed=argToBool(failed), type=type
File "/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickbeard/webserve.py", line 2203, in processEpisode
result = function(**kwargs)
File "/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickbeard/webserve.py", line 259, in async_call
result = self.fn(*self.args, **self.kwargs)
File "/usr/pbi/sickrage-amd64/share/sickrage/SickRage/lib/concurrent/futures/thread.py", line 61, in run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment