Created
November 18, 2015 23:14
-
-
Save claym/201c553d36f4c003b357 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 2015-11-18 18:13:36 Thread-15 :: Unable to get error title : 'exceptions.UnicodeEncodeError' object has no attribute 'encode' | |
| 2015-11-18 18:13:36 Thread-15 :: Traceback (most recent call last): | |
| File "/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickbeard/logger.py", line 274, in submit_errors | |
| title_Error = u"[APP SUBMITTED]: " + title_Error | |
| UnboundLocalError: local variable 'title_Error' referenced before assignment | |
| 2015-11-18 18:12:10 Thread-34 :: Failed doing webui callback: Traceback (most recent call last): | |
| File "/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickbeard/webserve.py", line 263, in async_call | |
| result = function(**kwargs) | |
| File "/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickbeard/webserve.py", line 2209, in processEpisode | |
| is_priority=argToBool(is_priority), delete_on=argToBool(delete_on), failed=argToBool(failed), proc_type=type | |
| File "/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickbeard/processTV.py", line 224, in processDir | |
| process_media(path, [video], nzbName, process_method, force, is_priority, result) | |
| File "/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickbeard/processTV.py", line 550, in process_media | |
| result.result = processor.process() | |
| File "/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickbeard/postProcessor.py", line 949, in process | |
| self._delete(cur_ep.location, associated_files=True) | |
| File "/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickbeard/postProcessor.py", line 234, in _delete | |
| 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 186, in list_associated_files | |
| 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 160, in recursive_glob | |
| for base, _, files in os.walk(treeroot): | |
| File "/usr/pbi/sickrage-amd64/lib/python2.7/os.py", line 286, in walk | |
| if isdir(join(top, name)): | |
| File "/usr/pbi/sickrage-amd64/lib/python2.7/genericpath.py", line 41, in isdir | |
| st = os.stat(s) | |
| UnicodeEncodeError: 'ascii' codec can't encode character u'\u2013' in position 67: ordinal not in range(128) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment