Skip to content

Instantly share code, notes, and snippets.

@HummelsTech
Created November 5, 2015 07:50
Show Gist options
  • Save HummelsTech/86b3f64fafb382571c40 to your computer and use it in GitHub Desktop.
Save HummelsTech/86b3f64fafb382571c40 to your computer and use it in GitHub Desktop.
2015-11-05 08:47:27 ERROR TORNADO :: API :: 'CMD_SickBeardGetMessages' object has no attribute 'request'
2015-11-05 08:47:27 DEBUG TORNADO :: API :: sb.getmessages: curKwargs {'toString': ''}
2015-11-05 08:47:27 DEBUG TORNADO :: API :: all kwargs: '{'cmd': 'sb.getmessages', 'toString': ''}'
2015-11-05 08:47:27 DEBUG TORNADO :: API :: all args: '()'
2015-11-05 08:47:27 DEBUG TORNADO :: API :: 192.168.192.11 - gave correct API KEY. ACCESS GRANTED
2015-11-05 08:47:27 DEBUG TORNADO :: API :: future: curKwargs {'toString': ''}
2015-11-05 08:47:27 DEBUG TORNADO :: API :: all kwargs: '{'cmd': 'future', 'toString': ''}'
2015-11-05 08:47:27 DEBUG TORNADO :: API :: all args: '()'
2015-11-05 08:47:27 DEBUG TORNADO :: API :: 192.168.192.11 - gave correct API KEY. ACCESS GRANTED
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:47:07 ERROR TORNADO :: API :: 'CMD_SickBeardGetMessages' object has no attribute 'request'
2015-11-05 08:47:07 DEBUG TORNADO :: API :: sb.getmessages: curKwargs {'toString': ''}
2015-11-05 08:47:07 DEBUG TORNADO :: API :: all kwargs: '{'cmd': 'sb.getmessages', 'toString': ''}'
2015-11-05 08:47:07 DEBUG TORNADO :: API :: all args: '()'
2015-11-05 08:47:07 DEBUG TORNADO :: API :: 192.168.192.11 - gave correct API KEY. ACCESS GRANTED
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:46:47 ERROR TORNADO :: API :: 'CMD_SickBeardGetMessages' object has no attribute 'request'
2015-11-05 08:46:47 DEBUG TORNADO :: API :: sb.getmessages: curKwargs {'toString': ''}
2015-11-05 08:46:47 DEBUG TORNADO :: API :: all kwargs: '{'cmd': 'sb.getmessages', 'toString': ''}'
2015-11-05 08:46:47 DEBUG TORNADO :: API :: all args: '()'
2015-11-05 08:46:47 DEBUG TORNADO :: API :: 192.168.192.11 - gave correct API KEY. ACCESS GRANTED
2015-11-05 08:46:28 DEBUG MAIN :: Transaction with 2270 queries executed
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:46:27 ERROR TORNADO :: API :: 'CMD_SickBeardGetMessages' object has no attribute 'request'
2015-11-05 08:46:27 DEBUG TORNADO :: API :: sb.getmessages: curKwargs {'toString': ''}
2015-11-05 08:46:27 DEBUG TORNADO :: API :: all kwargs: '{'cmd': 'sb.getmessages', 'toString': ''}'
2015-11-05 08:46:27 DEBUG TORNADO :: API :: all args: '()'
2015-11-05 08:46:27 DEBUG TORNADO :: API :: 192.168.192.11 - gave correct API KEY. ACCESS GRANTED
2015-11-05 08:46:27 DEBUG MAIN :: Internal name cache for Aquarius (2015) set to: [ aquarius 2015 ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment