Skip to content

Instantly share code, notes, and snippets.

@petwri
Created November 9, 2015 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petwri/b3d894c8e28bf50f9fb3 to your computer and use it in GitHub Desktop.
Save petwri/b3d894c8e28bf50f9fb3 to your computer and use it in GitHub Desktop.
2015-11-09 08:37:27 ERROR Thread-26 :: Exception generated in issue submitter, please check the log
UnboundLocalError: local variable 'title_Error' referenced before assignment
title_Error = u"[APP SUBMITTED]: " + title_Error
File "/home/main/.sickrage/sickbeard/logger.py", line 274, in submit_errors
Traceback (most recent call last):
UnboundLocalError: local variable 'title_Error' referenced before assignment
title_Error = u"[APP SUBMITTED]: " + title_Error
File "/home/main/.sickrage/sickbeard/logger.py", line 274, in submit_errors
2015-11-09 08:37:27 ERROR Thread-26 :: Traceback (most recent call last):
AttributeError: 'exceptions.UnicodeDecodeError' object has no attribute 'encode'
var = var.encode('utf-8', 'ignore')
File "/home/main/.sickrage/sickrage/helper/encoding.py", line 69, in ss
title_Error = ss(curError.title)
File "/home/main/.sickrage/sickbeard/logger.py", line 231, in submit_errors
Traceback (most recent call last):
2015-11-09 08:37:26 ERROR Thread-26 :: Unable to get error title : 'exceptions.UnicodeDecodeError' object has no attribute 'encode'
2015-11-09 08:37:26 DEBUG Thread-26 :: cur_commit = 04bc64af02494154b86fcab59bebd92725ea21dd, newest_commit = 04bc64af02494154b86fcab59bebd92725ea21dd, num_commits_behind = 0, num_commits_ahead = 0
2015-11-09 08:37:26 DEBUG Thread-26 :: git rev-list --left-right "@{upstream}"...HEAD : returned successful
2015-11-09 08:37:26 DEBUG Thread-26 :: Executing git rev-list --left-right "@{upstream}"...HEAD with your shell in /home/main/.sickrage
2015-11-09 08:37:26 DEBUG Thread-26 :: git rev-parse --verify --quiet "@{upstream}" : returned successful
2015-11-09 08:37:26 DEBUG Thread-26 :: Executing git rev-parse --verify --quiet "@{upstream}" with your shell in /home/main/.sickrage
2015-11-09 08:37:26 DEBUG Thread-26 :: git fetch origin : returned successful
2015-11-09 08:37:24 DEBUG Thread-26 :: Executing git fetch origin with your shell in /home/main/.sickrage
2015-11-09 08:37:24 DEBUG Thread-26 :: git config remote.origin.pushurl https://github.com/******/SickRage.git : returned successful
2015-11-09 08:37:24 DEBUG Thread-26 :: Executing git config remote.origin.pushurl https://github.com/******/SickRage.git with your shell in /home/main/.sickrage
2015-11-09 08:37:24 DEBUG Thread-26 :: git config remote.origin.url https://github.com/SiCKRAGETV/SickRage.git : returned successful
2015-11-09 08:37:24 DEBUG Thread-26 :: Executing git config remote.origin.url https://github.com/SiCKRAGETV/SickRage.git with your shell in /home/main/.sickrage
2015-11-09 08:37:24 DEBUG Thread-26 :: git rev-parse HEAD : returned successful
2015-11-09 08:37:24 DEBUG Thread-26 :: Executing git rev-parse HEAD with your shell in /home/main/.sickrage
2015-11-09 08:37:24 DEBUG Thread-26 :: git symbolic-ref -q HEAD : returned successful
2015-11-09 08:37:24 DEBUG Thread-26 :: Executing git symbolic-ref -q HEAD with your shell in /home/main/.sickrage
2015-11-09 08:37:24 INFO Thread-26 :: Checking for updates using GIT
2015-11-09 08:37:24 DEBUG Thread-26 :: git symbolic-ref -q HEAD : returned successful
2015-11-09 08:37:24 DEBUG Thread-26 :: Executing git symbolic-ref -q HEAD with your shell in /home/main/.sickrage
2015-11-09 08:37:24 DEBUG Thread-26 :: Using: git
2015-11-09 08:37:24 DEBUG Thread-26 :: git version : returned successful
2015-11-09 08:37:24 DEBUG Thread-26 :: Executing git version with your shell in /home/main/.sickrage
2015-11-09 08:37:24 DEBUG Thread-26 :: Checking if we can use git commands: git version
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 26: ordinal not in range(128)
path += '/' + b
File "/usr/lib/python2.7/posixpath.py", line 73, in join
if isdir(join(top, name)):
File "/usr/lib/python2.7/os.py", line 286, in walk
for base, _, files in os.walk(treeroot):
File "/home/main/.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 "/home/main/.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 "/home/main/.sickrage/sickbeard/postProcessor.py", line 234, in _delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment