Skip to content

Instantly share code, notes, and snippets.

@HummelsTech
Created November 5, 2015 07:48
Show Gist options
  • Save HummelsTech/89781341de90dcc57b44 to your computer and use it in GitHub Desktop.
Save HummelsTech/89781341de90dcc57b44 to your computer and use it in GitHub Desktop.
2015-11-05 08:48:27 ERROR TORNADO :: API :: 'CMD_SickBeardGetMessages' object has no attribute 'request'
2015-11-05 08:48:27 DEBUG TORNADO :: API :: sb.getmessages: curKwargs {'toString': ''}
2015-11-05 08:48:27 DEBUG TORNADO :: API :: all kwargs: '{'cmd': 'sb.getmessages', 'toString': ''}'
2015-11-05 08:48:27 DEBUG TORNADO :: API :: all args: '()'
2015-11-05 08:48:27 DEBUG TORNADO :: API :: 192.168.192.11 - gave correct API KEY. ACCESS GRANTED
2015-11-05 08:48:24 DEBUG Thread-16 :: git ls-remote --heads origin : returned successful
2015-11-05 08:48:23 DEBUG Thread-16 :: Executing git ls-remote --heads origin with your shell in /usr/local/sickrage/var/SickRage
2015-11-05 08:48:23 DEBUG Thread-16 :: git symbolic-ref -q HEAD : returned successful
2015-11-05 08:48:23 DEBUG Thread-16 :: Executing git symbolic-ref -q HEAD with your shell in /usr/local/sickrage/var/SickRage
2015-11-05 08:48:23 DEBUG Thread-16 :: git config remote.origin.pushurl https://github.com/************/SickRage.git : returned successful
2015-11-05 08:48:23 DEBUG Thread-16 :: Executing git config remote.origin.pushurl https://github.com/************/SickRage.git with your shell in /usr/local/sickrage/var/SickRage
2015-11-05 08:48:23 DEBUG Thread-16 :: git config remote.origin.url https://github.com/SiCKRAGETV/SickRage.git : returned successful
2015-11-05 08:48:23 DEBUG Thread-16 :: Executing git config remote.origin.url https://github.com/SiCKRAGETV/SickRage.git with your shell in /usr/local/sickrage/var/SickRage
2015-11-05 08:48:09 DEBUG Thread-54 :: git ls-remote --heads origin : returned successful
2015-11-05 08:48:08 DEBUG Thread-54 :: Executing git ls-remote --heads origin with your shell in /usr/local/sickrage/var/SickRage
2015-11-05 08:48:08 DEBUG Thread-54 :: git symbolic-ref -q HEAD : returned successful
2015-11-05 08:48:08 DEBUG Thread-54 :: Executing git symbolic-ref -q HEAD with your shell in /usr/local/sickrage/var/SickRage
2015-11-05 08:48:08 DEBUG Thread-54 :: git config remote.origin.pushurl https://github.com/************/SickRage.git : returned successful
2015-11-05 08:48:08 DEBUG Thread-54 :: Executing git config remote.origin.pushurl https://github.com/************/SickRage.git with your shell in /usr/local/sickrage/var/SickRage
2015-11-05 08:48:08 DEBUG Thread-54 :: git config remote.origin.url https://github.com/SiCKRAGETV/SickRage.git : returned successful
2015-11-05 08:48:08 DEBUG Thread-54 :: Executing git config remote.origin.url https://github.com/SiCKRAGETV/SickRage.git with your shell in /usr/local/sickrage/var/SickRage
AttributeError: 'CMD_SickBeardGetMessages' object has no attribute 'request'
for cur_notification in ui.notifications.get_notifications(self.request.remote_ip):
File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/webapi.py", line 1515, in run
curOutDict = func(curArgs, curKwargs).run()
File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/webapi.py", line 207, in call_dispatcher
outDict = _call_dispatcher(args, kwargs)
File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/webapi.py", line 130, in get
Traceback (most recent call last):
2015-11-05 08:48:07 ERROR TORNADO :: API :: 'CMD_SickBeardGetMessages' object has no attribute 'request'
2015-11-05 08:48:07 DEBUG TORNADO :: API :: sb.getmessages: curKwargs {'toString': ''}
2015-11-05 08:48:07 DEBUG TORNADO :: API :: all kwargs: '{'cmd': 'sb.getmessages', 'toString': ''}'
2015-11-05 08:48:07 DEBUG TORNADO :: API :: all args: '()'
2015-11-05 08:48:07 DEBUG TORNADO :: API :: 192.168.192.11 - gave correct API KEY. ACCESS GRANTED
2015-11-05 08:47:58 DEBUG Thread-14 :: git ls-remote --heads origin : returned successful
2015-11-05 08:47:57 DEBUG Thread-14 :: Executing git ls-remote --heads origin with your shell in /usr/local/sickrage/var/SickRage
2015-11-05 08:47:57 DEBUG Thread-14 :: git symbolic-ref -q HEAD : returned successful
2015-11-05 08:47:57 DEBUG Thread-14 :: Executing git symbolic-ref -q HEAD with your shell in /usr/local/sickrage/var/SickRage
2015-11-05 08:47:57 DEBUG Thread-14 :: git config remote.origin.pushurl https://github.com/************/SickRage.git : returned successful
2015-11-05 08:47:57 DEBUG Thread-14 :: Executing git config remote.origin.pushurl https://github.com/************/SickRage.git with your shell in /usr/local/sickrage/var/SickRage
2015-11-05 08:47:57 DEBUG Thread-14 :: git config remote.origin.url https://github.com/SiCKRAGETV/SickRage.git : returned successful
2015-11-05 08:47:57 DEBUG Thread-14 :: Executing git config remote.origin.url https://github.com/SiCKRAGETV/SickRage.git with your shell in /usr/local/sickrage/var/SickRage
AttributeError: 'CMD_SickBeardGetMessages' object has no attribute 'request'
for cur_notification in ui.notifications.get_notifications(self.request.remote_ip):
File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/webapi.py", line 1515, in run
curOutDict = func(curArgs, curKwargs).run()
File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/webapi.py", line 207, in call_dispatcher
outDict = _call_dispatcher(args, kwargs)
File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/webapi.py", line 130, in get
Traceback (most recent call last):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment