Skip to content

Instantly share code, notes, and snippets.

@MatthK
Created December 4, 2015 04:16
Show Gist options
  • Save MatthK/2443f0f146f4307583f6 to your computer and use it in GitHub Desktop.
Save MatthK/2443f0f146f4307583f6 to your computer and use it in GitHub Desktop.
2015-12-04 12:11:03 ERROR Thread-39::Failed doing webui callback: Traceback (most recent call last):
None
2015-12-04 12:10:18 ERROR Thread-42::Please set your GitHub username and password in the config and enable debug. Unable to submit issue ticket to GitHub!
2015-12-04 12:08:43 INFO Thread-14::No update needed
2015-12-04 12:08:29 INFO Thread-14::Checking for updates using GIT
AttributeError: 'NoneType' object has no attribute 'indexerid'
if show.indexerid == x.show.indexerid and x != self.currentItem:
File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/show_queue.py", line 163, in removeShow
sickbeard.showQueueScheduler.action.removeShow(show, bool(remove_files))
File "/volume1/@appstore/sickrage/var/SickRage/sickrage/show/Show.py", line 50, in delete
error, show = Show.delete(show, full)
File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/webserve.py", line 1529, in deleteShow
result = function(**kwargs)
File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/webserve.py", line 261, in async_call
Traceback (most recent call last):
AttributeError: 'NoneType' object has no attribute 'indexerid'
if show.indexerid == x.show.indexerid and x != self.currentItem:
File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/show_queue.py", line 163, in removeShow
sickbeard.showQueueScheduler.action.removeShow(show, bool(remove_files))
File "/volume1/@appstore/sickrage/var/SickRage/sickrage/show/Show.py", line 50, in delete
error, show = Show.delete(show, full)
File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/webserve.py", line 1529, in deleteShow
result = function(**kwargs)
File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/webserve.py", line 261, in async_call
2015-12-04 12:06:39 ERROR Thread-26::Failed doing webui callback: Traceback (most recent call last):
2015-12-04 12:05:01 INFO SHOWQUEUE-ADD::Building internal name cache for all shows
AttributeError: 'NoneType' object has no attribute 'indexerid'
if show.indexerid == x.show.indexerid and x != self.currentItem:
File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/show_queue.py", line 163, in removeShow
sickbeard.showQueueScheduler.action.removeShow(show, bool(remove_files))
File "/volume1/@appstore/sickrage/var/SickRage/sickrage/show/Show.py", line 50, in delete
error, show = Show.delete(show, full)
File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/webserve.py", line 1529, in deleteShow
result = function(**kwargs)
File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/webserve.py", line 261, in async_call
Traceback (most recent call last):
AttributeError: 'NoneType' object has no attribute 'indexerid'
if show.indexerid == x.show.indexerid and x != self.currentItem:
File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/show_queue.py", line 163, in removeShow
sickbeard.showQueueScheduler.action.removeShow(show, bool(remove_files))
File "/volume1/@appstore/sickrage/var/SickRage/sickrage/show/Show.py", line 50, in delete
error, show = Show.delete(show, full)
File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/webserve.py", line 1529, in deleteShow
result = function(**kwargs)
File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/webserve.py", line 261, in async_call
2015-12-04 12:04:19 ERROR Thread-46::Failed doing webui callback: Traceback (most recent call last):
2015-12-04 12:04:13 INFO SHOWQUEUE-ADD::Setting all episodes to the specified default status: 5
2015-12-04 12:04:10 INFO SHOWQUEUE-ADD::73762: Unable to find the show in the database
2015-12-04 12:04:06 INFO SHOWQUEUE-ADD::theTVDB: {'useZip': True, 'apikey': 'F9C450E78D99172E', 'cache': u'/usr/local/sickrage/var/cache/indexers/theTVDB', 'language': 'en'}
2015-12-04 12:04:06 INFO SHOWQUEUE-ADD::Starting to add show /volume1/video/TV Shows/Grey's Anatomy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment