Skip to content

Instantly share code, notes, and snippets.

@OmgImAlexis
Created September 7, 2015 14:32
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 OmgImAlexis/4b8ce3c85404d9f5d883 to your computer and use it in GitHub Desktop.
Save OmgImAlexis/4b8ce3c85404d9f5d883 to your computer and use it in GitHub Desktop.
2015-09-07 23:59:42 ERROR SEARCHQUEUE-MANUAL-249882 :: [FNT] :: uTorrent: Authentication Failed
2015-09-07 23:59:42 DEBUG SEARCHQUEUE-MANUAL-249882 :: [FNT] :: Calling uTorrent Client
2015-09-07 23:59:42 INFO SEARCHQUEUE-MANUAL-249882 :: [FNT] :: Downloading Awkward.S05E01.Prank.Amateurs.1080p.WEB-DL.AAC2.0.H.264-Oosh[rartv] from KickAssTorrents
RuntimeError: maximum recursion depth exceeded while calling a Python object
lines = fp.readlines()
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.py", line 132, in updatecache
return updatecache(filename, module_globals)
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.py", line 41, in getlines
lines = getlines(filename, module_globals)
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/linecache.py", line 14, in getline
line = linecache.getline(filename, lineno, f.f_globals)
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/traceback.py", line 69, in print_tb
print_tb(tb, limit, file)
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/traceback.py", line 125, in print_exception
None, sys.stderr)
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 810, in handleError
self.handleError(record)
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/handlers.py", line 82, in emit
self.emit(record)
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 757, in handle
hdlr.handle(record)
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 1334, in callHandlers
self.callHandlers(record)
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 1294, in handle
self.handle(record)
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 1284, in _log
self._log(level, msg, args, **kwargs)
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 1229, in log
self.logger.log(level, message, *args, **kwargs)
File "/Users/xo/SickRage/sickbeard/logger.py", line 144, in log
logger.log('Performing authentication to FNT', logger.DEBUG)
File "/Users/xo/SickRage/sickbeard/providers/fnt.py", line 88, in _doLogin
if not self._doLogin():
File "/Users/xo/SickRage/sickbeard/providers/generic.py", line 139, in getURL
response = self.getURL(self.urls['login'], post_data=login_params, timeout=30)
File "/Users/xo/SickRage/sickbeard/providers/fnt.py", line 90, in _doLogin
if not self._doLogin():
File "/Users/xo/SickRage/sickbeard/providers/generic.py", line 139, in getURL
response = self.getURL(self.urls['login'], post_data=login_params, timeout=30)
File "/Users/xo/SickRage/sickbeard/providers/fnt.py", line 90, in _doLogin
if not self._doLogin():
File "/Users/xo/SickRage/sickbeard/providers/generic.py", line 139, in getURL
response = self.getURL(self.urls['login'], post_data=login_params, timeout=30)
File "/Users/xo/SickRage/sickbeard/providers/fnt.py", line 90, in _doLogin
if not self._doLogin():
File "/Users/xo/SickRage/sickbeard/providers/generic.py", line 139, in getURL
response = self.getURL(self.urls['login'], post_data=login_params, timeout=30)
File "/Users/xo/SickRage/sickbeard/providers/fnt.py", line 90, in _doLogin
if not self._doLogin():
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment