Advertisement
kgiglio

SB Web UI Error

Sep 10th, 2011
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 304.05 KB | None | 0 0
  1. Sep-10 13:14:07 INFO MAIN :: Checking database structure...
  2. Sep-10 13:14:07 DEBUG MAIN :: Checking Initial Schema database upgrade
  3. Sep-10 13:14:07 DEBUG MAIN :: sickbeard.db: SELECT 1 FROM sqlite_master WHERE name = ?; with args ('tv_shows',)
  4. Sep-10 13:14:07 DEBUG MAIN :: InitialSchema upgrade not required
  5. Sep-10 13:14:07 DEBUG MAIN :: Checking Add Tvr Id database upgrade
  6. Sep-10 13:14:07 DEBUG MAIN :: AddTvrId upgrade not required
  7. Sep-10 13:14:07 DEBUG MAIN :: Checking Add Tvr Name database upgrade
  8. Sep-10 13:14:07 DEBUG MAIN :: AddTvrName upgrade not required
  9. Sep-10 13:14:07 DEBUG MAIN :: Checking Add Airdate Index database upgrade
  10. Sep-10 13:14:07 DEBUG MAIN :: sickbeard.db: SELECT 1 FROM sqlite_master WHERE name = ?; with args ('idx_tv_episodes_showid_airdate',)
  11. Sep-10 13:14:07 DEBUG MAIN :: AddAirdateIndex upgrade not required
  12. Sep-10 13:14:07 DEBUG MAIN :: Checking Numeric Providers database upgrade
  13. Sep-10 13:14:07 DEBUG MAIN :: NumericProviders upgrade not required
  14. Sep-10 13:14:07 DEBUG MAIN :: Checking New Quality Settings database upgrade
  15. Sep-10 13:14:07 DEBUG MAIN :: sickbeard.db: SELECT 1 FROM sqlite_master WHERE name = ?; with args ('db_version',)
  16. Sep-10 13:14:07 DEBUG MAIN :: NewQualitySettings upgrade not required
  17. Sep-10 13:14:07 DEBUG MAIN :: Checking Drop Old History Table database upgrade
  18. Sep-10 13:14:07 DEBUG MAIN :: sickbeard.db: SELECT db_version FROM db_version
  19. Sep-10 13:14:07 DEBUG MAIN :: DropOldHistoryTable upgrade not required
  20. Sep-10 13:14:07 DEBUG MAIN :: Checking Upgrade History For Generic Providers database upgrade
  21. Sep-10 13:14:07 DEBUG MAIN :: sickbeard.db: SELECT db_version FROM db_version
  22. Sep-10 13:14:07 DEBUG MAIN :: UpgradeHistoryForGenericProviders upgrade not required
  23. Sep-10 13:14:07 DEBUG MAIN :: Checking Add Air By Date Option database upgrade
  24. Sep-10 13:14:07 DEBUG MAIN :: sickbeard.db: SELECT db_version FROM db_version
  25. Sep-10 13:14:07 DEBUG MAIN :: AddAirByDateOption upgrade not required
  26. Sep-10 13:14:07 DEBUG MAIN :: Checking Change Sab Config From Ip To Host database upgrade
  27. Sep-10 13:14:07 DEBUG MAIN :: sickbeard.db: SELECT db_version FROM db_version
  28. Sep-10 13:14:07 DEBUG MAIN :: ChangeSabConfigFromIpToHost upgrade not required
  29. Sep-10 13:14:07 DEBUG MAIN :: Checking Fix Sab Host database upgrade
  30. Sep-10 13:14:07 DEBUG MAIN :: sickbeard.db: SELECT db_version FROM db_version
  31. Sep-10 13:14:07 DEBUG MAIN :: FixSabHostURL upgrade not required
  32. Sep-10 13:14:07 DEBUG MAIN :: Checking Add Lang database upgrade
  33. Sep-10 13:14:07 DEBUG MAIN :: AddLang upgrade not required
  34. Sep-10 13:14:07 DEBUG MAIN :: Checking Populate Root Dirs database upgrade
  35. Sep-10 13:14:07 DEBUG MAIN :: sickbeard.db: SELECT db_version FROM db_version
  36. Sep-10 13:14:07 DEBUG MAIN :: PopulateRootDirs upgrade not required
  37. Sep-10 13:14:07 DEBUG MAIN :: Checking Set Nzb Torrent Settings database upgrade
  38. Sep-10 13:14:07 DEBUG MAIN :: sickbeard.db: SELECT db_version FROM db_version
  39. Sep-10 13:14:07 DEBUG MAIN :: SetNzbTorrentSettings upgrade not required
  40. Sep-10 13:14:07 DEBUG MAIN :: Checking Fix Air By Date Setting database upgrade
  41. Sep-10 13:14:07 DEBUG MAIN :: sickbeard.db: SELECT db_version FROM db_version
  42. Sep-10 13:14:07 DEBUG MAIN :: FixAirByDateSetting upgrade not required
  43. Sep-10 13:14:07 INFO MAIN :: Checking database structure...
  44. Sep-10 13:14:07 DEBUG MAIN :: Checking Initial Schema database upgrade
  45. Sep-10 13:14:07 DEBUG MAIN :: cache.db: SELECT 1 FROM sqlite_master WHERE name = ?; with args ('lastUpdate',)
  46. Sep-10 13:14:07 DEBUG MAIN :: InitialSchema upgrade not required
  47. Sep-10 13:14:07 DEBUG MAIN :: Checking Add Scene Exceptions database upgrade
  48. Sep-10 13:14:07 DEBUG MAIN :: cache.db: SELECT 1 FROM sqlite_master WHERE name = ?; with args ('scene_exceptions',)
  49. Sep-10 13:14:07 DEBUG MAIN :: AddSceneExceptions upgrade not required
  50. Sep-10 13:14:07 DEBUG MAIN :: Checking Add Scene Name Cache database upgrade
  51. Sep-10 13:14:07 DEBUG MAIN :: cache.db: SELECT 1 FROM sqlite_master WHERE name = ?; with args ('scene_names',)
  52. Sep-10 13:14:07 DEBUG MAIN :: AddSceneNameCache upgrade not required
  53. Sep-10 13:14:07 DEBUG MAIN :: sickbeard.db: SELECT showid, season, episode, COUNT(*) as count FROM tv_episodes GROUP BY showid, season, episode HAVING COUNT(*) > 1
  54. Sep-10 13:14:07 INFO MAIN :: No duplicate episode, check passed
  55. Sep-10 13:14:07 DEBUG MAIN :: Retrieving the last check time from the DB
  56. Sep-10 13:14:07 DEBUG MAIN :: sickbeard.db: SELECT * FROM info
  57. Sep-10 13:14:07 INFO MAIN :: Starting Sick Beard on http://localhost:8081
  58. Sep-10 13:14:07 INFO MAIN :: Loading initial show list
  59. Sep-10 13:14:07 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows
  60. Sep-10 13:14:07 INFO MAIN :: 72173: Loading show info from database
  61. Sep-10 13:14:07 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [72173]
  62. Sep-10 13:14:07 DEBUG MAIN :: 72173: Saving show info to database
  63. Sep-10 13:14:07 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2003, 1, 0, u'|Comedy|', 6, u'en', u'FOX', u'Arrested Development', u'Arrested Development', 0, u'Monday 8:00 PM', u'F:\\TV Shows\\Arrested Development', 0, 2649, 72173]
  64. Sep-10 13:14:07 INFO MAIN :: 73545: Loading show info from database
  65. Sep-10 13:14:07 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [73545]
  66. Sep-10 13:14:07 DEBUG MAIN :: 73545: Saving show info to database
  67. Sep-10 13:14:07 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2003, 1, 0, u'|Action and Adventure|Drama|Science-Fiction|', 4, u'en', u'SciFi', u'Battlestar Galactica', u'Battlestar Galactica (2003)', 0, u'Friday 10:00 PM', u'G:\\TV Shows 2\\Battlestar Galactica (2003)', 0, 2730, 73545]
  68. Sep-10 13:14:07 INFO MAIN :: 204781: Loading show info from database
  69. Sep-10 13:14:07 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [204781]
  70. Sep-10 13:14:07 DEBUG MAIN :: 204781: Saving show info to database
  71. Sep-10 13:14:07 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 0, 1, 0, u'|Drama|Science-Fiction|', 4, u'en', u'Syfy', u'', u'Battlestar Galactica: Blood & Chrome', 0, u'', u'G:\\TV Shows 2\\Battlestar Galactica Blood & Chrome', 0, 0, 204781]
  72. Sep-10 13:14:08 INFO MAIN :: 196921: Loading show info from database
  73. Sep-10 13:14:08 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [196921]
  74. Sep-10 13:14:08 DEBUG MAIN :: 196921: Saving show info to database
  75. Sep-10 13:14:08 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Comedy|Drama|Science-Fiction|', 4, u'en', u'Syfy', u'Being Human (US)', u'Being Human (US)', 0, u'Monday 9:00 PM', u'F:\\TV Shows\\Being Human US', 0, 24595, 196921]
  76. Sep-10 13:14:08 INFO MAIN :: 166361: Loading show info from database
  77. Sep-10 13:14:08 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [166361]
  78. Sep-10 13:14:08 DEBUG MAIN :: 166361: Saving show info to database
  79. Sep-10 13:14:08 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2010, 1, 0, u'|Comedy|', 4, u'en', u'ABC', u'Better With You', u'Better With You', 0, u'Wednesday 8:30 PM', u'F:\\TV Shows\\Better With You', 0, 25745, 166361]
  80. Sep-10 13:14:08 INFO MAIN :: 75682: Loading show info from database
  81. Sep-10 13:14:08 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [75682]
  82. Sep-10 13:14:08 DEBUG MAIN :: 75682: Saving show info to database
  83. Sep-10 13:14:08 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2005, 1, 0, u'|Drama|', 4, u'en', u'FOX', u'Bones', u'Bones', 0, u'Thursday 8:00 PM', u'F:\\TV Shows\\Bones', 0, 2870, 75682]
  84. Sep-10 13:14:08 INFO MAIN :: 206751: Loading show info from database
  85. Sep-10 13:14:08 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [206751]
  86. Sep-10 13:14:08 DEBUG MAIN :: 206751: Saving show info to database
  87. Sep-10 13:14:08 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2011, 1, 0, u'|Comedy|', 4, u'en', u'FOX', u'Breaking In', u'Breaking In', 0, u'Wednesday 09:30 PM', u'F:\\TV Shows\\Breaking In', 0, 26082, 206751]
  88. Sep-10 13:14:08 INFO MAIN :: 219341: Loading show info from database
  89. Sep-10 13:14:08 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [219341]
  90. Sep-10 13:14:08 DEBUG MAIN :: 219341: Saving show info to database
  91. Sep-10 13:14:08 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Action and Adventure|Drama|', 4, u'en', u'A&E', u'Breakout Kings', u'Breakout Kings', 0, u'Thursday 10PM', u'F:\\TV Shows\\Breakout Kings', 0, 24612, 219341]
  92. Sep-10 13:14:08 INFO MAIN :: 80270: Loading show info from database
  93. Sep-10 13:14:08 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [80270]
  94. Sep-10 13:14:08 DEBUG MAIN :: 80270: Saving show info to database
  95. Sep-10 13:14:08 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2007, 1, 0, u'|Action and Adventure|', 4, u'en', u'USA Network', u'Burn Notice', u'Burn Notice', 0, u'Thursday 9:00 PM', u'F:\\TV Shows\\Burn Notice', 0, 15383, 80270]
  96. Sep-10 13:14:08 INFO MAIN :: 208791: Loading show info from database
  97. Sep-10 13:14:08 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [208791]
  98. Sep-10 13:14:08 DEBUG MAIN :: 208791: Saving show info to database
  99. Sep-10 13:14:08 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2011, 1, 0, u'|Action and Adventure|Fantasy|', 4, u'en', u'Starz!', u'Camelot', u'Camelot', 0, u'Friday 10:00 PM', u'F:\\TV Shows\\Camelot', 0, 23669, 208791]
  100. Sep-10 13:14:09 INFO MAIN :: 85040: Loading show info from database
  101. Sep-10 13:14:09 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [85040]
  102. Sep-10 13:14:09 DEBUG MAIN :: 85040: Saving show info to database
  103. Sep-10 13:14:09 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2010, 1, 0, u'|Drama|Science-Fiction|', 4, u'en', u'SciFi', u'', u'Caprica', 0, u'Friday 10:00 PM', u'F:\\TV Shows\\Caprica', 0, 0, 85040]
  104. Sep-10 13:14:09 INFO MAIN :: 83462: Loading show info from database
  105. Sep-10 13:14:09 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [83462]
  106. Sep-10 13:14:09 DEBUG MAIN :: 83462: Saving show info to database
  107. Sep-10 13:14:09 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2009, 1, 0, u'|Drama|', 4, u'en', u'ABC', u'Castle (2009)', u'Castle (2009)', 0, u'Monday 10:00 PM', u'F:\\TV Shows\\Castle 2009', 0, 19267, 83462]
  108. Sep-10 13:14:09 INFO MAIN :: 80348: Loading show info from database
  109. Sep-10 13:14:09 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [80348]
  110. Sep-10 13:14:09 DEBUG MAIN :: 80348: Saving show info to database
  111. Sep-10 13:14:09 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2007, 1, 0, u'|Action and Adventure|Comedy|Drama|', 4, u'en', u'NBC', u'Chuck', u'Chuck', 0, u'Monday 8:00 PM', u'F:\\TV Shows\\Chuck', 0, 15614, 80348]
  112. Sep-10 13:14:09 INFO MAIN :: 94571: Loading show info from database
  113. Sep-10 13:14:09 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [94571]
  114. Sep-10 13:14:09 DEBUG MAIN :: 94571: Saving show info to database
  115. Sep-10 13:14:09 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2009, 1, 0, u'|Comedy|', 4, u'en', u'NBC', u'Community', u'Community', 0, u'Thursday 8:00 PM', u'F:\\TV Shows\\Community', 0, 22589, 94571]
  116. Sep-10 13:14:09 INFO MAIN :: 94991: Loading show info from database
  117. Sep-10 13:14:09 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [94991]
  118. Sep-10 13:14:09 DEBUG MAIN :: 94991: Saving show info to database
  119. Sep-10 13:14:09 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2009, 1, 0, u'|Comedy|', 4, u'en', u'ABC', u'Cougar Town', u'Cougar Town', 0, u'Wednesday 9:30 pm', u'F:\\TV Shows\\Cougar Town', 0, 22626, 94991]
  120. Sep-10 13:14:09 INFO MAIN :: 104281: Loading show info from database
  121. Sep-10 13:14:09 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [104281]
  122. Sep-10 13:14:09 DEBUG MAIN :: 104281: Saving show info to database
  123. Sep-10 13:14:09 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2010, 1, 0, u'|Action and Adventure|Drama|', 4, u'en', u'USA Network', u'Covert Affairs', u'Covert Affairs', 0, u'Tuesday 10:00 PM', u'F:\\TV Shows\\Covert Affairs', 0, 23686, 104281]
  124. Sep-10 13:14:09 INFO MAIN :: 73696: Loading show info from database
  125. Sep-10 13:14:09 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [73696]
  126. Sep-10 13:14:09 DEBUG MAIN :: 73696: Saving show info to database
  127. Sep-10 13:14:09 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2004, 1, 0, u'|Drama|', 4, u'en', u'CBS', u'CSI: NY', u'CSI: NY', 0, u'Friday 9:00 PM', u'F:\\TV Shows\\CSI New York', 0, 3185, 73696]
  128. Sep-10 13:14:10 INFO MAIN :: 78957: Loading show info from database
  129. Sep-10 13:14:10 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [78957]
  130. Sep-10 13:14:10 DEBUG MAIN :: 78957: Saving show info to database
  131. Sep-10 13:14:10 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2005, 1, 0, u'|Drama|Reality|', 4, u'en', u'Discovery', u'Deadliest Catch', u'Deadliest Catch', 0, u'Tuesday 9:00 PM', u'F:\\TV Shows\\Deadliest Catch', 0, 3260, 78957]
  132. Sep-10 13:14:10 INFO MAIN :: 79349: Loading show info from database
  133. Sep-10 13:14:10 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [79349]
  134. Sep-10 13:14:10 DEBUG MAIN :: 79349: Saving show info to database
  135. Sep-10 13:14:10 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2006, 1, 0, u'|Action and Adventure|Drama|', 4, u'en', u'Showtime', u'Dexter', u'Dexter', 0, u'Sunday 9:00 PM', u'F:\\TV Shows\\Dexter', 0, 7926, 79349]
  136. Sep-10 13:14:10 INFO MAIN :: 78804: Loading show info from database
  137. Sep-10 13:14:10 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [78804]
  138. Sep-10 13:14:10 DEBUG MAIN :: 78804: Saving show info to database
  139. Sep-10 13:14:10 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2005, 1, 0, u'|Action and Adventure|Science-Fiction|', 4, u'en', u'BBC One', u'Doctor Who (2005)', u'Doctor Who (2005)', 0, u'Saturday 07:00 PM', u'F:\\TV Shows\\Doctor Who 2005', 0, 3332, 78804]
  140. Sep-10 13:14:10 INFO MAIN :: 74543: Loading show info from database
  141. Sep-10 13:14:10 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [74543]
  142. Sep-10 13:14:10 DEBUG MAIN :: 74543: Saving show info to database
  143. Sep-10 13:14:10 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2004, 1, 0, u'|Comedy|', 4, u'en', u'HBO', u'Entourage', u'Entourage', 0, u'Sunday 10:30 PM', u'F:\\TV Shows\\Entourage', 0, 3449, 74543]
  144. Sep-10 13:14:10 INFO MAIN :: 79334: Loading show info from database
  145. Sep-10 13:14:10 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [79334]
  146. Sep-10 13:14:10 DEBUG MAIN :: 79334: Saving show info to database
  147. Sep-10 13:14:10 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2006, 1, 0, u'|Comedy|Drama|Science-Fiction|', 4, u'en', u'Syfy', u'Eureka', u'Eureka', 0, u'Monday 8:00 PM', u'F:\\TV Shows\\Eureka', 0, 7506, 79334]
  148. Sep-10 13:14:10 INFO MAIN :: 175011: Loading show info from database
  149. Sep-10 13:14:10 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [175011]
  150. Sep-10 13:14:10 DEBUG MAIN :: 175011: Saving show info to database
  151. Sep-10 13:14:10 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Drama|', 4, u'en', u'USA Network', u'Fairly Legal', u'Fairly Legal', 0, u'Thursday 10:00 PM', u'F:\\TV Shows\\Fairly Legal', 0, 24658, 175011]
  152. Sep-10 13:14:10 INFO MAIN :: 205281: Loading show info from database
  153. Sep-10 13:14:10 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [205281]
  154. Sep-10 13:14:10 DEBUG MAIN :: 205281: Saving show info to database
  155. Sep-10 13:14:10 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Science-Fiction|', 4, u'en', u'TNT', u'Falling Skies', u'Falling Skies', 0, u'Sunday 10:00 PM', u'F:\\TV Shows\\Falling Skies', 0, 26205, 205281]
  156. Sep-10 13:14:10 INFO MAIN :: 82066: Loading show info from database
  157. Sep-10 13:14:10 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [82066]
  158. Sep-10 13:14:10 DEBUG MAIN :: 82066: Saving show info to database
  159. Sep-10 13:14:10 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2008, 1, 0, u'|Action and Adventure|Drama|Science-Fiction|', 4, u'en', u'FOX', u'Fringe', u'Fringe', 0, u'Friday 9:00 PM', u'F:\\TV Shows\\Fringe', 0, 18388, 82066]
  160. Sep-10 13:14:10 INFO MAIN :: 121361: Loading show info from database
  161. Sep-10 13:14:10 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [121361]
  162. Sep-10 13:14:10 DEBUG MAIN :: 121361: Saving show info to database
  163. Sep-10 13:14:10 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Action and Adventure|Drama|Fantasy|', 4, u'en', u'HBO', u'Game of Thrones', u'Game of Thrones', 0, u'Sunday 9:00 PM', u'F:\\TV Shows\\Game of Thrones', 0, 24493, 121361]
  164. Sep-10 13:14:10 INFO MAIN :: 83610: Loading show info from database
  165. Sep-10 13:14:10 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [83610]
  166. Sep-10 13:14:10 DEBUG MAIN :: 83610: Saving show info to database
  167. Sep-10 13:14:10 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2009, 1, 0, u'|Comedy|Drama|', 4, u'en', u'FOX', u'Glee', u'Glee', 0, u'Tuesday 8:00 PM', u'F:\\TV Shows\\Glee', 0, 21704, 83610]
  168. Sep-10 13:14:11 INFO MAIN :: 73762: Loading show info from database
  169. Sep-10 13:14:11 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [73762]
  170. Sep-10 13:14:11 DEBUG MAIN :: 73762: Saving show info to database
  171. Sep-10 13:14:11 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2005, 1, 0, u'|Drama|', 4, u'en', u'ABC', u"Grey's Anatomy", u"Grey's Anatomy", 0, u'Thursday 9:00 PM', u'F:\\TV Shows\\Greys Anatomy', 0, 3741, 73762]
  172. Sep-10 13:14:11 INFO MAIN :: 167571: Loading show info from database
  173. Sep-10 13:14:11 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [167571]
  174. Sep-10 13:14:11 DEBUG MAIN :: 167571: Saving show info to database
  175. Sep-10 13:14:11 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Comedy|', 4, u'en', u'ABC', u'Happy Endings', u'Happy Endings', 0, u'Wednesday 10:00 PM', u'F:\\TV Shows\\Happy Endings', 0, 25661, 167571]
  176. Sep-10 13:14:11 INFO MAIN :: 158661: Loading show info from database
  177. Sep-10 13:14:11 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [158661]
  178. Sep-10 13:14:11 DEBUG MAIN :: 158661: Saving show info to database
  179. Sep-10 13:14:11 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2010, 1, 0, u'|Drama|Science-Fiction|', 4, u'en', u'Syfy', u'Haven', u'Haven', 0, u'Friday 10:00 PM', u'F:\\TV Shows\\Haven', 0, 24496, 158661]
  180. Sep-10 13:14:11 INFO MAIN :: 164541: Loading show info from database
  181. Sep-10 13:14:11 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [164541]
  182. Sep-10 13:14:11 DEBUG MAIN :: 164541: Saving show info to database
  183. Sep-10 13:14:11 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2010, 1, 0, u'|Drama|', 4, u'en', u'CBS', u'Hawaii Five-0 (2010)', u'Hawaii Five-0', 0, u'Monday 10:00 PM', u'F:\\TV Shows\\Hawaii Five-0 2010', 0, 24840, 164541]
  184. Sep-10 13:14:11 INFO MAIN :: 247897: Loading show info from database
  185. Sep-10 13:14:11 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [247897]
  186. Sep-10 13:14:11 DEBUG MAIN :: 247897: Saving show info to database
  187. Sep-10 13:14:11 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Action and Adventure|Drama|', 4, u'en', u'Showtime', u'Homeland', u'Homeland', 0, u'Sunday 10 p.m. ET/PT', u'G:\\TV Shows 2\\Homeland', 0, 27811, 247897]
  188. Sep-10 13:14:11 INFO MAIN :: 73255: Loading show info from database
  189. Sep-10 13:14:11 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [73255]
  190. Sep-10 13:14:11 DEBUG MAIN :: 73255: Saving show info to database
  191. Sep-10 13:14:11 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2004, 1, 0, u'|Drama|', 4, u'en', u'FOX', u'House', u'House', 0, u'Monday 9:00 PM', u'F:\\TV Shows\\House', 0, 3908, 73255]
  192. Sep-10 13:14:11 INFO MAIN :: 75760: Loading show info from database
  193. Sep-10 13:14:11 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [75760]
  194. Sep-10 13:14:11 DEBUG MAIN :: 75760: Saving show info to database
  195. Sep-10 13:14:11 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2005, 1, 0, u'|Comedy|', 4, u'en', u'CBS', u'How I Met Your Mother', u'How I Met Your Mother', 0, u'Monday 8:00 PM', u'F:\\TV Shows\\How I Met Your Mother', 0, 3918, 75760]
  196. Sep-10 13:14:11 INFO MAIN :: 82155: Loading show info from database
  197. Sep-10 13:14:11 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [82155]
  198. Sep-10 13:14:11 DEBUG MAIN :: 82155: Saving show info to database
  199. Sep-10 13:14:11 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2008, 1, 0, u'|Action and Adventure|Drama|', 4, u'en', u'USA Network', u'In Plain Sight', u'In Plain Sight', 0, u'Sunday 10:00 PM', u'F:\\TV Shows\\In Plain Sight', 0, 18751, 82155]
  200. Sep-10 13:14:11 INFO MAIN :: 75805: Loading show info from database
  201. Sep-10 13:14:11 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [75805]
  202. Sep-10 13:14:11 DEBUG MAIN :: 75805: Saving show info to database
  203. Sep-10 13:14:11 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2005, 1, 0, u'|Comedy|', 4, u'en', u'FX', u"It's Always Sunny in Philadelphia", u"It's Always Sunny in Philadelphia", 0, u'Thursday 10:00 PM', u'F:\\TV Shows\\Its Always Sunny in Philadelphia', 0, 4004, 75805]
  204. Sep-10 13:14:12 INFO MAIN :: 134241: Loading show info from database
  205. Sep-10 13:14:12 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [134241]
  206. Sep-10 13:14:12 DEBUG MAIN :: 134241: Saving show info to database
  207. Sep-10 13:14:12 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2010, 1, 0, u'|Drama|', 4, u'en', u'FX', u'Justified', u'Justified', 0, u'Wednesday 10:00 PM', u'F:\\TV Shows\\Justified', 0, 23472, 134241]
  208. Sep-10 13:14:12 INFO MAIN :: 82339: Loading show info from database
  209. Sep-10 13:14:12 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [82339]
  210. Sep-10 13:14:12 DEBUG MAIN :: 82339: Saving show info to database
  211. Sep-10 13:14:12 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2008, 1, 0, u'|Action and Adventure|Drama|', 4, u'en', u'TNT', u'Leverage', u'Leverage', 0, u'Sunday 9:00 PM', u'F:\\TV Shows\\Leverage', 0, 18411, 82339]
  212. Sep-10 13:14:12 INFO MAIN :: 159591: Loading show info from database
  213. Sep-10 13:14:12 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [159591]
  214. Sep-10 13:14:12 DEBUG MAIN :: 159591: Saving show info to database
  215. Sep-10 13:14:12 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2010, 1, 0, u'|Drama|', 4, u'en', u'BBC One', u'Luther', u'Luther', 0, u'Tuesday 09:00 PM', u'F:\\TV Shows\\Luther', 0, 25522, 159591]
  216. Sep-10 13:14:12 INFO MAIN :: 186551: Loading show info from database
  217. Sep-10 13:14:12 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [186551]
  218. Sep-10 13:14:12 DEBUG MAIN :: 186551: Saving show info to database
  219. Sep-10 13:14:12 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2011, 1, 0, u'|Comedy|', 4, u'en', u'CBS', u'Mad Love', u'Mad Love', 0, u'Monday 8:30PM', u'F:\\TV Shows\\Mad Love', 0, 25662, 186551]
  220. Sep-10 13:14:12 INFO MAIN :: 121431: Loading show info from database
  221. Sep-10 13:14:12 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [121431]
  222. Sep-10 13:14:12 DEBUG MAIN :: 121431: Saving show info to database
  223. Sep-10 13:14:12 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2009, 1, 0, u'|Comedy|Drama|', 4, u'en', u'TNT', u'Men of a Certain Age', u'Men of a Certain Age', 0, u'Wednesday 10:00 PM', u'F:\\TV Shows\\Men of a Certain age', 0, 19206, 121431]
  224. Sep-10 13:14:13 INFO MAIN :: 164501: Loading show info from database
  225. Sep-10 13:14:13 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [164501]
  226. Sep-10 13:14:13 DEBUG MAIN :: 164501: Saving show info to database
  227. Sep-10 13:14:13 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2010, 1, 0, u'|Comedy|', 4, u'en', u'CBS', u'Mike & Molly', u'Mike & Molly', 0, u'Monday 9:30 PM', u'F:\\TV Shows\\Mike and Molly', 0, 25050, 164501]
  228. Sep-10 13:14:13 INFO MAIN :: 95011: Loading show info from database
  229. Sep-10 13:14:13 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [95011]
  230. Sep-10 13:14:13 DEBUG MAIN :: 95011: Saving show info to database
  231. Sep-10 13:14:13 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2009, 1, 0, u'|Comedy|', 4, u'en', u'ABC', u'Modern Family', u'Modern Family', 0, u'Wednesday 9:00 PM', u'F:\\TV Shows\\Modern Family', 0, 22622, 95011]
  232. Sep-10 13:14:13 INFO MAIN :: 164481: Loading show info from database
  233. Sep-10 13:14:13 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [164481]
  234. Sep-10 13:14:13 DEBUG MAIN :: 164481: Saving show info to database
  235. Sep-10 13:14:13 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2011, 1, 0, u'|Comedy|', 4, u'en', u'ABC', u'Mr. Sunshine (2011)', u'Mr. Sunshine (2011)', 0, u'Wednesday 09:30 PM', u'F:\\TV Shows\\Mr. Sunshine', 0, 25048, 164481]
  236. Sep-10 13:14:13 INFO MAIN :: 72108: Loading show info from database
  237. Sep-10 13:14:13 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [72108]
  238. Sep-10 13:14:13 DEBUG MAIN :: 72108: Saving show info to database
  239. Sep-10 13:14:13 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2003, 1, 0, u'|Action and Adventure|Drama|', 4, u'en', u'CBS', u'NCIS', u'NCIS', 0, u'Tuesday 8:00 PM', u'F:\\TV Shows\\Ncis', 0, 4628, 72108]
  240. Sep-10 13:14:13 INFO MAIN :: 164301: Loading show info from database
  241. Sep-10 13:14:13 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [164301]
  242. Sep-10 13:14:13 DEBUG MAIN :: 164301: Saving show info to database
  243. Sep-10 13:14:13 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2010, 1, 0, u'|Action and Adventure|Drama|', 4, u'en', u'The CW', u'Nikita', u'Nikita', 0, u'Thursday 9:00 PM', u'F:\\TV Shows\\Nikita', 0, 25189, 164301]
  244. Sep-10 13:14:13 INFO MAIN :: 163561: Loading show info from database
  245. Sep-10 13:14:13 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [163561]
  246. Sep-10 13:14:13 DEBUG MAIN :: 163561: Saving show info to database
  247. Sep-10 13:14:13 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2010, 1, 0, u'|Comedy|', 4, u'en', u'NBC', u'Outsourced', u'Outsourced', 0, u'Thursday 10:30 PM', u'F:\\TV Shows\\Outsourced', 0, 25704, 163561]
  248. Sep-10 13:14:13 INFO MAIN :: 171251: Loading show info from database
  249. Sep-10 13:14:13 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [171251]
  250. Sep-10 13:14:13 DEBUG MAIN :: 171251: Saving show info to database
  251. Sep-10 13:14:13 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2010, 1, 0, u'|Comedy|', 4, u'en', u'NBC', u'Perfect Couples', u'Perfect Couples', 0, u'Thursday 8:30 pm', u'F:\\TV Shows\\Perfect Couples', 0, 25657, 171251]
  252. Sep-10 13:14:14 INFO MAIN :: 80542: Loading show info from database
  253. Sep-10 13:14:14 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [80542]
  254. Sep-10 13:14:14 DEBUG MAIN :: 80542: Saving show info to database
  255. Sep-10 13:14:14 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2007, 1, 0, u'|Drama|', 4, u'en', u'ABC', u'Private Practice', u'Private Practice', 0, u'Thursday 10:00 PM', u'F:\\TV Shows\\Private Practice', 0, 15576, 80542]
  256. Sep-10 13:14:14 INFO MAIN :: 79335: Loading show info from database
  257. Sep-10 13:14:14 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [79335]
  258. Sep-10 13:14:14 DEBUG MAIN :: 79335: Saving show info to database
  259. Sep-10 13:14:14 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2006, 1, 0, u'|Drama|Comedy|', 4, u'en', u'USA Network', u'Psych', u'Psych', 0, u'Wednesday 10:00 PM', u'F:\\TV Shows\\Psych', 0, 8322, 79335]
  260. Sep-10 13:14:14 INFO MAIN :: 164021: Loading show info from database
  261. Sep-10 13:14:14 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [164021]
  262. Sep-10 13:14:14 DEBUG MAIN :: 164021: Saving show info to database
  263. Sep-10 13:14:14 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2010, 1, 0, u'|Comedy|', 4, u'en', u'FOX', u'Raising Hope', u'Raising Hope', 0, u'Tuesday 9:00 PM', u'F:\\TV Shows\\Raising Hope', 0, 25742, 164021]
  264. Sep-10 13:14:14 INFO MAIN :: 92411: Loading show info from database
  265. Sep-10 13:14:14 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [92411]
  266. Sep-10 13:14:14 DEBUG MAIN :: 92411: Saving show info to database
  267. Sep-10 13:14:14 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2009, 1, 0, u'|Drama|', 4, u'en', u'USA Network', u'Royal Pains', u'Royal Pains', 0, u'Wednesday 9:00 pm', u'F:\\TV Shows\\Royal Pains', 0, 22336, 92411]
  268. Sep-10 13:14:14 INFO MAIN :: 79842: Loading show info from database
  269. Sep-10 13:14:14 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [79842]
  270. Sep-10 13:14:14 DEBUG MAIN :: 79842: Saving show info to database
  271. Sep-10 13:14:14 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2007, 1, 0, u'|Comedy|', 4, u'en', u'CBS', u'Rules of Engagement', u'Rules of Engagement', 0, u'Monday 8:30 PM', u'F:\\TV Shows\\Rules of Engagement', 0, 11224, 79842]
  272. Sep-10 13:14:15 INFO MAIN :: 80159: Loading show info from database
  273. Sep-10 13:14:15 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [80159]
  274. Sep-10 13:14:15 DEBUG MAIN :: 80159: Saving show info to database
  275. Sep-10 13:14:15 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2007, 1, 0, u'|Action and Adventure|Science-Fiction|', 4, u'en', u'Syfy', u'Sanctuary (US)', u'Sanctuary', 0, u'Monday 22:00', u'F:\\TV Shows\\Sanctuary Us', 0, 18682, 80159]
  276. Sep-10 13:14:15 INFO MAIN :: 76156: Loading show info from database
  277. Sep-10 13:14:15 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [76156]
  278. Sep-10 13:14:15 DEBUG MAIN :: 76156: Saving show info to database
  279. Sep-10 13:14:15 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2001, 1, 0, u'|Comedy|', 4, u'en', u'ABC', u'Scrubs', u'Scrubs', 0, u'Wednesday 8:00 PM', u'F:\\TV Shows\\Scrubs', 0, 5118, 76156]
  280. Sep-10 13:14:15 INFO MAIN :: 161511: Loading show info from database
  281. Sep-10 13:14:15 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [161511]
  282. Sep-10 13:14:15 DEBUG MAIN :: 161511: Saving show info to database
  283. Sep-10 13:14:15 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Comedy|Drama|', 4, u'en', u'Showtime', u'Shameless (US)', u'Shameless (US)', 0, u'Sunday 10:00 PM', u'F:\\TV Shows\\Shameless', 0, 25117, 161511]
  284. Sep-10 13:14:15 INFO MAIN :: 176941: Loading show info from database
  285. Sep-10 13:14:15 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [176941]
  286. Sep-10 13:14:15 DEBUG MAIN :: 176941: Saving show info to database
  287. Sep-10 13:14:15 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2010, 1, 0, u'|Action and Adventure|Drama|Mini-Series|', 4, u'en', u'BBC One', u'Sherlock', u'Sherlock', 0, u'Sunday 8:30 PM', u'F:\\TV Shows\\Sherlock', 0, 23433, 176941]
  288. Sep-10 13:14:15 INFO MAIN :: 164951: Loading show info from database
  289. Sep-10 13:14:15 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [164951]
  290. Sep-10 13:14:15 DEBUG MAIN :: 164951: Saving show info to database
  291. Sep-10 13:14:15 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2010, 1, 0, u'|Comedy|', 4, u'en', u'CBS', u'$#*! My Dad Says', u'$#*! My Dad Says', 0, u'Thursday 8:30 pm', u'F:\\TV Shows\\Shit My Dad Says', 0, 25755, 164951]
  292. Sep-10 13:14:15 INFO MAIN :: 72218: Loading show info from database
  293. Sep-10 13:14:15 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [72218]
  294. Sep-10 13:14:15 DEBUG MAIN :: 72218: Saving show info to database
  295. Sep-10 13:14:15 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2001, 1, 0, u'|Drama|Science-Fiction|', 4, u'en', u'The CW', u'Smallville', u'Smallville', 0, u'Friday 8:00 PM', u'G:\\TV Shows 2\\Smallville', 0, 5227, 72218]
  296. Sep-10 13:14:15 INFO MAIN :: 129261: Loading show info from database
  297. Sep-10 13:14:15 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [129261]
  298. Sep-10 13:14:15 DEBUG MAIN :: 129261: Saving show info to database
  299. Sep-10 13:14:15 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2010, 1, 0, u'|Action and Adventure|Drama|', 4, u'en', u'Starz!', u'Spartacus: Blood and Sand', u'Spartacus: Blood and Sand', 0, u'Friday 10:00 PM', u'F:\\TV Shows\\Spartacus Blood and Sand', 0, 21885, 129261]
  300. Sep-10 13:14:15 INFO MAIN :: 207341: Loading show info from database
  301. Sep-10 13:14:15 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [207341]
  302. Sep-10 13:14:15 DEBUG MAIN :: 207341: Saving show info to database
  303. Sep-10 13:14:15 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2011, 1, 0, u'|Action and Adventure|Drama|Mini-Series|', 4, u'en', u'Starz!', u'Spartacus: Gods of the Arena', u'Spartacus: Gods of the Arena', 0, u'Friday 10:00 PM', u'F:\\TV Shows\\Spartacus Gods of the Arena', 0, 26886, 207341]
  304. Sep-10 13:14:16 INFO MAIN :: 72449: Loading show info from database
  305. Sep-10 13:14:16 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [72449]
  306. Sep-10 13:14:16 DEBUG MAIN :: 72449: Saving show info to database
  307. Sep-10 13:14:16 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 1997, 1, 0, u'|Action and Adventure|Science-Fiction|', 4, u'en', u'SciFi', u'Stargate SG-1', u'Stargate SG-1', 0, u'Friday 8:00 PM', u'G:\\TV Shows 2\\Stargate Sg-1', 0, 5325, 72449]
  308. Sep-10 13:14:16 INFO MAIN :: 83237: Loading show info from database
  309. Sep-10 13:14:16 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [83237]
  310. Sep-10 13:14:16 DEBUG MAIN :: 83237: Saving show info to database
  311. Sep-10 13:14:16 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2009, 1, 0, u'|Action and Adventure|Science-Fiction|', 4, u'en', u'Syfy', u'Stargate Universe', u'Stargate Universe', 0, u'Monday 9:00 PM', u'F:\\TV Shows\\Stargate Universe', 0, 15343, 83237]
  312. Sep-10 13:14:16 INFO MAIN :: 78901: Loading show info from database
  313. Sep-10 13:14:16 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [78901]
  314. Sep-10 13:14:16 DEBUG MAIN :: 78901: Saving show info to database
  315. Sep-10 13:14:16 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2005, 1, 0, u'|Action and Adventure|Drama|Fantasy|', 4, u'en', u'The CW', u'Supernatural', u'Supernatural', 0, u'Friday 9:00 PM', u'F:\\TV Shows\\Supernatural', 0, 5410, 78901]
  316. Sep-10 13:14:16 INFO MAIN :: 164091: Loading show info from database
  317. Sep-10 13:14:16 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [164091]
  318. Sep-10 13:14:16 DEBUG MAIN :: 164091: Saving show info to database
  319. Sep-10 13:14:16 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Action and Adventure|Science-Fiction|Fantasy|', 4, u'en', u'FOX', u'Terra Nova', u'Terra Nova', 0, u'Monday 8:00 PM', u'G:\\TV Shows 2\\Terra Nova', 0, 25729, 164091]
  320. Sep-10 13:14:16 INFO MAIN :: 80379: Loading show info from database
  321. Sep-10 13:14:16 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [80379]
  322. Sep-10 13:14:16 DEBUG MAIN :: 80379: Saving show info to database
  323. Sep-10 13:14:16 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2007, 1, 0, u'|Comedy|', 4, u'en', u'CBS', u'The Big Bang Theory', u'The Big Bang Theory', 0, u'Thursday 8:00 PM', u'F:\\TV Shows\\The Big Bang Theory', 0, 8511, 80379]
  324. Sep-10 13:14:16 INFO MAIN :: 163531: Loading show info from database
  325. Sep-10 13:14:16 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [163531]
  326. Sep-10 13:14:16 DEBUG MAIN :: 163531: Saving show info to database
  327. Sep-10 13:14:16 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2010, 1, 0, u'|Action and Adventure|Drama|Science-Fiction|', 4, u'en', u'NBC', u'The Event', u'The Event', 0, u'Monday 4:00 AM', u'F:\\TV Shows\\The Event', 0, 25703, 163531]
  328. Sep-10 13:14:16 INFO MAIN :: 210171: Loading show info from database
  329. Sep-10 13:14:16 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [210171]
  330. Sep-10 13:14:16 DEBUG MAIN :: 210171: Saving show info to database
  331. Sep-10 13:14:16 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Action and Adventure|Drama|', 4, u'en', u'AMC', u'The Killing', u'The Killing (2011)', 0, u'Sunday 10:00 PM', u'F:\\TV Shows\\The Killing (2011)', 0, 27387, 210171]
  332. Sep-10 13:14:16 INFO MAIN :: 82459: Loading show info from database
  333. Sep-10 13:14:16 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [82459]
  334. Sep-10 13:14:16 DEBUG MAIN :: 82459: Saving show info to database
  335. Sep-10 13:14:16 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2008, 1, 0, u'|Drama|', 4, u'en', u'CBS', u'The Mentalist', u'The Mentalist', 0, u'Thursday 10:00 PM', u'F:\\TV Shows\\The Mentalist', 0, 18967, 82459]
  336. Sep-10 13:14:16 INFO MAIN :: 95021: Loading show info from database
  337. Sep-10 13:14:16 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [95021]
  338. Sep-10 13:14:16 DEBUG MAIN :: 95021: Saving show info to database
  339. Sep-10 13:14:16 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2009, 1, 0, u'|Comedy|', 4, u'en', u'ABC', u'The Middle', u'The Middle', 0, u'Wednesday 8:00 pm', u'F:\\TV Shows\\The Middle', 0, 20678, 95021]
  340. Sep-10 13:14:17 INFO MAIN :: 73244: Loading show info from database
  341. Sep-10 13:14:17 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [73244]
  342. Sep-10 13:14:17 DEBUG MAIN :: 73244: Saving show info to database
  343. Sep-10 13:14:17 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2005, 1, 0, u'|Comedy|', 4, u'en', u'NBC', u'The Office (US)', u'The Office (US)', 0, u'Thursday 9:00 PM', u'F:\\TV Shows\\The Office Us', 0, 6061, 73244]
  344. Sep-10 13:14:17 INFO MAIN :: 153021: Loading show info from database
  345. Sep-10 13:14:17 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [153021]
  346. Sep-10 13:14:17 DEBUG MAIN :: 153021: Saving show info to database
  347. Sep-10 13:14:17 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2010, 1, 0, u'|Action and Adventure|Drama|Science-Fiction|', 4, u'en', u'AMC', u'The Walking Dead', u'The Walking Dead', 0, u'Sunday 10:00 PM', u'F:\\TV Shows\\The Walking Dead', 0, 25056, 153021]
  348. Sep-10 13:14:17 INFO MAIN :: 79511: Loading show info from database
  349. Sep-10 13:14:17 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [79511]
  350. Sep-10 13:14:17 DEBUG MAIN :: 79511: Saving show info to database
  351. Sep-10 13:14:17 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2006, 1, 0, u'|Action and Adventure|Drama|Science-Fiction|', 4, u'en', u'BBC One', u'Torchwood', u'Torchwood', 0, u'Thursday 9:00 PM', u'F:\\TV Shows\\Torchwood', 0, 6993, 79511]
  352. Sep-10 13:14:17 INFO MAIN :: 164311: Loading show info from database
  353. Sep-10 13:14:17 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [164311]
  354. Sep-10 13:14:17 DEBUG MAIN :: 164311: Saving show info to database
  355. Sep-10 13:14:17 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2011, 1, 0, u'|Comedy|', 4, u'en', u'FOX', u'Traffic Light', u'Traffic Light', 0, u'Tuesday 9:30 PM', u'F:\\TV Shows\\Traffic Light', 0, 25743, 164311]
  356. Sep-10 13:14:17 INFO MAIN :: 94971: Loading show info from database
  357. Sep-10 13:14:17 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [94971]
  358. Sep-10 13:14:17 DEBUG MAIN :: 94971: Saving show info to database
  359. Sep-10 13:14:17 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2009, 1, 0, u'|Drama|Science-Fiction|', 4, u'en', u'ABC', u'V (2009)', u'V (2009)', 0, u'Tuesday 10:00 PM', u'F:\\TV Shows\\V 2009', 0, 22814, 94971]
  360. Sep-10 13:14:17 INFO MAIN :: 84676: Loading show info from database
  361. Sep-10 13:14:17 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [84676]
  362. Sep-10 13:14:17 DEBUG MAIN :: 84676: Saving show info to database
  363. Sep-10 13:14:17 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2009, 1, 0, u'|Action and Adventure|Fantasy|', 4, u'en', u'Syfy', u'Warehouse 13', u'Warehouse 13', 0, u'Monday 9:00 PM', u'F:\\TV Shows\\Warehouse 13', 0, 7884, 84676]
  364. Sep-10 13:14:17 INFO MAIN :: 108611: Loading show info from database
  365. Sep-10 13:14:17 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [108611]
  366. Sep-10 13:14:17 DEBUG MAIN :: 108611: Saving show info to database
  367. Sep-10 13:14:17 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2009, 1, 0, u'|Action and Adventure|Drama|', 4, u'en', u'USA Network', u'White Collar', u'White Collar', 0, u'Tuesday 9:00 PM', u'F:\\TV Shows\\White Collar', 0, 20720, 108611]
  368. Sep-10 13:14:17 INFO MAIN :: 71962: Loading show info from database
  369. Sep-10 13:14:17 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [71962]
  370. Sep-10 13:14:17 DEBUG MAIN :: 71962: Saving show info to database
  371. Sep-10 13:14:17 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 1990, 1, 0, u'|Comedy|', 4, u'en', u'NBC', u'Wings (US)', u'Wings', 0, u'', u'F:\\TV Shows\\Wings', 0, 6621, 71962]
  372. Sep-10 13:14:17 INFO MAIN :: 213041: Loading show info from database
  373. Sep-10 13:14:17 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [213041]
  374. Sep-10 13:14:17 DEBUG MAIN :: 213041: Saving show info to database
  375. Sep-10 13:14:17 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2010, 1, 0, u'|Documentary|', 4, u'en', u'HBO', u'', u'24/7 Penguins/Capitals: Road to the NHL Winter Classic', 0, u'Wednesday 10PM', u'F:\\TV Shows\\Winter Classic', 0, 0, 213041]
  376. Sep-10 13:14:18 INFO MAIN :: 210841: Loading show info from database
  377. Sep-10 13:14:18 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [210841]
  378. Sep-10 13:14:18 DEBUG MAIN :: 210841: Saving show info to database
  379. Sep-10 13:14:18 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Action and Adventure|Drama|Science-Fiction|', 4, u'en', u'Syfy', u'Alphas', u'Alphas', 0, u'Monday 10:00 PM', u'F:\\TV Shows\\Alphas', 0, 19268, 210841]
  380. Sep-10 13:14:18 INFO MAIN :: 248651: Loading show info from database
  381. Sep-10 13:14:18 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [248651]
  382. Sep-10 13:14:18 DEBUG MAIN :: 248651: Saving show info to database
  383. Sep-10 13:14:18 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 0, 1, 0, u'|Drama|', 4, u'en', u'FOX', u'', u'The Finder', 0, u'', u'G:\\TV Shows 2\\The Finder', 0, 0, 248651]
  384. Sep-10 13:14:18 INFO MAIN :: 248834: Loading show info from database
  385. Sep-10 13:14:18 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [248834]
  386. Sep-10 13:14:18 DEBUG MAIN :: 248834: Saving show info to database
  387. Sep-10 13:14:18 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 0, 0, u'|Comedy|', 4, u'en', u'ABC', u'', u'Last Man Standing (2011)', 0, u'', u'G:\\TV Shows 2\\Last Man Standing (2011)', 0, 0, 248834]
  388. Sep-10 13:14:18 INFO MAIN :: 248646: Loading show info from database
  389. Sep-10 13:14:18 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [248646]
  390. Sep-10 13:14:18 DEBUG MAIN :: 248646: Saving show info to database
  391. Sep-10 13:14:18 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2012, 1, 0, u'|Action and Adventure|Drama|Science-Fiction|', 4, u'en', u'FOX', u'Alcatraz', u'Alcatraz', 0, u'Monday 10:00 PM', u'G:\\TV Shows 2\\Alcatraz', 0, 27523, 248646]
  392. Sep-10 13:14:18 INFO MAIN :: 248682: Loading show info from database
  393. Sep-10 13:14:18 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [248682]
  394. Sep-10 13:14:18 DEBUG MAIN :: 248682: Saving show info to database
  395. Sep-10 13:14:18 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Comedy|', 4, u'en', u'FOX', u'The New Girl', u'New Girl', 0, u'Tuesday 9pm', u'G:\\TV Shows 2\\The New Girl', 0, 28304, 248682]
  396. Sep-10 13:14:18 INFO MAIN :: 248840: Loading show info from database
  397. Sep-10 13:14:18 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [248840]
  398. Sep-10 13:14:18 DEBUG MAIN :: 248840: Saving show info to database
  399. Sep-10 13:14:18 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Comedy|', 4, u'en', u'ABC', u'Man Up!', u'Man Up!', 0, u'', u'G:\\TV Shows 2\\Man Up!', 0, 28395, 248840]
  400. Sep-10 13:14:18 INFO MAIN :: 248835: Loading show info from database
  401. Sep-10 13:14:18 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [248835]
  402. Sep-10 13:14:18 DEBUG MAIN :: 248835: Saving show info to database
  403. Sep-10 13:14:18 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Drama|Fantasy|', 4, u'en', u'ABC', u'Once Upon a Time', u'Once Upon a Time (2011)', 0, u'', u'G:\\TV Shows 2\\Once Upon a Time (2011)', 0, 28385, 248835]
  404. Sep-10 13:14:19 INFO MAIN :: 248843: Loading show info from database
  405. Sep-10 13:14:19 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [248843]
  406. Sep-10 13:14:19 DEBUG MAIN :: 248843: Saving show info to database
  407. Sep-10 13:14:19 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 0, 1, 0, u'|Comedy|', 4, u'en', u'ABC', u'', u'Work It', 0, u'', u'G:\\TV Shows 2\\Work It', 0, 0, 248843]
  408. Sep-10 13:14:19 INFO MAIN :: 248812: Loading show info from database
  409. Sep-10 13:14:19 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [248812]
  410. Sep-10 13:14:19 DEBUG MAIN :: 248812: Saving show info to database
  411. Sep-10 13:14:19 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 0, 1, 0, u'|Comedy|', 4, u'en', u'ABC', u'', u'Apartment 23', 0, u'', u'G:\\TV Shows 2\\Apartment 23', 0, 0, 248812]
  412. Sep-10 13:14:19 INFO MAIN :: 248742: Loading show info from database
  413. Sep-10 13:14:19 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [248742]
  414. Sep-10 13:14:19 DEBUG MAIN :: 248742: Saving show info to database
  415. Sep-10 13:14:19 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Drama|', 4, u'en', u'CBS', u'Person of Interest', u'Person of Interest', 0, u'Thursday 9:00 PM', u'G:\\TV Shows 2\\Person of Interest', 0, 28376, 248742]
  416. Sep-10 13:14:19 INFO MAIN :: 248930: Loading show info from database
  417. Sep-10 13:14:19 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [248930]
  418. Sep-10 13:14:19 DEBUG MAIN :: 248930: Saving show info to database
  419. Sep-10 13:14:19 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Comedy|', 4, u'en', u'CBS', u'How To Be a Gentleman', u'How To Be A Gentleman', 0, u'Thursday 8:30 PM', u'G:\\TV Shows 2\\How To Be A Gentleman', 0, 28415, 248930]
  420. Sep-10 13:14:19 INFO MAIN :: 248741: Loading show info from database
  421. Sep-10 13:14:19 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [248741]
  422. Sep-10 13:14:19 DEBUG MAIN :: 248741: Saving show info to database
  423. Sep-10 13:14:19 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Comedy|', 4, u'en', u'CBS', u'2 Broke Girls', u'2 Broke Girls', 0, u'', u'G:\\TV Shows 2\\2 Broke Girls', 0, 28416, 248741]
  424. Sep-10 13:14:19 INFO MAIN :: 248943: Loading show info from database
  425. Sep-10 13:14:19 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [248943]
  426. Sep-10 13:14:19 DEBUG MAIN :: 248943: Saving show info to database
  427. Sep-10 13:14:19 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Comedy|', 4, u'en', u'NBC', u'Up All Night (2011)', u'Up All Night', 0, u'Wednesday 8:00pm', u'G:\\TV Shows 2\\Up All Night', 0, 28358, 248943]
  428. Sep-10 13:14:19 INFO MAIN :: 163571: Loading show info from database
  429. Sep-10 13:14:19 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [163571]
  430. Sep-10 13:14:19 DEBUG MAIN :: 163571: Saving show info to database
  431. Sep-10 13:14:19 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Comedy|', 4, u'en', u'NBC', u'Friends With Benefits', u'Friends With Benefits', 0, u'Friday 8:00 PM', u'F:\\TV Shows\\Friends With Benefits', 0, 24665, 163571]
  432. Sep-10 13:14:19 INFO MAIN :: 248735: Loading show info from database
  433. Sep-10 13:14:19 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [248735]
  434. Sep-10 13:14:19 DEBUG MAIN :: 248735: Saving show info to database
  435. Sep-10 13:14:19 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2012, 1, 0, u'|Drama|', 4, u'en', u'NBC', u'', u'Awake', 0, u'Tuesday 10:00 PM', u'G:\\TV Shows 2\\Awake', 0, 0, 248735]
  436. Sep-10 13:14:20 INFO MAIN :: 248950: Loading show info from database
  437. Sep-10 13:14:20 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [248950]
  438. Sep-10 13:14:20 DEBUG MAIN :: 248950: Saving show info to database
  439. Sep-10 13:14:20 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 0, 1, 0, u'|Comedy|', 4, u'en', u'NBC', u'', u'Bent', 0, u'', u'G:\\TV Shows 2\\Bent', 0, 0, 248950]
  440. Sep-10 13:14:20 INFO MAIN :: 248942: Loading show info from database
  441. Sep-10 13:14:20 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [248942]
  442. Sep-10 13:14:20 DEBUG MAIN :: 248942: Saving show info to database
  443. Sep-10 13:14:20 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Drama|', 4, u'en', u'NBC', u'Free Agents (US)', u'Free Agents (US)', 0, u'Wednesday 10:30 PM', u'G:\\TV Shows 2\\Free Agents (US)', 0, 28356, 248942]
  444. Sep-10 13:14:20 INFO MAIN :: 248736: Loading show info from database
  445. Sep-10 13:14:20 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [248736]
  446. Sep-10 13:14:20 DEBUG MAIN :: 248736: Saving show info to database
  447. Sep-10 13:14:20 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Drama|', 4, u'en', u'NBC', u'Grimm', u'Grimm', 0, u'Friday 09:00 PM', u'G:\\TV Shows 2\\Grimm', 0, 28352, 248736]
  448. Sep-10 13:14:20 INFO MAIN :: 82283: Loading show info from database
  449. Sep-10 13:14:20 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [82283]
  450. Sep-10 13:14:20 DEBUG MAIN :: 82283: Saving show info to database
  451. Sep-10 13:14:20 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2008, 1, 0, u'|Action and Adventure|Drama|Fantasy|', 4, u'en', u'HBO', u'True Blood', u'True Blood', 0, u'Sunday 9:00 PM', u'F:\\TV Shows\\True Blood', 0, 12662, 82283]
  452. Sep-10 13:14:20 INFO MAIN :: 247808: Loading show info from database
  453. Sep-10 13:14:20 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [247808]
  454. Sep-10 13:14:20 DEBUG MAIN :: 247808: Saving show info to database
  455. Sep-10 13:14:20 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Drama|', 4, u'en', u'USA Network', u'Suits', u'Suits', 0, u'Thursday 10:00 pm', u'F:\\TV Shows\\Suits', 0, 27518, 247808]
  456. Sep-10 13:14:20 INFO MAIN :: 248830: Loading show info from database
  457. Sep-10 13:14:20 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [248830]
  458. Sep-10 13:14:20 DEBUG MAIN :: 248830: Saving show info to database
  459. Sep-10 13:14:20 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Drama|', 4, u'en', u'NBC', u'The Playboy Club', u'The Playboy Club', 0, u'Monday 10:00 PM', u'G:\\TV Shows 2\\The Playboy Club', 0, 28375, 248830]
  460. Sep-10 13:14:20 INFO MAIN :: 81189: Loading show info from database
  461. Sep-10 13:14:20 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [81189]
  462. Sep-10 13:14:20 DEBUG MAIN :: 81189: Saving show info to database
  463. Sep-10 13:14:20 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2008, 1, 1, u'|Drama|', 4, u'en', u'AMC', u'Breaking Bad', u'Breaking Bad', 0, u'Sunday 10:00 PM', u'F:\\TV Shows\\Breaking Bad', 0, 18164, 81189]
  464. Sep-10 13:14:20 INFO MAIN :: 76290: Loading show info from database
  465. Sep-10 13:14:21 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [76290]
  466. Sep-10 13:14:21 DEBUG MAIN :: 76290: Saving show info to database
  467. Sep-10 13:14:21 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2001, 1, 0, u'|Action and Adventure|Drama|', 4, u'en', u'FOX', u'24', u'24', 0, u'Monday 9:00 PM', u'G:\\TV Shows 2\\24', 0, 2445, 76290]
  468. Sep-10 13:14:21 INFO MAIN :: 75930: Loading show info from database
  469. Sep-10 13:14:21 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [75930]
  470. Sep-10 13:14:21 DEBUG MAIN :: 75930: Saving show info to database
  471. Sep-10 13:14:21 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2001, 1, 0, u'|Action and Adventure|Drama|', 4, u'en', u'ABC', u'Alias', u'Alias', 0, u'Thursday 8:00 PM', u'G:\\TV Shows 2\\Alias', 0, 2537, 75930]
  472. Sep-10 13:14:21 INFO MAIN :: 77544: Loading show info from database
  473. Sep-10 13:14:21 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [77544]
  474. Sep-10 13:14:21 DEBUG MAIN :: 77544: Saving show info to database
  475. Sep-10 13:14:21 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2000, 1, 0, u'|Science-Fiction|', 4, u'en', u'SciFi', u'Andromeda', u'Andromeda', 0, u'Friday 7:00 PM', u'G:\\TV Shows 2\\Andromeda', 0, 2608, 77544]
  476. Sep-10 13:14:21 INFO MAIN :: 70726: Loading show info from database
  477. Sep-10 13:14:21 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [70726]
  478. Sep-10 13:14:21 DEBUG MAIN :: 70726: Saving show info to database
  479. Sep-10 13:14:21 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 1993, 1, 0, u'|Science-Fiction|', 4, u'en', u'Syndicated', u'Babylon 5', u'Babylon 5', 0, u'Monday 7:00 PM', u'G:\\TV Shows 2\\Babylon 5', 0, 2693, 70726]
  480. Sep-10 13:14:21 INFO MAIN :: 84021: Loading show info from database
  481. Sep-10 13:14:21 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [84021]
  482. Sep-10 13:14:21 DEBUG MAIN :: 84021: Saving show info to database
  483. Sep-10 13:14:21 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2009, 1, 0, u'|Comedy|', 4, u'en', u'ABC', u'Better Off Ted', u'Better Off Ted', 0, u'', u'G:\\TV Shows 2\\Better Off Ted', 0, 19907, 84021]
  484. Sep-10 13:14:21 INFO MAIN :: 80370: Loading show info from database
  485. Sep-10 13:14:21 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [80370]
  486. Sep-10 13:14:21 DEBUG MAIN :: 80370: Saving show info to database
  487. Sep-10 13:14:21 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2007, 1, 0, u'|Action and Adventure|Science-Fiction|', 4, u'en', u'NBC', u'Bionic Woman', u'Bionic Woman', 0, u'Wednesday 9:00 pm', u'G:\\TV Shows 2\\Bionic Woman', 0, 15187, 80370]
  488. Sep-10 13:14:21 INFO MAIN :: 70327: Loading show info from database
  489. Sep-10 13:14:21 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [70327]
  490. Sep-10 13:14:21 DEBUG MAIN :: 70327: Saving show info to database
  491. Sep-10 13:14:21 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 1997, 1, 0, u'|Action and Adventure|Comedy|Drama|Fantasy|', 4, u'en', u'The WB', u'Buffy the Vampire Slayer', u'Buffy the Vampire Slayer', 0, u'', u'G:\\TV Shows 2\\Buffy The Vampire Slayer', 0, 2930, 70327]
  492. Sep-10 13:14:21 INFO MAIN :: 76148: Loading show info from database
  493. Sep-10 13:14:21 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [76148]
  494. Sep-10 13:14:21 DEBUG MAIN :: 76148: Saving show info to database
  495. Sep-10 13:14:21 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2000, 1, 0, u'|Action and Adventure|Science-Fiction|', 4, u'en', u'FOX', u'Dark Angel', u'Dark Angel', 0, u'', u'G:\\TV Shows 2\\Dark Angel', 0, 3237, 76148]
  496. Sep-10 13:14:21 INFO MAIN :: 82046: Loading show info from database
  497. Sep-10 13:14:21 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [82046]
  498. Sep-10 13:14:21 DEBUG MAIN :: 82046: Saving show info to database
  499. Sep-10 13:14:21 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2009, 1, 0, u'|Action and Adventure|Drama|Science-Fiction|Fantasy|', 4, u'en', u'FOX', u'Dollhouse', u'Dollhouse', 0, u'Friday 9:00 PM', u'G:\\TV Shows 2\\Dollhouse', 0, 17816, 82046]
  500. Sep-10 13:14:21 INFO MAIN :: 71784: Loading show info from database
  501. Sep-10 13:14:21 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [71784]
  502. Sep-10 13:14:21 DEBUG MAIN :: 71784: Saving show info to database
  503. Sep-10 13:14:21 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 1997, 1, 0, u'|Science-Fiction|Drama|', 4, u'en', u'Syndicated', u'Earth: Final Conflict', u'Earth: Final Conflict', 0, u'Monday 7:00 PM', u'G:\\TV Shows 2\\Earth Final Conflict', 0, 3416, 71784]
  504. Sep-10 13:14:22 INFO MAIN :: 70522: Loading show info from database
  505. Sep-10 13:14:22 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [70522]
  506. Sep-10 13:14:22 DEBUG MAIN :: 70522: Saving show info to database
  507. Sep-10 13:14:22 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 1999, 1, 0, u'|Science-Fiction|', 4, u'en', u'SciFi', u'Farscape', u'Farscape', 0, u'', u'G:\\TV Shows 2\\Farscape', 0, 3519, 70522]
  508. Sep-10 13:14:22 INFO MAIN :: 78874: Loading show info from database
  509. Sep-10 13:14:22 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [78874]
  510. Sep-10 13:14:22 DEBUG MAIN :: 78874: Saving show info to database
  511. Sep-10 13:14:22 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2002, 1, 0, u'|Drama|Science-Fiction|', 4, u'en', u'FOX', u'Firefly', u'Firefly', 0, u'Friday 8:00 PM', u'G:\\TV Shows 2\\Firefly', 0, 3548, 78874]
  512. Sep-10 13:14:22 INFO MAIN :: 84024: Loading show info from database
  513. Sep-10 13:14:22 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [84024]
  514. Sep-10 13:14:22 DEBUG MAIN :: 84024: Saving show info to database
  515. Sep-10 13:14:22 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2009, 1, 0, u'|Drama|Science-Fiction|', 4, u'en', u'ABC', u'FlashForward', u'FlashForward', 0, u'Thursday 8:00 PM', u'G:\\TV Shows 2\\Flashforward', 0, 20798, 84024]
  516. Sep-10 13:14:22 INFO MAIN :: 79168: Loading show info from database
  517. Sep-10 13:14:22 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [79168]
  518. Sep-10 13:14:22 DEBUG MAIN :: 79168: Saving show info to database
  519. Sep-10 13:14:22 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 1994, 1, 0, u'|Comedy|', 4, u'en', u'NBC', u'Friends', u'Friends', 0, u'', u'G:\\TV Shows 2\\Friends (1994)', 0, 3616, 79168]
  520. Sep-10 13:14:22 INFO MAIN :: 82916: Loading show info from database
  521. Sep-10 13:14:22 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [82916]
  522. Sep-10 13:14:22 DEBUG MAIN :: 82916: Saving show info to database
  523. Sep-10 13:14:22 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2009, 1, 0, u'|Comedy|', 4, u'en', u'CBS', u'Gary Unmarried', u'Gary Unmarried', 0, u'Wednesday 8:30 PM', u'G:\\TV Shows 2\\Gary Unmarried', 0, 18968, 82916]
  524. Sep-10 13:14:22 INFO MAIN :: 79501: Loading show info from database
  525. Sep-10 13:14:22 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [79501]
  526. Sep-10 13:14:22 DEBUG MAIN :: 79501: Saving show info to database
  527. Sep-10 13:14:22 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2006, 1, 0, u'|Action and Adventure|Drama|Science-Fiction|Fantasy|', 4, u'en', u'NBC', u'Heroes', u'Heroes', 0, u'Monday 8:00 PM', u'G:\\TV Shows 2\\Heroes', 0, 8172, 79501]
  528. Sep-10 13:14:22 INFO MAIN :: 79330: Loading show info from database
  529. Sep-10 13:14:22 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [79330]
  530. Sep-10 13:14:22 DEBUG MAIN :: 79330: Saving show info to database
  531. Sep-10 13:14:22 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2006, 1, 0, u'|Action and Adventure|Drama|', 4, u'en', u'CBS', u'Jericho', u'Jericho (2006)', 0, u'Tuesday 10:00 PM', u'G:\\TV Shows 2\\Jericho', 0, 8141, 79330]
  532. Sep-10 13:14:22 INFO MAIN :: 80494: Loading show info from database
  533. Sep-10 13:14:22 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [80494]
  534. Sep-10 13:14:22 DEBUG MAIN :: 80494: Saving show info to database
  535. Sep-10 13:14:22 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2007, 1, 0, u'|Drama|Science-Fiction|', 4, u'en', u'NBC', u'Journeyman', u'Journeyman', 0, u'Monday 10:00 PM', u'G:\\TV Shows 2\\Journeyman', 0, 15189, 80494]
  536. Sep-10 13:14:22 INFO MAIN :: 80461: Loading show info from database
  537. Sep-10 13:14:22 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [80461]
  538. Sep-10 13:14:22 DEBUG MAIN :: 80461: Saving show info to database
  539. Sep-10 13:14:22 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2007, 1, 0, u'|Drama|', 4, u'en', u'FOX', u'K-Ville', u'K-Ville', 0, u'Monday 9:00 PM', u'G:\\TV Shows 2\\K-Ville', 0, 15771, 80461]
  540. Sep-10 13:14:23 INFO MAIN :: 79331: Loading show info from database
  541. Sep-10 13:14:23 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [79331]
  542. Sep-10 13:14:23 DEBUG MAIN :: 79331: Saving show info to database
  543. Sep-10 13:14:23 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2006, 1, 0, u'|Action and Adventure|Drama|', 4, u'en', u'NBC', u'Kidnapped', u'Kidnapped', 0, u'Wednesday 10:00 PM', u'G:\\TV Shows 2\\Kidnapped', 0, 8114, 79331]
  544. Sep-10 13:14:23 INFO MAIN :: 80352: Loading show info from database
  545. Sep-10 13:14:23 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [80352]
  546. Sep-10 13:14:23 DEBUG MAIN :: 80352: Saving show info to database
  547. Sep-10 13:14:23 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2007, 1, 0, u'|Drama|', 4, u'en', u'NBC', u'', u'Life', 0, u'Wednesday 9:00 PM', u'G:\\TV Shows 2\\Life', 0, 0, 80352]
  548. Sep-10 13:14:23 INFO MAIN :: 73739: Loading show info from database
  549. Sep-10 13:14:23 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [73739]
  550. Sep-10 13:14:23 DEBUG MAIN :: 73739: Saving show info to database
  551. Sep-10 13:14:23 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2004, 1, 0, u'|Action and Adventure|Drama|Science-Fiction|', 4, u'en', u'ABC', u'Lost', u'Lost', 0, u'Tuesday 9:00 PM', u'G:\\TV Shows 2\\Lost', 0, 4284, 73739]
  552. Sep-10 13:14:23 INFO MAIN :: 93651: Loading show info from database
  553. Sep-10 13:14:23 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [93651]
  554. Sep-10 13:14:23 DEBUG MAIN :: 93651: Saving show info to database
  555. Sep-10 13:14:23 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2009, 1, 0, u'|Drama|', 4, u'en', u'FOX', u'Mental', u'Mental', 0, u'Tuesday 9 pm', u'G:\\TV Shows 2\\Mental', 0, 22029, 93651]
  556. Sep-10 13:14:23 INFO MAIN :: 70940: Loading show info from database
  557. Sep-10 13:14:23 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [70940]
  558. Sep-10 13:14:23 DEBUG MAIN :: 70940: Saving show info to database
  559. Sep-10 13:14:23 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 1996, 1, 0, u'|Action and Adventure|Drama|Science-Fiction|', 4, u'en', u'FOX', u'Millennium', u'Millennium', 0, u'Friday 8:00 PM', u'G:\\TV Shows 2\\Millennium', 0, 4475, 70940]
  560. Sep-10 13:14:23 INFO MAIN :: 78490: Loading show info from database
  561. Sep-10 13:14:23 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [78490]
  562. Sep-10 13:14:23 DEBUG MAIN :: 78490: Saving show info to database
  563. Sep-10 13:14:23 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2002, 1, 0, u'|Drama|', 4, u'en', u'USA Network', u'Monk', u'Monk', 0, u'Friday 9:00 PM', u'G:\\TV Shows 2\\Monk', 0, 4514, 78490]
  564. Sep-10 13:14:23 INFO MAIN :: 80481: Loading show info from database
  565. Sep-10 13:14:23 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [80481]
  566. Sep-10 13:14:23 DEBUG MAIN :: 80481: Saving show info to database
  567. Sep-10 13:14:23 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2008, 1, 0, u'|Drama|', 4, u'en', u'FOX', u'New Amsterdam', u'New Amsterdam', 0, u'Friday 9:00 PM', u'G:\\TV Shows 2\\New Amsterdam', 0, 15745, 80481]
  568. Sep-10 13:14:24 INFO MAIN :: 75340: Loading show info from database
  569. Sep-10 13:14:24 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [75340]
  570. Sep-10 13:14:24 DEBUG MAIN :: 75340: Saving show info to database
  571. Sep-10 13:14:24 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2005, 1, 0, u'|Action and Adventure|Drama|', 4, u'en', u'FOX', u'Prison Break', u'Prison Break', 0, u'Monday 8:00 PM', u'G:\\TV Shows 2\\Prison Break', 0, 4895, 75340]
  572. Sep-10 13:14:24 INFO MAIN :: 80345: Loading show info from database
  573. Sep-10 13:14:24 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [80345]
  574. Sep-10 13:14:24 DEBUG MAIN :: 80345: Saving show info to database
  575. Sep-10 13:14:24 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2007, 1, 0, u'|Comedy|Drama|', 4, u'en', u'The CW', u'Reaper', u'Reaper', 0, u'Tuesday 9:00 PM', u'G:\\TV Shows 2\\Reaper', 0, 15744, 80345]
  576. Sep-10 13:14:24 INFO MAIN :: 73965: Loading show info from database
  577. Sep-10 13:14:24 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [73965]
  578. Sep-10 13:14:24 DEBUG MAIN :: 73965: Saving show info to database
  579. Sep-10 13:14:24 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 1999, 1, 0, u'|Drama|Science-Fiction|', 4, u'en', u'The WB', u'Roswell', u'Roswell', 0, u'Wednesday 9:00 PM', u'G:\\TV Shows 2\\Roswell', 0, 5056, 73965]
  580. Sep-10 13:14:24 INFO MAIN :: 79388: Loading show info from database
  581. Sep-10 13:14:24 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [79388]
  582. Sep-10 13:14:24 DEBUG MAIN :: 79388: Saving show info to database
  583. Sep-10 13:14:24 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2006, 1, 0, u'|Drama|', 4, u'en', u'CBS', u'Shark', u'Shark', 0, u'Thursday 10:00 PM', u'G:\\TV Shows 2\\Shark', 0, 8490, 79388]
  584. Sep-10 13:14:24 INFO MAIN :: 79347: Loading show info from database
  585. Sep-10 13:14:24 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [79347]
  586. Sep-10 13:14:24 DEBUG MAIN :: 79347: Saving show info to database
  587. Sep-10 13:14:24 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2006, 1, 0, u'|Action and Adventure|Drama|', 4, u'en', u'FOX', u'Standoff', u'Standoff', 0, u'Tuesday 8:00 PM', u'G:\\TV Shows 2\\Standoff', 0, 8411, 79347]
  588. Sep-10 13:14:24 INFO MAIN :: 77526: Loading show info from database
  589. Sep-10 13:14:24 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [77526]
  590. Sep-10 13:14:24 DEBUG MAIN :: 77526: Saving show info to database
  591. Sep-10 13:14:24 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 1966, 1, 0, u'|Action and Adventure|Drama|Science-Fiction|', 4, u'en', u'NBC', u'Star Trek', u'Star Trek', 0, u'Thursday 8:30 PM', u'G:\\TV Shows 2\\Star Trek TOS', 0, 5333, 77526]
  592. Sep-10 13:14:24 INFO MAIN :: 71470: Loading show info from database
  593. Sep-10 13:14:24 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [71470]
  594. Sep-10 13:14:24 DEBUG MAIN :: 71470: Saving show info to database
  595. Sep-10 13:14:24 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 1987, 1, 0, u'|Action and Adventure|Drama|Science-Fiction|', 4, u'en', u'Syndicated', u'Star Trek: The Next Generation', u'Star Trek: The Next Generation', 0, u'Monday 09:00 PM', u'G:\\TV Shows 2\\Star Trek- the Next Generation', 0, 5337, 71470]
  596. Sep-10 13:14:24 INFO MAIN :: 70851: Loading show info from database
  597. Sep-10 13:14:24 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [70851]
  598. Sep-10 13:14:24 DEBUG MAIN :: 70851: Saving show info to database
  599. Sep-10 13:14:24 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2004, 1, 0, u'|Action and Adventure|Science-Fiction|', 20, u'en', u'SciFi', u'Stargate Atlantis', u'Stargate Atlantis', 0, u'Monday 9:00 PM', u'G:\\TV Shows 2\\Stargate Atlantis', 0, 5324, 70851]
  600. Sep-10 13:14:25 INFO MAIN :: 79343: Loading show info from database
  601. Sep-10 13:14:25 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [79343]
  602. Sep-10 13:14:25 DEBUG MAIN :: 79343: Saving show info to database
  603. Sep-10 13:14:25 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2006, 1, 0, u'|Comedy|Drama|', 4, u'en', u'NBC', u'Studio 60 on the Sunset Strip', u'Studio 60 on the Sunset Strip', 0, u'Monday 10:00 PM', u'G:\\TV Shows 2\\Studio 60 on the Sunset Strip', 0, 8115, 79343]
  604. Sep-10 13:14:25 INFO MAIN :: 78906: Loading show info from database
  605. Sep-10 13:14:25 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [78906]
  606. Sep-10 13:14:25 DEBUG MAIN :: 78906: Saving show info to database
  607. Sep-10 13:14:25 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2005, 1, 0, u'|Science-Fiction|', 4, u'en', u'NBC', u'Surface', u'Surface', 0, u'Monday 8:00 PM', u'G:\\TV Shows 2\\Surface', 0, 5414, 78906]
  608. Sep-10 13:14:25 INFO MAIN :: 87731: Loading show info from database
  609. Sep-10 13:14:25 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [87731]
  610. Sep-10 13:14:25 DEBUG MAIN :: 87731: Saving show info to database
  611. Sep-10 13:14:25 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2009, 1, 0, u'|Comedy|', 4, u'en', u'ABC', u'Surviving Suburbia', u'Surviving Suburbia', 0, u'Monday 9.30 pm', u'G:\\TV Shows 2\\Surviving Suburbia', 0, 19286, 87731]
  612. Sep-10 13:14:25 INFO MAIN :: 80344: Loading show info from database
  613. Sep-10 13:14:25 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [80344]
  614. Sep-10 13:14:25 DEBUG MAIN :: 80344: Saving show info to database
  615. Sep-10 13:14:25 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2008, 1, 0, u'|Action and Adventure|Drama|Science-Fiction|', 4, u'en', u'FOX', u'Terminator: The Sarah Connor Chronicles', u'Terminator: The Sarah Connor Chronicles', 0, u'Friday 8:00 pm', u'G:\\TV Shows 2\\Terminator The Sarah Connor Chronicles', 0, 13445, 80344]
  616. Sep-10 13:14:25 INFO MAIN :: 73641: Loading show info from database
  617. Sep-10 13:14:25 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [73641]
  618. Sep-10 13:14:25 DEBUG MAIN :: 73641: Saving show info to database
  619. Sep-10 13:14:25 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 1998, 1, 0, u'|Comedy|', 4, u'en', u'CBS', u'The King of Queens', u'The King of Queens', 0, u'Monday 8:00 PM', u'G:\\TV Shows 2\\The King Of Queens', 0, 5907, 73641]
  620. Sep-10 13:14:25 INFO MAIN :: 85539: Loading show info from database
  621. Sep-10 13:14:25 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [85539]
  622. Sep-10 13:14:25 DEBUG MAIN :: 85539: Saving show info to database
  623. Sep-10 13:14:25 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2010, 1, 0, u'|Drama|Mini-Series|', 4, u'en', u'HBO', u'The Pacific', u'The Pacific', 0, u'Sunday 9:00 PM', u'G:\\TV Shows 2\\The Pacific', 0, 19316, 85539]
  624. Sep-10 13:14:25 INFO MAIN :: 85242: Loading show info from database
  625. Sep-10 13:14:25 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [85242]
  626. Sep-10 13:14:25 DEBUG MAIN :: 85242: Saving show info to database
  627. Sep-10 13:14:25 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2009, 1, 0, u'|Drama|Mini-Series|Science-Fiction|Fantasy|', 4, u'en', u'AMC', u'The Prisoner (2009)', u'The Prisoner (2009)', 0, u'Sunday 8:00 PM', u'G:\\TV Shows 2\\The Prisoner (2009)', 0, 22396, 85242]
  628. Sep-10 13:14:26 INFO MAIN :: 75707: Loading show info from database
  629. Sep-10 13:14:26 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [75707]
  630. Sep-10 13:14:26 DEBUG MAIN :: 75707: Saving show info to database
  631. Sep-10 13:14:26 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2006, 1, 0, u'|Action and Adventure|Drama|', 4, u'en', u'CBS', u'The Unit', u'The Unit', 0, u'Sunday 10:00 PM', u'G:\\TV Shows 2\\The Unit', 0, 6832, 75707]
  632. Sep-10 13:14:26 INFO MAIN :: 80649: Loading show info from database
  633. Sep-10 13:14:26 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [80649]
  634. Sep-10 13:14:26 DEBUG MAIN :: 80649: Saving show info to database
  635. Sep-10 13:14:26 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 2007, 1, 0, u'|Drama|', 4, u'en', u'ABC', u"Women's Murder Club", u"Women's Murder Club", 0, u'Friday 9:00 PM', u"G:\\TV Shows 2\\Women's Murder Club", 0, 15718, 80649]
  636. Sep-10 13:14:26 INFO MAIN :: 77398: Loading show info from database
  637. Sep-10 13:14:26 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [77398]
  638. Sep-10 13:14:26 DEBUG MAIN :: 77398: Saving show info to database
  639. Sep-10 13:14:26 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Ended', 1993, 1, 0, u'|Drama|Science-Fiction|', 4, u'en', u'FOX', u'The X-Files', u'The X-Files', 0, u'', u'G:\\TV Shows 2\\X-Files', 0, 6312, 77398]
  640. Sep-10 13:14:26 INFO MAIN :: 249905: Loading show info from database
  641. Sep-10 13:14:26 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [249905]
  642. Sep-10 13:14:26 DEBUG MAIN :: 249905: Saving show info to database
  643. Sep-10 13:14:26 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Comedy|Science-Fiction|Fantasy|', 4, u'en', u'MTV', u'Death Valley', u'Death Valley', 0, u'Monday 10:30', u'F:\\TV Shows\\Death Valley', 0, 28446, 249905]
  644. Sep-10 13:14:26 INFO MAIN :: 248868: Loading show info from database
  645. Sep-10 13:14:26 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [248868]
  646. Sep-10 13:14:26 DEBUG MAIN :: 248868: Saving show info to database
  647. Sep-10 13:14:26 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2011, 1, 0, u'|Drama|', 4, u'en', u'The CW', u'Ringer', u'Ringer', 0, u'Tuesday 09:00pm', u'G:\\TV Shows 2\\Ringer', 0, 27457, 248868]
  648. Sep-10 13:14:26 INFO MAIN :: 73871: Loading show info from database
  649. Sep-10 13:14:26 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [73871]
  650. Sep-10 13:14:26 DEBUG MAIN :: 73871: Saving show info to database
  651. Sep-10 13:14:26 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 1999, 1, 0, u'|Animation|Comedy|Science-Fiction|', 4, u'en', u'Comedy Central', u'Futurama', u'Futurama', 0, u'Thursday 10:00 PM', u'F:\\TV Shows\\Futurama', 0, 3628, 73871]
  652. Sep-10 13:14:26 INFO MAIN :: 84912: Loading show info from database
  653. Sep-10 13:14:26 DEBUG MAIN :: sickbeard.db: SELECT * FROM tv_shows WHERE tvdb_id = ? with args [84912]
  654. Sep-10 13:14:26 DEBUG MAIN :: 84912: Saving show info to database
  655. Sep-10 13:14:26 DEBUG MAIN :: sickbeard.db: UPDATE tv_shows SET status = ?, startyear = ?, seasonfolders = ?, paused = ?, genre = ?, quality = ?, lang = ?, network = ?, tvr_name = ?, show_name = ?, air_by_date = ?, airs = ?, location = ?, runtime = ?, tvr_id = ? WHERE tvdb_id = ? with args [u'Continuing', 2009, 1, 0, u'|Comedy|', 4, u'en', u'NBC', u'Parks and Recreation', u'Parks and Recreation', 0, u'Thursday 9:30 PM', u'G:\\TV Shows 2\\Parks and Recreation', 0, 21686, 84912]
  656. Sep-10 13:14:26 DEBUG SEARCH :: Starting new thread: SEARCH
  657. Sep-10 13:14:26 DEBUG BACKLOG :: Starting new thread: BACKLOG
  658. Sep-10 13:14:26 DEBUG CHECKVERSION :: Starting new thread: CHECKVERSION
  659. Sep-10 13:14:26 INFO SEARCHQUEUE-RSS-SEARCH :: Changing all old missing episodes to status WANTED
  660. Sep-10 13:14:26 DEBUG POSTPROCESSER :: Starting new thread: POSTPROCESSER
  661. Sep-10 13:14:26 DEBUG BACKLOG :: Retrieving the last check time from the DB
  662. Sep-10 13:14:26 INFO CHECKVERSION :: Checking if git needs an update
  663. Sep-10 13:14:26 DEBUG CHECKVERSION :: Executing "C:\Program Files\Git\bin\git.exe" rev-parse HEAD with your shell in C:\Users\Kevin\Stuff\Usenet\SickBeard\Sick-Beard
  664. Sep-10 13:14:26 DEBUG BACKLOG :: sickbeard.db: SELECT * FROM info
  665. Sep-10 13:14:26 INFO BACKLOG :: Running limited backlog on recently missed episodes only
  666. Sep-10 13:14:26 DEBUG BACKLOG :: Air-by-date segments: []
  667. Sep-10 13:14:26 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [72173, 734383]
  668. Sep-10 13:14:26 DEBUG SEARCHQUEUE-RSS-SEARCH :: sickbeard.db: SELECT * FROM tv_episodes WHERE status = ? AND airdate < ? with args [1, 734390]
  669. Sep-10 13:14:27 DEBUG CHECKVERSION :: git output: 61192cc70e2171b5b5560fafb7af646faa5b15c4
  670.  
  671. Sep-10 13:14:27 DEBUG CHECKVERSION :: Git output: 61192cc70e2171b5b5560fafb7af646faa5b15c4
  672.  
  673. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [73545, 734383]
  674. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [204781, 734383]
  675. Sep-10 13:14:27 INFO BACKLOG :: Seeing if we need any episodes from Battlestar Galactica: Blood & Chrome season 1
  676. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [204781, 1]
  677. Sep-10 13:14:27 DEBUG BACKLOG :: Nothing in season 1 needs to be downloaded, skipping this season
  678. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [196921, 734383]
  679. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [166361, 734383]
  680. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [75682, 734383]
  681. Sep-10 13:14:27 INFO BACKLOG :: Seeing if we need any episodes from Bones season 7
  682. Sep-10 13:14:27 INFO SEARCHQUEUE-RSS-SEARCH :: Beginning search for new episodes on RSS
  683. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [75682, 7]
  684. Sep-10 13:14:27 INFO SEARCHQUEUE-RSS-SEARCH :: Searching all providers for any needed episodes
  685. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: cache.db: SELECT time FROM lastUpdate WHERE provider = ? with args ['nzbs_beta']
  686. Sep-10 13:14:27 DEBUG BACKLOG :: Nothing in season 7 needs to be downloaded, skipping this season
  687. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: cache.db: SELECT time FROM lastUpdate WHERE provider = ? with args ['nzbs_beta']
  688. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Last update was too soon, using old cache: today()-2011-09-10 13:03:30<0:15:00
  689. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [206751, 734383]
  690. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: cache.db: SELECT * FROM nzbs_beta
  691. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [219341, 734383]
  692. Sep-10 13:14:27 INFO BACKLOG :: Seeing if we need any episodes from Breakout Kings season 2
  693. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [219341, 2]
  694. Sep-10 13:14:27 DEBUG BACKLOG :: Nothing in season 2 needs to be downloaded, skipping this season
  695. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [80270, 734383]
  696. Sep-10 13:14:27 INFO BACKLOG :: Seeing if we need any episodes from Burn Notice season 5
  697. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [80270, 5]
  698. Sep-10 13:14:27 DEBUG BACKLOG :: Nothing in season 5 needs to be downloaded, skipping this season
  699. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [208791, 734383]
  700. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [85040, 734383]
  701. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [83462, 734383]
  702. Sep-10 13:14:27 INFO BACKLOG :: Seeing if we need any episodes from Castle (2009) season 4
  703. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [83462, 4]
  704. Sep-10 13:14:27 DEBUG BACKLOG :: Nothing in season 4 needs to be downloaded, skipping this season
  705. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [80348, 734383]
  706. Sep-10 13:14:27 INFO BACKLOG :: Seeing if we need any episodes from Chuck season 5
  707. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [80348, 5]
  708. Sep-10 13:14:27 DEBUG BACKLOG :: Nothing in season 5 needs to be downloaded, skipping this season
  709. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [94571, 734383]
  710. Sep-10 13:14:27 INFO BACKLOG :: Seeing if we need any episodes from Community season 3
  711. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [94571, 3]
  712. Sep-10 13:14:27 DEBUG BACKLOG :: Nothing in season 3 needs to be downloaded, skipping this season
  713. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [94991, 734383]
  714. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [104281, 734383]
  715. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 2x9 at quality SD TV
  716. Sep-10 13:14:27 INFO BACKLOG :: Seeing if we need any episodes from Covert Affairs season 2
  717. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 1
  718. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [104281, 2]
  719. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  720. Sep-10 13:14:27 DEBUG BACKLOG :: Nothing in season 2 needs to be downloaded, skipping this season
  721. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Haven.S02E09.HDTV.XviD-LOL because we don't want an episode that's SD TV
  722. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [73696, 734383]
  723. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 2x9 at quality HD TV
  724. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 4
  725. Sep-10 13:14:27 INFO BACKLOG :: Seeing if we need any episodes from CSI: NY season 8
  726. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [158661, 2, 9]
  727. Sep-10 13:14:27 DEBUG CHECKVERSION :: newest: 61192cc70e2171b5b5560fafb7af646faa5b15c4 and current: 61192cc70e2171b5b5560fafb7af646faa5b15c4 and num_commits: 0
  728. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: current episode status: 404
  729. Sep-10 13:14:27 DEBUG CHECKVERSION :: After checking, cur_commit = 61192cc70e2171b5b5560fafb7af646faa5b15c4, newest_commit = 61192cc70e2171b5b5560fafb7af646faa5b15c4, num_commits_behind = 0
  730. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [73696, 8]
  731. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: This quality looks like something we might want but I don't know for sure yet
  732. Sep-10 13:14:27 INFO CHECKVERSION :: No update needed
  733. Sep-10 13:14:27 DEBUG BACKLOG :: Nothing in season 8 needs to be downloaded, skipping this season
  734. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: None of the conditions were met so I'm just saying no
  735. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [78957, 734383]
  736. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Haven.S02E09.720p.HDTV.X264-DIMENSION because we don't want an episode that's HD TV
  737. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [79349, 734383]
  738. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 4x10 at quality HD TV
  739. Sep-10 13:14:27 INFO BACKLOG :: Seeing if we need any episodes from Dexter season 6
  740. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 4
  741. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [79349, 6]
  742. Sep-10 13:14:27 DEBUG BACKLOG :: Nothing in season 6 needs to be downloaded, skipping this season
  743. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [79511, 4, 10]
  744. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: current episode status: 404
  745. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: This quality looks like something we might want but I don't know for sure yet
  746. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: None of the conditions were met so I'm just saying no
  747. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Torchwood.S04E10.720p.HDTV.X264-DIMENSION because we don't want an episode that's HD TV
  748. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [78804, 734383]
  749. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 4x10 at quality SD TV
  750. Sep-10 13:14:27 INFO BACKLOG :: Seeing if we need any episodes from Doctor Who (2005) season 6
  751. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 1
  752. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [78804, 6]
  753. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  754. Sep-10 13:14:27 DEBUG BACKLOG :: Nothing in season 6 needs to be downloaded, skipping this season
  755. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Torchwood.S04E10.HDTV.XviD-LOL because we don't want an episode that's SD TV
  756. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [74543, 734383]
  757. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 1x11 at quality HD TV
  758. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 4
  759. Sep-10 13:14:27 INFO BACKLOG :: Seeing if we need any episodes from Entourage season 8
  760. Sep-10 13:14:27 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [72194]
  761. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [74543, 8]
  762. Sep-10 13:14:27 DEBUG BACKLOG :: Nothing in season 8 needs to be downloaded, skipping this season
  763. Sep-10 13:14:27 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [83462]
  764. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [79334, 734383]
  765. Sep-10 13:14:27 INFO BACKLOG :: Seeing if we need any episodes from Eureka season 4
  766. Sep-10 13:14:27 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [246281]
  767. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [79334, 4]
  768. Sep-10 13:14:27 DEBUG BACKLOG :: Nothing in season 4 needs to be downloaded, skipping this season
  769. Sep-10 13:14:27 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [164951]
  770. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [175011, 734383]
  771. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [163571, 1, 11]
  772. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: current episode status: 404
  773. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: This quality looks like something we might want but I don't know for sure yet
  774. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: None of the conditions were met so I'm just saying no
  775. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Friends.with.Benefits.S01E11.720p.HDTV.X264-DIMENSION because we don't want an episode that's HD TV
  776. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 1x12 at quality HD TV
  777. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 4
  778. Sep-10 13:14:27 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [74768]
  779. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [205281, 734383]
  780. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [163571, 1, 12]
  781. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: current episode status: 404
  782. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: This quality looks like something we might want but I don't know for sure yet
  783. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: None of the conditions were met so I'm just saying no
  784. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Friends.with.Benefits.S01E12.720p.HDTV.X264-DIMENSION because we don't want an episode that's HD TV
  785. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 1x12 at quality SD TV
  786. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 1
  787. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  788. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Friends.with.Benefits.S01E12.HDTV.XviD-LOL because we don't want an episode that's SD TV
  789. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 1x11 at quality SD TV
  790. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 1
  791. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  792. Sep-10 13:14:27 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [71699]
  793. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Friends.with.Benefits.S01E11.HDTV.XviD-2HD because we don't want an episode that's SD TV
  794. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [82066, 734383]
  795. Sep-10 13:14:27 INFO BACKLOG :: Seeing if we need any episodes from Fringe season 4
  796. Sep-10 13:14:27 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [90651]
  797. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [82066, 4]
  798. Sep-10 13:14:27 DEBUG BACKLOG :: Nothing in season 4 needs to be downloaded, skipping this season
  799. Sep-10 13:14:27 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [73244]
  800. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [121361, 734383]
  801. Sep-10 13:14:27 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [72224]
  802. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: cache.db: SELECT time FROM lastUpdate WHERE provider = ? with args ['sick_beard_index']
  803. Sep-10 13:14:27 INFO BACKLOG :: Seeing if we need any episodes from Game of Thrones season 2
  804. Sep-10 13:14:27 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [249892]
  805. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: cache.db: SELECT time FROM lastUpdate WHERE provider = ? with args ['sick_beard_index']
  806. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Last update was too soon, using old cache: today()-2011-09-10 13:03:57<0:15:00
  807. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [121361, 2]
  808. Sep-10 13:14:27 DEBUG BACKLOG :: Nothing in season 2 needs to be downloaded, skipping this season
  809. Sep-10 13:14:27 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [81670]
  810. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: cache.db: SELECT * FROM sick_beard_index
  811. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [83610, 734383]
  812. Sep-10 13:14:27 INFO BACKLOG :: Seeing if we need any episodes from Glee season 3
  813. Sep-10 13:14:27 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [73255]
  814. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [83610, 3]
  815. Sep-10 13:14:27 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [105521]
  816. Sep-10 13:14:27 DEBUG BACKLOG :: Nothing in season 3 needs to be downloaded, skipping this season
  817. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [73762, 734383]
  818. Sep-10 13:14:27 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [155201]
  819. Sep-10 13:14:27 INFO BACKLOG :: Seeing if we need any episodes from Grey's Anatomy season 8
  820. Sep-10 13:14:27 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [70726]
  821. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [73762, 8]
  822. Sep-10 13:14:27 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [73290]
  823. Sep-10 13:14:27 DEBUG BACKLOG :: Nothing in season 8 needs to be downloaded, skipping this season
  824. Sep-10 13:14:27 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [250445]
  825. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x20 at quality 720p BluRay
  826. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  827. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  828. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E20.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  829. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x19 at quality 720p BluRay
  830. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  831. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  832. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E19.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  833. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x18 at quality 720p BluRay
  834. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  835. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  836. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [167571, 734383]
  837. Sep-10 13:14:27 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E18.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  838. Sep-10 13:14:27 INFO BACKLOG :: Seeing if we need any episodes from Happy Endings season 2
  839. Sep-10 13:14:27 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [164451]
  840. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [167571, 2]
  841. Sep-10 13:14:27 DEBUG BACKLOG :: Nothing in season 2 needs to be downloaded, skipping this season
  842. Sep-10 13:14:27 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [238521]
  843. Sep-10 13:14:27 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [158661, 734383]
  844. Sep-10 13:14:27 INFO BACKLOG :: Seeing if we need any episodes from Haven season 2
  845. Sep-10 13:14:27 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [71256]
  846. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x17 at quality 720p BluRay
  847. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [158661, 2]
  848. Sep-10 13:14:28 DEBUG BACKLOG :: Nothing in season 2 needs to be downloaded, skipping this season
  849. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [174681]
  850. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [212571]
  851. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [156771]
  852. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [78949]
  853. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [70760]
  854. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [249980]
  855. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [79040]
  856. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [77444]
  857. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [145541]
  858. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  859. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [80522]
  860. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  861. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [74897]
  862. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E17.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  863. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [97731]
  864. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x16 at quality 720p BluRay
  865. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [81559]
  866. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  867. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [81563]
  868. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  869. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [250015]
  870. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E16.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  871. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [139941]
  872. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x15 at quality 720p BluRay
  873. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [80552]
  874. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  875. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [73387]
  876. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  877. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [168621]
  878. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E15.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  879. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [84146]
  880. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x14 at quality 720p BluRay
  881. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [83123]
  882. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  883. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [248503]
  884. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  885. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [194751]
  886. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E14.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  887. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [70336]
  888. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x13 at quality 720p BluRay
  889. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [88771]
  890. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  891. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [92361]
  892. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  893. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [131791]
  894. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E13.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  895. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [224981]
  896. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x12 at quality 720p BluRay
  897. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [70870]
  898. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  899. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [120541]
  900. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  901. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [168161]
  902. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E12.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  903. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [79590]
  904. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x11 at quality 720p BluRay
  905. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  906. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  907. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E11.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  908. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x10 at quality 720p BluRay
  909. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  910. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  911. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E10.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  912. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x9 at quality 720p BluRay
  913. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [85228]
  914. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  915. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [250095]
  916. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  917. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [80625]
  918. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E09.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  919. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [195831]
  920. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x8 at quality 720p BluRay
  921. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [210171]
  922. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  923. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [196351]
  924. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  925. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [83714]
  926. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E08.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  927. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [179971]
  928. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x7 at quality 720p BluRay
  929. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [77526]
  930. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  931. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [80646]
  932. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [75393]
  933. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [74512]
  934. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [75567]
  935. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  936. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E07.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  937. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [193821]
  938. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x6 at quality 720p BluRay
  939. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [250153]
  940. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  941. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [248618]
  942. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  943. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [110381]
  944. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E06.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  945. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [100061]
  946. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x5 at quality 720p BluRay
  947. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  948. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  949. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E05.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  950. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x4 at quality 720p BluRay
  951. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  952. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  953. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E04.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  954. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x3 at quality 720p BluRay
  955. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  956. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  957. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [164541, 734383]
  958. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E03.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  959. Sep-10 13:14:28 INFO BACKLOG :: Seeing if we need any episodes from Hawaii Five-0 season 2
  960. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x2 at quality 720p BluRay
  961. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [71985]
  962. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  963. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  964. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E02.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  965. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x1 at quality 720p BluRay
  966. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  967. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  968. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [164541, 2]
  969. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E01.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  970. Sep-10 13:14:28 DEBUG BACKLOG :: Nothing in season 2 needs to be downloaded, skipping this season
  971. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 1x12 at quality 720p WEB-DL
  972. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [79668]
  973. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 8
  974. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  975. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Friends.With.Benefits.S01E12.720p.WEB-DL.DD5.1.H.264-KiNGS because we don't want an episode that's 720p WEB-DL
  976. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 1x11 at quality 720p WEB-DL
  977. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 8
  978. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  979. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [247897, 734383]
  980. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Friends.With.Benefits.S01E11.720p.WEB-DL.DD5.1.H.264-KiNGS because we don't want an episode that's 720p WEB-DL
  981. Sep-10 13:14:28 INFO BACKLOG :: Seeing if we need any episodes from Homeland season 1
  982. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [83774]
  983. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [247897, 1]
  984. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [77120]
  985. Sep-10 13:14:28 DEBUG BACKLOG :: Nothing in season 1 needs to be downloaded, skipping this season
  986. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [73255, 734383]
  987. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [71489]
  988. Sep-10 13:14:28 INFO BACKLOG :: Seeing if we need any episodes from House season 8
  989. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [221001]
  990. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [73255, 8]
  991. Sep-10 13:14:28 DEBUG BACKLOG :: Nothing in season 8 needs to be downloaded, skipping this season
  992. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: cache.db: SELECT time FROM lastUpdate WHERE provider = ? with args ['nzbs_org']
  993. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [75088]
  994. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [75760, 734383]
  995. Sep-10 13:14:28 INFO BACKLOG :: Seeing if we need any episodes from How I Met Your Mother season 7
  996. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: cache.db: SELECT time FROM lastUpdate WHERE provider = ? with args ['nzbs_org']
  997. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [75760, 7]
  998. Sep-10 13:14:28 DEBUG BACKLOG :: Nothing in season 7 needs to be downloaded, skipping this season
  999. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Last update was too soon, using old cache: today()-2011-09-10 13:04:16<0:15:00
  1000. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [222551]
  1001. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [82155, 734383]
  1002. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: cache.db: SELECT * FROM nzbs_org
  1003. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [75805, 734383]
  1004. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [172381]
  1005. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [134241, 734383]
  1006. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [72546]
  1007. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [82339, 734383]
  1008. Sep-10 13:14:28 INFO BACKLOG :: Seeing if we need any episodes from Leverage season 4
  1009. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [76133]
  1010. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [82339, 4]
  1011. Sep-10 13:14:28 DEBUG BACKLOG :: Nothing in season 4 needs to be downloaded, skipping this season
  1012. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [85355]
  1013. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 4x2 at quality Unknown
  1014. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 32768
  1015. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1016. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Friends S04E02 The One With The Cat 1080i HDTV DD2.0 MPEG2-TrollHD because we don't want an episode that's Unknown
  1017. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Invalid scene release: Glee.S02.SUBPACK.720p.BluRay.X264-REWARD contains sub(pack|s|bed), ignoring it
  1018. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Invalid scene release: Camelot.S01.SUBPACK.720p.BluRay.X264-REWARD contains sub(pack|s|bed), ignoring it
  1019. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Invalid scene release: Hung.S02.SUBPACK.720p.BluRay.X264-REWARD contains sub(pack|s|bed), ignoring it
  1020. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [159591, 734383]
  1021. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [140141]
  1022. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [186551, 734383]
  1023. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Invalid scene release: How.to.Make.It.in.America.S01.SUBPACK.720p.BluRay.X264-REWARD contains sub(pack|s|bed), ignoring it
  1024. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Invalid scene release: How.to.Make.It.in.America.S01.SUBPACK.BDRip.XviD-REWARD contains sub(pack|s|bed), ignoring it
  1025. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Invalid scene release: Sanctuary.US.S03.SUBPACK.720p.BluRay.X264-REWARD contains sub(pack|s|bed), ignoring it
  1026. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Invalid scene release: Sanctuary.US.S03.SUBPACK.DVDRip.XviD-REWARD contains sub(pack|s|bed), ignoring it
  1027. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Invalid scene release: Happy.Endings.S01.SUBPACK.DVDRip.XviD-REWARD contains sub(pack|s|bed), ignoring it
  1028. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Invalid scene release: Mad.Love.S01.SUBPACK.DVDRip.XviD-REWARD contains sub(pack|s|bed), ignoring it
  1029. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Invalid scene release: Army.Wives.S05.SUBPACK.DVDRip.XviD-REWARD contains sub(pack|s|bed), ignoring it
  1030. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [74626]
  1031. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [121431, 734383]
  1032. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [189931]
  1033. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [164501, 734383]
  1034. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x14 at quality 720p BluRay
  1035. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  1036. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1037. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E14.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  1038. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x20 at quality 720p BluRay
  1039. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  1040. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1041. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E20.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  1042. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x19 at quality 720p BluRay
  1043. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  1044. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1045. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [89991]
  1046. Sep-10 13:14:28 INFO BACKLOG :: Seeing if we need any episodes from Mike & Molly season 2
  1047. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E19.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  1048. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [76168]
  1049. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x18 at quality 720p BluRay
  1050. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  1051. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1052. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E18.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  1053. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x17 at quality 720p BluRay
  1054. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  1055. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1056. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [164501, 2]
  1057. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E17.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  1058. Sep-10 13:14:28 DEBUG BACKLOG :: Nothing in season 2 needs to be downloaded, skipping this season
  1059. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x16 at quality 720p BluRay
  1060. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [72073]
  1061. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  1062. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1063. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E16.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  1064. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x15 at quality 720p BluRay
  1065. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  1066. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1067. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [95011, 734383]
  1068. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E15.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  1069. Sep-10 13:14:28 INFO BACKLOG :: Seeing if we need any episodes from Modern Family season 3
  1070. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x13 at quality 720p BluRay
  1071. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [79771]
  1072. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  1073. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1074. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E13.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  1075. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x12 at quality 720p BluRay
  1076. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  1077. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1078. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [95011, 3]
  1079. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E12.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  1080. Sep-10 13:14:28 DEBUG BACKLOG :: Nothing in season 3 needs to be downloaded, skipping this season
  1081. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x11 at quality 720p BluRay
  1082. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [139681]
  1083. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  1084. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1085. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E11.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  1086. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x10 at quality 720p BluRay
  1087. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  1088. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1089. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [164481, 734383]
  1090. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E10.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  1091. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x9 at quality 720p BluRay
  1092. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  1093. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1094. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E09.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  1095. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [76706]
  1096. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [72108, 734383]
  1097. Sep-10 13:14:28 INFO BACKLOG :: Seeing if we need any episodes from NCIS season 9
  1098. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [77733]
  1099. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [72108, 9]
  1100. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x8 at quality 720p BluRay
  1101. Sep-10 13:14:28 DEBUG BACKLOG :: Nothing in season 9 needs to be downloaded, skipping this season
  1102. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  1103. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [75692]
  1104. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1105. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E08.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  1106. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x7 at quality 720p BluRay
  1107. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  1108. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1109. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E07.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  1110. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x6 at quality 720p BluRay
  1111. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [164301, 734383]
  1112. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  1113. Sep-10 13:14:28 INFO BACKLOG :: Seeing if we need any episodes from Nikita season 2
  1114. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1115. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [70578]
  1116. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E06.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  1117. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x5 at quality 720p BluRay
  1118. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  1119. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1120. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E05.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  1121. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x4 at quality 720p BluRay
  1122. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [164301, 2]
  1123. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  1124. Sep-10 13:14:28 DEBUG BACKLOG :: Nothing in season 2 needs to be downloaded, skipping this season
  1125. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1126. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [83897]
  1127. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E04.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  1128. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x3 at quality 720p BluRay
  1129. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  1130. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1131. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E03.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  1132. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x2 at quality 720p BluRay
  1133. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [163561, 734383]
  1134. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  1135. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1136. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E02.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  1137. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 3x1 at quality 720p BluRay
  1138. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 16
  1139. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1140. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Sanctuary.US.S03E01.720p.BluRay.X264-REWARD because we don't want an episode that's 720p BluRay
  1141. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 1x12 at quality 720p WEB-DL
  1142. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 8
  1143. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1144. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [76736]
  1145. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Friends.With.Benefits.S01E12.720p.WEB-DL.DD5.1.H.264-KiNGS because we don't want an episode that's 720p WEB-DL
  1146. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [171251, 734383]
  1147. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [81346]
  1148. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [80542, 734383]
  1149. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Checking if we want episode 1x11 at quality 720p WEB-DL
  1150. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: any,best = [4] [] and we are 8
  1151. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: I know for sure I don't want this episode, saying no
  1152. Sep-10 13:14:28 DEBUG SEARCHQUEUE-RSS-SEARCH :: Skipping Friends.With.Benefits.S01E11.720p.WEB-DL.DD5.1.H.264-KiNGS because we don't want an episode that's 720p WEB-DL
  1153. Sep-10 13:14:28 INFO SEARCHQUEUE-RSS-SEARCH :: No needed episodes found on the RSS feeds
  1154. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [166851]
  1155. Sep-10 13:14:28 INFO BACKLOG :: Seeing if we need any episodes from Private Practice season 5
  1156. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [248261]
  1157. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [80542, 5]
  1158. Sep-10 13:14:28 DEBUG BACKLOG :: Nothing in season 5 needs to be downloaded, skipping this season
  1159. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [82374]
  1160. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [79335, 734383]
  1161. Sep-10 13:14:28 INFO BACKLOG :: Seeing if we need any episodes from Psych season 6
  1162. Sep-10 13:14:28 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [76235]
  1163. Sep-10 13:14:28 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [79335, 6]
  1164. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 6 needs to be downloaded, skipping this season
  1165. Sep-10 13:14:29 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [78804]
  1166. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [164021, 734383]
  1167. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from Raising Hope season 2
  1168. Sep-10 13:14:29 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [250331]
  1169. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [164021, 2]
  1170. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 2 needs to be downloaded, skipping this season
  1171. Sep-10 13:14:29 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [193501]
  1172. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [92411, 734383]
  1173. Sep-10 13:14:29 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [73696]
  1174. Sep-10 13:14:29 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [81386]
  1175. Sep-10 13:14:29 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [76779]
  1176. Sep-10 13:14:29 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [220141]
  1177. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [79842, 734383]
  1178. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from Rules of Engagement season 6
  1179. Sep-10 13:14:29 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [81491]
  1180. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [79842, 6]
  1181. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 6 needs to be downloaded, skipping this season
  1182. Sep-10 13:14:29 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [81400]
  1183. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [80159, 734383]
  1184. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from Sanctuary season 4
  1185. Sep-10 13:14:29 DEBUG CHECKVERSION :: cache.db: SELECT * FROM scene_exceptions WHERE tvdb_id = ? with args [152831]
  1186. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [80159, 4]
  1187. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 4 needs to be downloaded, skipping this season
  1188. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [76156, 734383]
  1189. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [161511, 734383]
  1190. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from Shameless (US) season 2
  1191. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [161511, 2]
  1192. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 2 needs to be downloaded, skipping this season
  1193. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [176941, 734383]
  1194. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [164951, 734383]
  1195. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [72218, 734383]
  1196. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [129261, 734383]
  1197. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [207341, 734383]
  1198. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [72449, 734383]
  1199. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [83237, 734383]
  1200. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [78901, 734383]
  1201. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from Supernatural season 7
  1202. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [78901, 7]
  1203. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 7 needs to be downloaded, skipping this season
  1204. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [164091, 734383]
  1205. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from Terra Nova season 1
  1206. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [164091, 1]
  1207. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 1 needs to be downloaded, skipping this season
  1208. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [80379, 734383]
  1209. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from The Big Bang Theory season 5
  1210. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [80379, 5]
  1211. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 5 needs to be downloaded, skipping this season
  1212. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [163531, 734383]
  1213. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [210171, 734383]
  1214. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [82459, 734383]
  1215. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from The Mentalist season 4
  1216. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [82459, 4]
  1217. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 4 needs to be downloaded, skipping this season
  1218. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [95021, 734383]
  1219. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from The Middle season 3
  1220. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [95021, 3]
  1221. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 3 needs to be downloaded, skipping this season
  1222. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [73244, 734383]
  1223. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from The Office (US) season 8
  1224. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [73244, 8]
  1225. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 8 needs to be downloaded, skipping this season
  1226. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [153021, 734383]
  1227. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from The Walking Dead season 2
  1228. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [153021, 2]
  1229. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 2 needs to be downloaded, skipping this season
  1230. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [79511, 734383]
  1231. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from Torchwood season 4
  1232. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [79511, 4]
  1233. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 4 needs to be downloaded, skipping this season
  1234. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [164311, 734383]
  1235. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [94971, 734383]
  1236. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [84676, 734383]
  1237. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from Warehouse 13 season 3
  1238. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [84676, 3]
  1239. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 3 needs to be downloaded, skipping this season
  1240. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [108611, 734383]
  1241. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from White Collar season 3
  1242. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [108611, 3]
  1243. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 3 needs to be downloaded, skipping this season
  1244. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [71962, 734383]
  1245. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [213041, 734383]
  1246. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [210841, 734383]
  1247. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from Alphas season 1
  1248. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [210841, 1]
  1249. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 1 needs to be downloaded, skipping this season
  1250. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [248651, 734383]
  1251. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from The Finder season 1
  1252. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [248651, 1]
  1253. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 1 needs to be downloaded, skipping this season
  1254. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [248834, 734383]
  1255. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [248646, 734383]
  1256. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from Alcatraz season 1
  1257. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [248646, 1]
  1258. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 1 needs to be downloaded, skipping this season
  1259. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [248682, 734383]
  1260. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from New Girl season 1
  1261. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [248682, 1]
  1262. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 1 needs to be downloaded, skipping this season
  1263. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [248840, 734383]
  1264. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from Man Up! season 1
  1265. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [248840, 1]
  1266. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 1 needs to be downloaded, skipping this season
  1267. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [248835, 734383]
  1268. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from Once Upon a Time (2011) season 1
  1269. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [248835, 1]
  1270. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 1 needs to be downloaded, skipping this season
  1271. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [248843, 734383]
  1272. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [248812, 734383]
  1273. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [248742, 734383]
  1274. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from Person of Interest season 1
  1275. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [248742, 1]
  1276. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 1 needs to be downloaded, skipping this season
  1277. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [248930, 734383]
  1278. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from How To Be A Gentleman season 1
  1279. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [248930, 1]
  1280. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 1 needs to be downloaded, skipping this season
  1281. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [248741, 734383]
  1282. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from 2 Broke Girls season 1
  1283. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [248741, 1]
  1284. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 1 needs to be downloaded, skipping this season
  1285. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [248943, 734383]
  1286. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from Up All Night season 1
  1287. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [248943, 1]
  1288. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 1 needs to be downloaded, skipping this season
  1289. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [163571, 734383]
  1290. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from Friends With Benefits season 1
  1291. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [163571, 1]
  1292. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 1 needs to be downloaded, skipping this season
  1293. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [248735, 734383]
  1294. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from Awake season 1
  1295. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [248735, 1]
  1296. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 1 needs to be downloaded, skipping this season
  1297. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [248950, 734383]
  1298. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [248942, 734383]
  1299. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from Free Agents (US) season 1
  1300. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [248942, 1]
  1301. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 1 needs to be downloaded, skipping this season
  1302. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [248736, 734383]
  1303. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from Grimm season 1
  1304. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [248736, 1]
  1305. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 1 needs to be downloaded, skipping this season
  1306. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [82283, 734383]
  1307. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from True Blood season 4
  1308. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [82283, 4]
  1309. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 4 needs to be downloaded, skipping this season
  1310. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [247808, 734383]
  1311. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from Suits season 1
  1312. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [247808, 1]
  1313. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 1 needs to be downloaded, skipping this season
  1314. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [248830, 734383]
  1315. Sep-10 13:14:29 INFO BACKLOG :: Seeing if we need any episodes from The Playboy Club season 1
  1316. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [248830, 1]
  1317. Sep-10 13:14:29 DEBUG BACKLOG :: Nothing in season 1 needs to be downloaded, skipping this season
  1318. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [76290, 734383]
  1319. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [75930, 734383]
  1320. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [77544, 734383]
  1321. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [70726, 734383]
  1322. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [84021, 734383]
  1323. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [80370, 734383]
  1324. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [70327, 734383]
  1325. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [76148, 734383]
  1326. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [82046, 734383]
  1327. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [71784, 734383]
  1328. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [70522, 734383]
  1329. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [78874, 734383]
  1330. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [84024, 734383]
  1331. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [79168, 734383]
  1332. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [82916, 734383]
  1333. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [79501, 734383]
  1334. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [79330, 734383]
  1335. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [80494, 734383]
  1336. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [80461, 734383]
  1337. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [79331, 734383]
  1338. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [80352, 734383]
  1339. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [73739, 734383]
  1340. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [93651, 734383]
  1341. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [70940, 734383]
  1342. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [78490, 734383]
  1343. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [80481, 734383]
  1344. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [75340, 734383]
  1345. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [80345, 734383]
  1346. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [73965, 734383]
  1347. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [79388, 734383]
  1348. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [79347, 734383]
  1349. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [77526, 734383]
  1350. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [71470, 734383]
  1351. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [70851, 734383]
  1352. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [79343, 734383]
  1353. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [78906, 734383]
  1354. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [87731, 734383]
  1355. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [80344, 734383]
  1356. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [73641, 734383]
  1357. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [85539, 734383]
  1358. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [85242, 734383]
  1359. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [75707, 734383]
  1360. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [80649, 734383]
  1361. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [77398, 734383]
  1362. Sep-10 13:14:29 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [249905, 734383]
  1363. Sep-10 13:14:30 INFO BACKLOG :: Seeing if we need any episodes from Death Valley season 1
  1364. Sep-10 13:14:30 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [249905, 1]
  1365. Sep-10 13:14:30 DEBUG BACKLOG :: Nothing in season 1 needs to be downloaded, skipping this season
  1366. Sep-10 13:14:30 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [248868, 734383]
  1367. Sep-10 13:14:30 INFO BACKLOG :: Seeing if we need any episodes from Ringer season 1
  1368. Sep-10 13:14:30 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [248868, 1]
  1369. Sep-10 13:14:30 DEBUG BACKLOG :: Nothing in season 1 needs to be downloaded, skipping this season
  1370. Sep-10 13:14:30 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [73871, 734383]
  1371. Sep-10 13:14:30 INFO BACKLOG :: Seeing if we need any episodes from Futurama season 6
  1372. Sep-10 13:14:30 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [73871, 6]
  1373. Sep-10 13:14:30 DEBUG BACKLOG :: Nothing in season 6 needs to be downloaded, skipping this season
  1374. Sep-10 13:14:30 DEBUG BACKLOG :: sickbeard.db: SELECT DISTINCT(season) as season FROM tv_episodes WHERE showid = ? AND season > 0 and airdate > ? with args [84912, 734383]
  1375. Sep-10 13:14:30 INFO BACKLOG :: Seeing if we need any episodes from Parks and Recreation season 4
  1376. Sep-10 13:14:30 DEBUG BACKLOG :: sickbeard.db: SELECT status FROM tv_episodes WHERE showid = ? AND season = ? with args [84912, 4]
  1377. Sep-10 13:14:30 DEBUG BACKLOG :: Nothing in season 4 needs to be downloaded, skipping this season
  1378. Sep-10 13:14:30 DEBUG BACKLOG :: Setting the last backlog in the DB to 734390
  1379. Sep-10 13:14:30 DEBUG BACKLOG :: sickbeard.db: SELECT * FROM info
  1380. Sep-10 13:14:30 DEBUG BACKLOG :: sickbeard.db: UPDATE info SET last_backlog=734390
  1381. Sep-10 13:14:34 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT showid, COUNT(*) FROM tv_episodes WHERE (status IN (4,3276804,204,404,3204,1604,104,804,6) OR (status IN (2,3276802,202,402,3202,1602,102,802,9,3276809,209,409,3209,1609,109,809) AND location != '')) AND season != 0 and episode != 0 AND airdate <= 734390 GROUP BY showid
  1382. Sep-10 13:14:34 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT showid, COUNT(*) FROM tv_episodes WHERE season != 0 and episode != 0 AND (airdate != 1 OR status IN (4,3276804,204,404,3204,1604,104,804,2,3276802,202,402,3202,1602,102,802,9,3276809,209,409,3209,1609,109,809,6)) AND airdate <= 734390 AND status != 7 GROUP BY showid
  1383. Sep-10 13:14:34 DEBUG CP Server Thread-4 :: 164951: Finding the episode which airs next
  1384. Sep-10 13:14:34 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [164951, 734390, 164951, 734390, 1, 1]
  1385. Sep-10 13:14:35 DEBUG CP Server Thread-4 :: 164951: No episode found... need to implement tvrage and also show status
  1386. Sep-10 13:14:35 DEBUG CP Server Thread-4 :: 248741: Finding the episode which airs next
  1387. Sep-10 13:14:35 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [248741, 734390, 248741, 734390, 1, 1]
  1388. Sep-10 13:14:35 DEBUG CP Server Thread-4 :: 248741: Found episode 1x1
  1389. Sep-10 13:14:35 DEBUG CP Server Thread-4 :: 248741: An object for episode 1x1 didn't exist in the cache, trying to create it
  1390. Sep-10 13:14:35 DEBUG CP Server Thread-4 :: 248741: Loading episode details from DB for episode 1x1
  1391. Sep-10 13:14:35 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [248741, 1, 1]
  1392. Sep-10 13:14:35 DEBUG CP Server Thread-4 :: 248741: Loading episode details from theTVDB for episode 1x1
  1393. Sep-10 13:15:17 DEBUG CP Server Thread-4 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/248741/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1394. Sep-10 13:15:17 DEBUG CP Server Thread-4 :: TVDB timed out but we have enough info from other sources, allowing the error
  1395. Sep-10 13:15:17 DEBUG CP Server Thread-4 :: 76290: Finding the episode which airs next
  1396. Sep-10 13:15:17 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [76290, 734390, 76290, 734390, 1, 1]
  1397. Sep-10 13:15:17 DEBUG CP Server Thread-4 :: 76290: No episode found... need to implement tvrage and also show status
  1398. Sep-10 13:15:17 DEBUG CP Server Thread-4 :: 213041: Finding the episode which airs next
  1399. Sep-10 13:15:17 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [213041, 734390, 213041, 734390, 1, 1]
  1400. Sep-10 13:15:17 DEBUG CP Server Thread-4 :: 213041: No episode found... need to implement tvrage and also show status
  1401. Sep-10 13:15:17 DEBUG CP Server Thread-4 :: 248646: Finding the episode which airs next
  1402. Sep-10 13:15:17 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [248646, 734390, 248646, 734390, 1, 1]
  1403. Sep-10 13:15:17 DEBUG CP Server Thread-4 :: 248646: Found episode 1x1
  1404. Sep-10 13:15:17 DEBUG CP Server Thread-4 :: 248646: An object for episode 1x1 didn't exist in the cache, trying to create it
  1405. Sep-10 13:15:17 DEBUG CP Server Thread-4 :: 248646: Loading episode details from DB for episode 1x1
  1406. Sep-10 13:15:17 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [248646, 1, 1]
  1407. Sep-10 13:15:17 DEBUG CP Server Thread-4 :: 248646: Loading episode details from theTVDB for episode 1x1
  1408. Sep-10 13:15:59 DEBUG CP Server Thread-4 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/248646/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1409. Sep-10 13:15:59 DEBUG CP Server Thread-4 :: TVDB timed out but we have enough info from other sources, allowing the error
  1410. Sep-10 13:15:59 DEBUG CP Server Thread-4 :: 75930: Finding the episode which airs next
  1411. Sep-10 13:15:59 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [75930, 734390, 75930, 734390, 1, 1]
  1412. Sep-10 13:15:59 DEBUG CP Server Thread-4 :: 75930: No episode found... need to implement tvrage and also show status
  1413. Sep-10 13:15:59 DEBUG CP Server Thread-4 :: 210841: Finding the episode which airs next
  1414. Sep-10 13:15:59 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [210841, 734390, 210841, 734390, 1, 1]
  1415. Sep-10 13:15:59 DEBUG CP Server Thread-4 :: 210841: Found episode 1x9
  1416. Sep-10 13:15:59 DEBUG CP Server Thread-4 :: 210841: An object for episode 1x9 didn't exist in the cache, trying to create it
  1417. Sep-10 13:15:59 DEBUG CP Server Thread-4 :: 210841: Loading episode details from DB for episode 1x9
  1418. Sep-10 13:15:59 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [210841, 1, 9]
  1419. Sep-10 13:15:59 DEBUG CP Server Thread-4 :: 210841: Loading episode details from theTVDB for episode 1x9
  1420. Sep-10 13:16:41 DEBUG CP Server Thread-4 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/210841/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1421. Sep-10 13:16:41 DEBUG CP Server Thread-4 :: TVDB timed out but we have enough info from other sources, allowing the error
  1422. Sep-10 13:16:41 DEBUG CP Server Thread-4 :: 77544: Finding the episode which airs next
  1423. Sep-10 13:16:41 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [77544, 734390, 77544, 734390, 1, 1]
  1424. Sep-10 13:16:41 DEBUG CP Server Thread-4 :: 77544: No episode found... need to implement tvrage and also show status
  1425. Sep-10 13:16:41 DEBUG CP Server Thread-4 :: 248812: Finding the episode which airs next
  1426. Sep-10 13:16:41 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [248812, 734390, 248812, 734390, 1, 1]
  1427. Sep-10 13:16:41 DEBUG CP Server Thread-4 :: 248812: No episode found... need to implement tvrage and also show status
  1428. Sep-10 13:16:41 DEBUG CP Server Thread-4 :: 72173: Finding the episode which airs next
  1429. Sep-10 13:16:41 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [72173, 734390, 72173, 734390, 1, 1]
  1430. Sep-10 13:16:41 DEBUG CP Server Thread-4 :: 72173: No episode found... need to implement tvrage and also show status
  1431. Sep-10 13:16:41 DEBUG CP Server Thread-4 :: 248735: Finding the episode which airs next
  1432. Sep-10 13:16:41 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [248735, 734390, 248735, 734390, 1, 1]
  1433. Sep-10 13:16:41 DEBUG CP Server Thread-4 :: 248735: Found episode 1x1
  1434. Sep-10 13:16:41 DEBUG CP Server Thread-4 :: 248735: An object for episode 1x1 didn't exist in the cache, trying to create it
  1435. Sep-10 13:16:41 DEBUG CP Server Thread-4 :: 248735: Loading episode details from DB for episode 1x1
  1436. Sep-10 13:16:41 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [248735, 1, 1]
  1437. Sep-10 13:16:41 DEBUG CP Server Thread-4 :: 248735: Loading episode details from theTVDB for episode 1x1
  1438. Sep-10 13:17:23 DEBUG CP Server Thread-4 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/248735/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1439. Sep-10 13:17:23 DEBUG CP Server Thread-4 :: TVDB timed out but we have enough info from other sources, allowing the error
  1440. Sep-10 13:17:23 DEBUG CP Server Thread-4 :: 70726: Finding the episode which airs next
  1441. Sep-10 13:17:23 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [70726, 734390, 70726, 734390, 1, 1]
  1442. Sep-10 13:17:23 DEBUG CP Server Thread-4 :: 70726: No episode found... need to implement tvrage and also show status
  1443. Sep-10 13:17:23 DEBUG CP Server Thread-4 :: 73545: Finding the episode which airs next
  1444. Sep-10 13:17:23 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [73545, 734390, 73545, 734390, 1, 1]
  1445. Sep-10 13:17:23 DEBUG CP Server Thread-4 :: 73545: No episode found... need to implement tvrage and also show status
  1446. Sep-10 13:17:23 DEBUG CP Server Thread-4 :: 204781: Finding the episode which airs next
  1447. Sep-10 13:17:23 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [204781, 734390, 204781, 734390, 1, 1]
  1448. Sep-10 13:17:23 DEBUG CP Server Thread-4 :: 204781: Found episode 1x1
  1449. Sep-10 13:17:23 DEBUG CP Server Thread-4 :: 204781: An object for episode 1x1 didn't exist in the cache, trying to create it
  1450. Sep-10 13:17:23 DEBUG CP Server Thread-4 :: 204781: Loading episode details from DB for episode 1x1
  1451. Sep-10 13:17:23 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [204781, 1, 1]
  1452. Sep-10 13:17:23 DEBUG CP Server Thread-4 :: 204781: Loading episode details from theTVDB for episode 1x1
  1453. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/204781/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1454. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: TVDB timed out but we have enough info from other sources, allowing the error
  1455. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: 196921: Finding the episode which airs next
  1456. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [196921, 734390, 196921, 734390, 1, 1]
  1457. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: 196921: No episode found... need to implement tvrage and also show status
  1458. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: 248950: Finding the episode which airs next
  1459. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [248950, 734390, 248950, 734390, 1, 1]
  1460. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: 248950: No episode found... need to implement tvrage and also show status
  1461. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: 84021: Finding the episode which airs next
  1462. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [84021, 734390, 84021, 734390, 1, 1]
  1463. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: 84021: No episode found... need to implement tvrage and also show status
  1464. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: 166361: Finding the episode which airs next
  1465. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [166361, 734390, 166361, 734390, 1, 1]
  1466. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: 166361: No episode found... need to implement tvrage and also show status
  1467. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: 80370: Finding the episode which airs next
  1468. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [80370, 734390, 80370, 734390, 1, 1]
  1469. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: 80370: No episode found... need to implement tvrage and also show status
  1470. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: 75682: Finding the episode which airs next
  1471. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [75682, 734390, 75682, 734390, 1, 1]
  1472. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: 75682: Found episode 7x1
  1473. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: 75682: An object for episode 7x1 didn't exist in the cache, trying to create it
  1474. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: 75682: Loading episode details from DB for episode 7x1
  1475. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [75682, 7, 1]
  1476. Sep-10 13:18:05 DEBUG CP Server Thread-4 :: 75682: Loading episode details from theTVDB for episode 7x1
  1477. Sep-10 13:18:47 DEBUG CP Server Thread-4 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/75682/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1478. Sep-10 13:18:47 DEBUG CP Server Thread-4 :: TVDB timed out but we have enough info from other sources, allowing the error
  1479. Sep-10 13:18:47 DEBUG CP Server Thread-4 :: 81189: Finding the episode which airs next
  1480. Sep-10 13:18:47 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [81189, 734390, 81189, 734390, 1, 1]
  1481. Sep-10 13:18:47 DEBUG CP Server Thread-4 :: 81189: Found episode 4x9
  1482. Sep-10 13:18:47 DEBUG CP Server Thread-4 :: 81189: An object for episode 4x9 didn't exist in the cache, trying to create it
  1483. Sep-10 13:18:47 DEBUG CP Server Thread-4 :: 81189: Loading episode details from DB for episode 4x9
  1484. Sep-10 13:18:47 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [81189, 4, 9]
  1485. Sep-10 13:18:47 DEBUG CP Server Thread-4 :: 81189: Loading episode details from theTVDB for episode 4x9
  1486. Sep-10 13:19:29 DEBUG CP Server Thread-4 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/81189/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1487. Sep-10 13:19:29 DEBUG CP Server Thread-4 :: TVDB timed out but we have enough info from other sources, allowing the error
  1488. Sep-10 13:19:30 DEBUG CP Server Thread-4 :: 206751: Finding the episode which airs next
  1489. Sep-10 13:19:30 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [206751, 734390, 206751, 734390, 1, 1]
  1490. Sep-10 13:19:30 DEBUG CP Server Thread-4 :: 206751: No episode found... need to implement tvrage and also show status
  1491. Sep-10 13:19:30 DEBUG CP Server Thread-4 :: 219341: Finding the episode which airs next
  1492. Sep-10 13:19:30 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [219341, 734390, 219341, 734390, 1, 1]
  1493. Sep-10 13:19:30 DEBUG CP Server Thread-4 :: 219341: Found episode 2x1
  1494. Sep-10 13:19:30 DEBUG CP Server Thread-4 :: 219341: An object for episode 2x1 didn't exist in the cache, trying to create it
  1495. Sep-10 13:19:30 DEBUG CP Server Thread-4 :: 219341: Loading episode details from DB for episode 2x1
  1496. Sep-10 13:19:30 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [219341, 2, 1]
  1497. Sep-10 13:19:30 DEBUG CP Server Thread-4 :: 219341: Loading episode details from theTVDB for episode 2x1
  1498. Sep-10 13:20:12 DEBUG CP Server Thread-4 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/219341/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1499. Sep-10 13:20:12 DEBUG CP Server Thread-4 :: TVDB timed out but we have enough info from other sources, allowing the error
  1500. Sep-10 13:20:12 DEBUG CP Server Thread-4 :: 70327: Finding the episode which airs next
  1501. Sep-10 13:20:12 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [70327, 734390, 70327, 734390, 1, 1]
  1502. Sep-10 13:20:12 DEBUG CP Server Thread-4 :: 70327: No episode found... need to implement tvrage and also show status
  1503. Sep-10 13:20:12 DEBUG CP Server Thread-4 :: 80270: Finding the episode which airs next
  1504. Sep-10 13:20:12 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [80270, 734390, 80270, 734390, 1, 1]
  1505. Sep-10 13:20:12 DEBUG CP Server Thread-4 :: 80270: No episode found... need to implement tvrage and also show status
  1506. Sep-10 13:20:12 DEBUG CP Server Thread-4 :: 73696: Finding the episode which airs next
  1507. Sep-10 13:20:12 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [73696, 734390, 73696, 734390, 1, 1]
  1508. Sep-10 13:20:12 DEBUG CP Server Thread-4 :: 73696: Found episode 8x1
  1509. Sep-10 13:20:12 DEBUG CP Server Thread-4 :: 73696: An object for episode 8x1 didn't exist in the cache, trying to create it
  1510. Sep-10 13:20:12 DEBUG CP Server Thread-4 :: 73696: Loading episode details from DB for episode 8x1
  1511. Sep-10 13:20:12 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [73696, 8, 1]
  1512. Sep-10 13:20:12 DEBUG CP Server Thread-4 :: 73696: Loading episode details from theTVDB for episode 8x1
  1513. Sep-10 13:20:54 DEBUG CP Server Thread-4 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/73696/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1514. Sep-10 13:20:54 DEBUG CP Server Thread-4 :: TVDB timed out but we have enough info from other sources, allowing the error
  1515. Sep-10 13:20:54 DEBUG CP Server Thread-4 :: 208791: Finding the episode which airs next
  1516. Sep-10 13:20:54 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [208791, 734390, 208791, 734390, 1, 1]
  1517. Sep-10 13:20:54 DEBUG CP Server Thread-4 :: 208791: No episode found... need to implement tvrage and also show status
  1518. Sep-10 13:20:54 DEBUG CP Server Thread-4 :: 85040: Finding the episode which airs next
  1519. Sep-10 13:20:54 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [85040, 734390, 85040, 734390, 1, 1]
  1520. Sep-10 13:20:54 DEBUG CP Server Thread-4 :: 85040: No episode found... need to implement tvrage and also show status
  1521. Sep-10 13:20:54 DEBUG CP Server Thread-4 :: 83462: Finding the episode which airs next
  1522. Sep-10 13:20:54 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [83462, 734390, 83462, 734390, 1, 1]
  1523. Sep-10 13:20:54 DEBUG CP Server Thread-4 :: 83462: Found episode 4x1
  1524. Sep-10 13:20:54 DEBUG CP Server Thread-4 :: 83462: An object for episode 4x1 didn't exist in the cache, trying to create it
  1525. Sep-10 13:20:54 DEBUG CP Server Thread-4 :: 83462: Loading episode details from DB for episode 4x1
  1526. Sep-10 13:20:54 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [83462, 4, 1]
  1527. Sep-10 13:20:54 DEBUG CP Server Thread-4 :: 83462: Loading episode details from theTVDB for episode 4x1
  1528. Sep-10 13:21:36 DEBUG CP Server Thread-4 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/83462/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1529. Sep-10 13:21:36 DEBUG CP Server Thread-4 :: TVDB timed out but we have enough info from other sources, allowing the error
  1530. Sep-10 13:21:36 DEBUG CP Server Thread-4 :: 80348: Finding the episode which airs next
  1531. Sep-10 13:21:36 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [80348, 734390, 80348, 734390, 1, 1]
  1532. Sep-10 13:21:36 DEBUG CP Server Thread-4 :: 80348: Found episode 5x1
  1533. Sep-10 13:21:36 DEBUG CP Server Thread-4 :: 80348: An object for episode 5x1 didn't exist in the cache, trying to create it
  1534. Sep-10 13:21:36 DEBUG CP Server Thread-4 :: 80348: Loading episode details from DB for episode 5x1
  1535. Sep-10 13:21:36 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [80348, 5, 1]
  1536. Sep-10 13:21:36 DEBUG CP Server Thread-4 :: 80348: Loading episode details from theTVDB for episode 5x1
  1537. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT showid, COUNT(*) FROM tv_episodes WHERE (status IN (4,3276804,204,404,3204,1604,104,804,6) OR (status IN (2,3276802,202,402,3202,1602,102,802,9,3276809,209,409,3209,1609,109,809) AND location != '')) AND season != 0 and episode != 0 AND airdate <= 734390 GROUP BY showid
  1538. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT showid, COUNT(*) FROM tv_episodes WHERE season != 0 and episode != 0 AND (airdate != 1 OR status IN (4,3276804,204,404,3204,1604,104,804,2,3276802,202,402,3202,1602,102,802,9,3276809,209,409,3209,1609,109,809,6)) AND airdate <= 734390 AND status != 7 GROUP BY showid
  1539. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 164951: Finding the episode which airs next
  1540. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [164951, 734390, 164951, 734390, 1, 1]
  1541. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 164951: No episode found... need to implement tvrage and also show status
  1542. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 248741: Finding the episode which airs next
  1543. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [248741, 734390, 248741, 734390, 1, 1]
  1544. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 248741: Found episode 1x1
  1545. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 76290: Finding the episode which airs next
  1546. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [76290, 734390, 76290, 734390, 1, 1]
  1547. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 76290: No episode found... need to implement tvrage and also show status
  1548. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 213041: Finding the episode which airs next
  1549. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [213041, 734390, 213041, 734390, 1, 1]
  1550. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 213041: No episode found... need to implement tvrage and also show status
  1551. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 248646: Finding the episode which airs next
  1552. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [248646, 734390, 248646, 734390, 1, 1]
  1553. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 248646: Found episode 1x1
  1554. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 75930: Finding the episode which airs next
  1555. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [75930, 734390, 75930, 734390, 1, 1]
  1556. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 75930: No episode found... need to implement tvrage and also show status
  1557. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 210841: Finding the episode which airs next
  1558. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [210841, 734390, 210841, 734390, 1, 1]
  1559. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 210841: Found episode 1x9
  1560. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 77544: Finding the episode which airs next
  1561. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [77544, 734390, 77544, 734390, 1, 1]
  1562. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 77544: No episode found... need to implement tvrage and also show status
  1563. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 248812: Finding the episode which airs next
  1564. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [248812, 734390, 248812, 734390, 1, 1]
  1565. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 248812: No episode found... need to implement tvrage and also show status
  1566. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 72173: Finding the episode which airs next
  1567. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [72173, 734390, 72173, 734390, 1, 1]
  1568. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 72173: No episode found... need to implement tvrage and also show status
  1569. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 248735: Finding the episode which airs next
  1570. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [248735, 734390, 248735, 734390, 1, 1]
  1571. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 248735: Found episode 1x1
  1572. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 70726: Finding the episode which airs next
  1573. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [70726, 734390, 70726, 734390, 1, 1]
  1574. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 70726: No episode found... need to implement tvrage and also show status
  1575. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 73545: Finding the episode which airs next
  1576. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [73545, 734390, 73545, 734390, 1, 1]
  1577. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 73545: No episode found... need to implement tvrage and also show status
  1578. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 204781: Finding the episode which airs next
  1579. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [204781, 734390, 204781, 734390, 1, 1]
  1580. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 204781: Found episode 1x1
  1581. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 196921: Finding the episode which airs next
  1582. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [196921, 734390, 196921, 734390, 1, 1]
  1583. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 196921: No episode found... need to implement tvrage and also show status
  1584. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 248950: Finding the episode which airs next
  1585. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [248950, 734390, 248950, 734390, 1, 1]
  1586. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 248950: No episode found... need to implement tvrage and also show status
  1587. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 84021: Finding the episode which airs next
  1588. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [84021, 734390, 84021, 734390, 1, 1]
  1589. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 84021: No episode found... need to implement tvrage and also show status
  1590. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 166361: Finding the episode which airs next
  1591. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [166361, 734390, 166361, 734390, 1, 1]
  1592. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 166361: No episode found... need to implement tvrage and also show status
  1593. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 80370: Finding the episode which airs next
  1594. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [80370, 734390, 80370, 734390, 1, 1]
  1595. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 80370: No episode found... need to implement tvrage and also show status
  1596. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 75682: Finding the episode which airs next
  1597. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [75682, 734390, 75682, 734390, 1, 1]
  1598. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 75682: Found episode 7x1
  1599. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 81189: Finding the episode which airs next
  1600. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [81189, 734390, 81189, 734390, 1, 1]
  1601. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 81189: Found episode 4x9
  1602. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 206751: Finding the episode which airs next
  1603. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [206751, 734390, 206751, 734390, 1, 1]
  1604. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 206751: No episode found... need to implement tvrage and also show status
  1605. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 219341: Finding the episode which airs next
  1606. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [219341, 734390, 219341, 734390, 1, 1]
  1607. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 219341: Found episode 2x1
  1608. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 70327: Finding the episode which airs next
  1609. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [70327, 734390, 70327, 734390, 1, 1]
  1610. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 70327: No episode found... need to implement tvrage and also show status
  1611. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 80270: Finding the episode which airs next
  1612. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [80270, 734390, 80270, 734390, 1, 1]
  1613. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 80270: No episode found... need to implement tvrage and also show status
  1614. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 73696: Finding the episode which airs next
  1615. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [73696, 734390, 73696, 734390, 1, 1]
  1616. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 73696: Found episode 8x1
  1617. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 208791: Finding the episode which airs next
  1618. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [208791, 734390, 208791, 734390, 1, 1]
  1619. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 208791: No episode found... need to implement tvrage and also show status
  1620. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 85040: Finding the episode which airs next
  1621. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [85040, 734390, 85040, 734390, 1, 1]
  1622. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 85040: No episode found... need to implement tvrage and also show status
  1623. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 83462: Finding the episode which airs next
  1624. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [83462, 734390, 83462, 734390, 1, 1]
  1625. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 83462: Found episode 4x1
  1626. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 80348: Finding the episode which airs next
  1627. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [80348, 734390, 80348, 734390, 1, 1]
  1628. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 80348: Found episode 5x1
  1629. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 80348: An object for episode 5x1 didn't exist in the cache, trying to create it
  1630. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 80348: Loading episode details from DB for episode 5x1
  1631. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [80348, 5, 1]
  1632. Sep-10 13:21:56 DEBUG CP Server Thread-6 :: 80348: Loading episode details from theTVDB for episode 5x1
  1633. Sep-10 13:22:18 DEBUG CP Server Thread-4 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/80348/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1634. Sep-10 13:22:18 DEBUG CP Server Thread-4 :: TVDB timed out but we have enough info from other sources, allowing the error
  1635. Sep-10 13:22:18 DEBUG CP Server Thread-4 :: 94571: Finding the episode which airs next
  1636. Sep-10 13:22:18 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [94571, 734390, 94571, 734390, 1, 1]
  1637. Sep-10 13:22:18 DEBUG CP Server Thread-4 :: 94571: Found episode 3x1
  1638. Sep-10 13:22:18 DEBUG CP Server Thread-4 :: 94571: An object for episode 3x1 didn't exist in the cache, trying to create it
  1639. Sep-10 13:22:18 DEBUG CP Server Thread-4 :: 94571: Loading episode details from DB for episode 3x1
  1640. Sep-10 13:22:18 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [94571, 3, 1]
  1641. Sep-10 13:22:18 DEBUG CP Server Thread-4 :: 94571: Loading episode details from theTVDB for episode 3x1
  1642. Sep-10 13:22:38 DEBUG CP Server Thread-6 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/80348/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1643. Sep-10 13:22:38 DEBUG CP Server Thread-6 :: TVDB timed out but we have enough info from other sources, allowing the error
  1644. Sep-10 13:22:38 DEBUG CP Server Thread-6 :: 94571: Finding the episode which airs next
  1645. Sep-10 13:22:38 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [94571, 734390, 94571, 734390, 1, 1]
  1646. Sep-10 13:22:38 DEBUG CP Server Thread-6 :: 94571: Found episode 3x1
  1647. Sep-10 13:22:38 DEBUG CP Server Thread-6 :: 94571: An object for episode 3x1 didn't exist in the cache, trying to create it
  1648. Sep-10 13:22:38 DEBUG CP Server Thread-6 :: 94571: Loading episode details from DB for episode 3x1
  1649. Sep-10 13:22:38 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [94571, 3, 1]
  1650. Sep-10 13:22:38 DEBUG CP Server Thread-6 :: 94571: Loading episode details from theTVDB for episode 3x1
  1651. Sep-10 13:23:00 DEBUG CP Server Thread-4 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/94571/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1652. Sep-10 13:23:00 DEBUG CP Server Thread-4 :: TVDB timed out but we have enough info from other sources, allowing the error
  1653. Sep-10 13:23:00 DEBUG CP Server Thread-4 :: 94991: Finding the episode which airs next
  1654. Sep-10 13:23:00 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [94991, 734390, 94991, 734390, 1, 1]
  1655. Sep-10 13:23:00 DEBUG CP Server Thread-4 :: 94991: No episode found... need to implement tvrage and also show status
  1656. Sep-10 13:23:00 DEBUG CP Server Thread-4 :: 104281: Finding the episode which airs next
  1657. Sep-10 13:23:00 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [104281, 734390, 104281, 734390, 1, 1]
  1658. Sep-10 13:23:00 DEBUG CP Server Thread-4 :: 104281: Found episode 2x11
  1659. Sep-10 13:23:00 DEBUG CP Server Thread-4 :: 104281: An object for episode 2x11 didn't exist in the cache, trying to create it
  1660. Sep-10 13:23:00 DEBUG CP Server Thread-4 :: 104281: Loading episode details from DB for episode 2x11
  1661. Sep-10 13:23:00 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [104281, 2, 11]
  1662. Sep-10 13:23:00 DEBUG CP Server Thread-4 :: 104281: Loading episode details from theTVDB for episode 2x11
  1663. Sep-10 13:23:20 DEBUG CP Server Thread-6 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/94571/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1664. Sep-10 13:23:20 DEBUG CP Server Thread-6 :: TVDB timed out but we have enough info from other sources, allowing the error
  1665. Sep-10 13:23:21 DEBUG CP Server Thread-6 :: 94991: Finding the episode which airs next
  1666. Sep-10 13:23:21 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [94991, 734390, 94991, 734390, 1, 1]
  1667. Sep-10 13:23:21 DEBUG CP Server Thread-6 :: 94991: No episode found... need to implement tvrage and also show status
  1668. Sep-10 13:23:21 DEBUG CP Server Thread-6 :: 104281: Finding the episode which airs next
  1669. Sep-10 13:23:21 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [104281, 734390, 104281, 734390, 1, 1]
  1670. Sep-10 13:23:21 DEBUG CP Server Thread-6 :: 104281: Found episode 2x11
  1671. Sep-10 13:23:21 DEBUG CP Server Thread-6 :: 104281: An object for episode 2x11 didn't exist in the cache, trying to create it
  1672. Sep-10 13:23:21 DEBUG CP Server Thread-6 :: 104281: Loading episode details from DB for episode 2x11
  1673. Sep-10 13:23:21 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [104281, 2, 11]
  1674. Sep-10 13:23:21 DEBUG CP Server Thread-6 :: 104281: Loading episode details from theTVDB for episode 2x11
  1675. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT showid, COUNT(*) FROM tv_episodes WHERE (status IN (4,3276804,204,404,3204,1604,104,804,6) OR (status IN (2,3276802,202,402,3202,1602,102,802,9,3276809,209,409,3209,1609,109,809) AND location != '')) AND season != 0 and episode != 0 AND airdate <= 734390 GROUP BY showid
  1676. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT showid, COUNT(*) FROM tv_episodes WHERE season != 0 and episode != 0 AND (airdate != 1 OR status IN (4,3276804,204,404,3204,1604,104,804,2,3276802,202,402,3202,1602,102,802,9,3276809,209,409,3209,1609,109,809,6)) AND airdate <= 734390 AND status != 7 GROUP BY showid
  1677. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 164951: Finding the episode which airs next
  1678. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [164951, 734390, 164951, 734390, 1, 1]
  1679. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 164951: No episode found... need to implement tvrage and also show status
  1680. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 248741: Finding the episode which airs next
  1681. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [248741, 734390, 248741, 734390, 1, 1]
  1682. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 248741: Found episode 1x1
  1683. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 76290: Finding the episode which airs next
  1684. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [76290, 734390, 76290, 734390, 1, 1]
  1685. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 76290: No episode found... need to implement tvrage and also show status
  1686. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 213041: Finding the episode which airs next
  1687. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [213041, 734390, 213041, 734390, 1, 1]
  1688. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 213041: No episode found... need to implement tvrage and also show status
  1689. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 248646: Finding the episode which airs next
  1690. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [248646, 734390, 248646, 734390, 1, 1]
  1691. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 248646: Found episode 1x1
  1692. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 75930: Finding the episode which airs next
  1693. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [75930, 734390, 75930, 734390, 1, 1]
  1694. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 75930: No episode found... need to implement tvrage and also show status
  1695. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 210841: Finding the episode which airs next
  1696. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [210841, 734390, 210841, 734390, 1, 1]
  1697. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 210841: Found episode 1x9
  1698. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 77544: Finding the episode which airs next
  1699. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [77544, 734390, 77544, 734390, 1, 1]
  1700. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 77544: No episode found... need to implement tvrage and also show status
  1701. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 248812: Finding the episode which airs next
  1702. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [248812, 734390, 248812, 734390, 1, 1]
  1703. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 248812: No episode found... need to implement tvrage and also show status
  1704. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 72173: Finding the episode which airs next
  1705. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [72173, 734390, 72173, 734390, 1, 1]
  1706. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 72173: No episode found... need to implement tvrage and also show status
  1707. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 248735: Finding the episode which airs next
  1708. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [248735, 734390, 248735, 734390, 1, 1]
  1709. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 248735: Found episode 1x1
  1710. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 70726: Finding the episode which airs next
  1711. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [70726, 734390, 70726, 734390, 1, 1]
  1712. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 70726: No episode found... need to implement tvrage and also show status
  1713. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 73545: Finding the episode which airs next
  1714. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [73545, 734390, 73545, 734390, 1, 1]
  1715. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 73545: No episode found... need to implement tvrage and also show status
  1716. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 204781: Finding the episode which airs next
  1717. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [204781, 734390, 204781, 734390, 1, 1]
  1718. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 204781: Found episode 1x1
  1719. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 196921: Finding the episode which airs next
  1720. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [196921, 734390, 196921, 734390, 1, 1]
  1721. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 196921: No episode found... need to implement tvrage and also show status
  1722. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 248950: Finding the episode which airs next
  1723. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [248950, 734390, 248950, 734390, 1, 1]
  1724. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 248950: No episode found... need to implement tvrage and also show status
  1725. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 84021: Finding the episode which airs next
  1726. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [84021, 734390, 84021, 734390, 1, 1]
  1727. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 84021: No episode found... need to implement tvrage and also show status
  1728. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 166361: Finding the episode which airs next
  1729. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [166361, 734390, 166361, 734390, 1, 1]
  1730. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 166361: No episode found... need to implement tvrage and also show status
  1731. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 80370: Finding the episode which airs next
  1732. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [80370, 734390, 80370, 734390, 1, 1]
  1733. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 80370: No episode found... need to implement tvrage and also show status
  1734. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 75682: Finding the episode which airs next
  1735. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [75682, 734390, 75682, 734390, 1, 1]
  1736. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 75682: Found episode 7x1
  1737. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 81189: Finding the episode which airs next
  1738. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [81189, 734390, 81189, 734390, 1, 1]
  1739. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 81189: Found episode 4x9
  1740. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 206751: Finding the episode which airs next
  1741. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [206751, 734390, 206751, 734390, 1, 1]
  1742. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 206751: No episode found... need to implement tvrage and also show status
  1743. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 219341: Finding the episode which airs next
  1744. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [219341, 734390, 219341, 734390, 1, 1]
  1745. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 219341: Found episode 2x1
  1746. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 70327: Finding the episode which airs next
  1747. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [70327, 734390, 70327, 734390, 1, 1]
  1748. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 70327: No episode found... need to implement tvrage and also show status
  1749. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 80270: Finding the episode which airs next
  1750. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [80270, 734390, 80270, 734390, 1, 1]
  1751. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 80270: No episode found... need to implement tvrage and also show status
  1752. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 73696: Finding the episode which airs next
  1753. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [73696, 734390, 73696, 734390, 1, 1]
  1754. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 73696: Found episode 8x1
  1755. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 208791: Finding the episode which airs next
  1756. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [208791, 734390, 208791, 734390, 1, 1]
  1757. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 208791: No episode found... need to implement tvrage and also show status
  1758. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 85040: Finding the episode which airs next
  1759. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [85040, 734390, 85040, 734390, 1, 1]
  1760. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 85040: No episode found... need to implement tvrage and also show status
  1761. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 83462: Finding the episode which airs next
  1762. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [83462, 734390, 83462, 734390, 1, 1]
  1763. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 83462: Found episode 4x1
  1764. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 80348: Finding the episode which airs next
  1765. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [80348, 734390, 80348, 734390, 1, 1]
  1766. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 80348: Found episode 5x1
  1767. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 94571: Finding the episode which airs next
  1768. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [94571, 734390, 94571, 734390, 1, 1]
  1769. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 94571: Found episode 3x1
  1770. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 94991: Finding the episode which airs next
  1771. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [94991, 734390, 94991, 734390, 1, 1]
  1772. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 94991: No episode found... need to implement tvrage and also show status
  1773. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 104281: Finding the episode which airs next
  1774. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [104281, 734390, 104281, 734390, 1, 1]
  1775. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 104281: Found episode 2x11
  1776. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 104281: An object for episode 2x11 didn't exist in the cache, trying to create it
  1777. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 104281: Loading episode details from DB for episode 2x11
  1778. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [104281, 2, 11]
  1779. Sep-10 13:23:22 DEBUG CP Server Thread-7 :: 104281: Loading episode details from theTVDB for episode 2x11
  1780. Sep-10 13:23:42 DEBUG CP Server Thread-4 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/104281/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1781. Sep-10 13:23:42 DEBUG CP Server Thread-4 :: TVDB timed out but we have enough info from other sources, allowing the error
  1782. Sep-10 13:23:42 DEBUG CP Server Thread-4 :: 76148: Finding the episode which airs next
  1783. Sep-10 13:23:42 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [76148, 734390, 76148, 734390, 1, 1]
  1784. Sep-10 13:23:42 DEBUG CP Server Thread-4 :: 76148: No episode found... need to implement tvrage and also show status
  1785. Sep-10 13:23:42 DEBUG CP Server Thread-4 :: 78957: Finding the episode which airs next
  1786. Sep-10 13:23:42 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [78957, 734390, 78957, 734390, 1, 1]
  1787. Sep-10 13:23:42 DEBUG CP Server Thread-4 :: 78957: No episode found... need to implement tvrage and also show status
  1788. Sep-10 13:23:42 DEBUG CP Server Thread-4 :: 249905: Finding the episode which airs next
  1789. Sep-10 13:23:42 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [249905, 734390, 249905, 734390, 1, 1]
  1790. Sep-10 13:23:42 DEBUG CP Server Thread-4 :: 249905: Found episode 1x3
  1791. Sep-10 13:23:42 DEBUG CP Server Thread-4 :: 249905: An object for episode 1x3 didn't exist in the cache, trying to create it
  1792. Sep-10 13:23:42 DEBUG CP Server Thread-4 :: 249905: Loading episode details from DB for episode 1x3
  1793. Sep-10 13:23:42 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [249905, 1, 3]
  1794. Sep-10 13:23:42 DEBUG CP Server Thread-4 :: 249905: Loading episode details from theTVDB for episode 1x3
  1795. Sep-10 13:24:03 DEBUG CP Server Thread-6 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/104281/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1796. Sep-10 13:24:03 DEBUG CP Server Thread-6 :: TVDB timed out but we have enough info from other sources, allowing the error
  1797. Sep-10 13:24:03 DEBUG CP Server Thread-6 :: 76148: Finding the episode which airs next
  1798. Sep-10 13:24:03 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [76148, 734390, 76148, 734390, 1, 1]
  1799. Sep-10 13:24:03 DEBUG CP Server Thread-6 :: 76148: No episode found... need to implement tvrage and also show status
  1800. Sep-10 13:24:03 DEBUG CP Server Thread-6 :: 78957: Finding the episode which airs next
  1801. Sep-10 13:24:03 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [78957, 734390, 78957, 734390, 1, 1]
  1802. Sep-10 13:24:03 DEBUG CP Server Thread-6 :: 78957: No episode found... need to implement tvrage and also show status
  1803. Sep-10 13:24:03 DEBUG CP Server Thread-6 :: 249905: Finding the episode which airs next
  1804. Sep-10 13:24:03 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [249905, 734390, 249905, 734390, 1, 1]
  1805. Sep-10 13:24:03 DEBUG CP Server Thread-6 :: 249905: Found episode 1x3
  1806. Sep-10 13:24:03 DEBUG CP Server Thread-6 :: 249905: An object for episode 1x3 didn't exist in the cache, trying to create it
  1807. Sep-10 13:24:03 DEBUG CP Server Thread-6 :: 249905: Loading episode details from DB for episode 1x3
  1808. Sep-10 13:24:03 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [249905, 1, 3]
  1809. Sep-10 13:24:03 DEBUG CP Server Thread-6 :: 249905: Loading episode details from theTVDB for episode 1x3
  1810. Sep-10 13:24:04 DEBUG CP Server Thread-7 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/104281/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1811. Sep-10 13:24:04 DEBUG CP Server Thread-7 :: TVDB timed out but we have enough info from other sources, allowing the error
  1812. Sep-10 13:24:04 DEBUG CP Server Thread-7 :: 76148: Finding the episode which airs next
  1813. Sep-10 13:24:04 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [76148, 734390, 76148, 734390, 1, 1]
  1814. Sep-10 13:24:04 DEBUG CP Server Thread-7 :: 76148: No episode found... need to implement tvrage and also show status
  1815. Sep-10 13:24:04 DEBUG CP Server Thread-7 :: 78957: Finding the episode which airs next
  1816. Sep-10 13:24:04 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [78957, 734390, 78957, 734390, 1, 1]
  1817. Sep-10 13:24:04 DEBUG CP Server Thread-7 :: 78957: No episode found... need to implement tvrage and also show status
  1818. Sep-10 13:24:04 DEBUG CP Server Thread-7 :: 249905: Finding the episode which airs next
  1819. Sep-10 13:24:04 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [249905, 734390, 249905, 734390, 1, 1]
  1820. Sep-10 13:24:04 DEBUG CP Server Thread-7 :: 249905: Found episode 1x3
  1821. Sep-10 13:24:04 DEBUG CP Server Thread-7 :: 249905: An object for episode 1x3 didn't exist in the cache, trying to create it
  1822. Sep-10 13:24:04 DEBUG CP Server Thread-7 :: 249905: Loading episode details from DB for episode 1x3
  1823. Sep-10 13:24:04 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [249905, 1, 3]
  1824. Sep-10 13:24:04 DEBUG CP Server Thread-7 :: 249905: Loading episode details from theTVDB for episode 1x3
  1825. Sep-10 13:24:25 DEBUG CP Server Thread-4 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/249905/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1826. Sep-10 13:24:25 DEBUG CP Server Thread-4 :: TVDB timed out but we have enough info from other sources, allowing the error
  1827. Sep-10 13:24:25 DEBUG CP Server Thread-4 :: 79349: Finding the episode which airs next
  1828. Sep-10 13:24:25 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [79349, 734390, 79349, 734390, 1, 1]
  1829. Sep-10 13:24:25 DEBUG CP Server Thread-4 :: 79349: Found episode 6x1
  1830. Sep-10 13:24:25 DEBUG CP Server Thread-4 :: 79349: An object for episode 6x1 didn't exist in the cache, trying to create it
  1831. Sep-10 13:24:25 DEBUG CP Server Thread-4 :: 79349: Loading episode details from DB for episode 6x1
  1832. Sep-10 13:24:25 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [79349, 6, 1]
  1833. Sep-10 13:24:25 DEBUG CP Server Thread-4 :: 79349: Loading episode details from theTVDB for episode 6x1
  1834. Sep-10 13:24:27 DEBUG POSTPROCESSER :: Starting new thread: POSTPROCESSER
  1835. Sep-10 13:24:45 DEBUG CP Server Thread-6 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/249905/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1836. Sep-10 13:24:45 DEBUG CP Server Thread-6 :: TVDB timed out but we have enough info from other sources, allowing the error
  1837. Sep-10 13:24:45 DEBUG CP Server Thread-6 :: 79349: Finding the episode which airs next
  1838. Sep-10 13:24:45 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [79349, 734390, 79349, 734390, 1, 1]
  1839. Sep-10 13:24:45 DEBUG CP Server Thread-6 :: 79349: Found episode 6x1
  1840. Sep-10 13:24:45 DEBUG CP Server Thread-6 :: 79349: An object for episode 6x1 didn't exist in the cache, trying to create it
  1841. Sep-10 13:24:45 DEBUG CP Server Thread-6 :: 79349: Loading episode details from DB for episode 6x1
  1842. Sep-10 13:24:45 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [79349, 6, 1]
  1843. Sep-10 13:24:45 DEBUG CP Server Thread-6 :: 79349: Loading episode details from theTVDB for episode 6x1
  1844. Sep-10 13:24:47 DEBUG CP Server Thread-7 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/249905/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1845. Sep-10 13:24:47 DEBUG CP Server Thread-7 :: TVDB timed out but we have enough info from other sources, allowing the error
  1846. Sep-10 13:24:47 DEBUG CP Server Thread-7 :: 79349: Finding the episode which airs next
  1847. Sep-10 13:24:47 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [79349, 734390, 79349, 734390, 1, 1]
  1848. Sep-10 13:24:47 DEBUG CP Server Thread-7 :: 79349: Found episode 6x1
  1849. Sep-10 13:24:47 DEBUG CP Server Thread-7 :: 79349: An object for episode 6x1 didn't exist in the cache, trying to create it
  1850. Sep-10 13:24:47 DEBUG CP Server Thread-7 :: 79349: Loading episode details from DB for episode 6x1
  1851. Sep-10 13:24:47 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [79349, 6, 1]
  1852. Sep-10 13:24:47 DEBUG CP Server Thread-7 :: 79349: Loading episode details from theTVDB for episode 6x1
  1853. Sep-10 13:25:07 DEBUG CP Server Thread-4 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/79349/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1854. Sep-10 13:25:07 DEBUG CP Server Thread-4 :: TVDB timed out but we have enough info from other sources, allowing the error
  1855. Sep-10 13:25:07 DEBUG CP Server Thread-4 :: 78804: Finding the episode which airs next
  1856. Sep-10 13:25:07 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [78804, 734390, 78804, 734390, 1, 1]
  1857. Sep-10 13:25:07 DEBUG CP Server Thread-4 :: 78804: Found episode 6x10
  1858. Sep-10 13:25:07 DEBUG CP Server Thread-4 :: 78804: An object for episode 6x10 didn't exist in the cache, trying to create it
  1859. Sep-10 13:25:07 DEBUG CP Server Thread-4 :: 78804: Loading episode details from DB for episode 6x10
  1860. Sep-10 13:25:07 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [78804, 6, 10]
  1861. Sep-10 13:25:07 DEBUG CP Server Thread-4 :: 78804: Loading episode details from theTVDB for episode 6x10
  1862. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT showid, COUNT(*) FROM tv_episodes WHERE (status IN (4,3276804,204,404,3204,1604,104,804,6) OR (status IN (2,3276802,202,402,3202,1602,102,802,9,3276809,209,409,3209,1609,109,809) AND location != '')) AND season != 0 and episode != 0 AND airdate <= 734390 GROUP BY showid
  1863. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT showid, COUNT(*) FROM tv_episodes WHERE season != 0 and episode != 0 AND (airdate != 1 OR status IN (4,3276804,204,404,3204,1604,104,804,2,3276802,202,402,3202,1602,102,802,9,3276809,209,409,3209,1609,109,809,6)) AND airdate <= 734390 AND status != 7 GROUP BY showid
  1864. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 164951: Finding the episode which airs next
  1865. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [164951, 734390, 164951, 734390, 1, 1]
  1866. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 164951: No episode found... need to implement tvrage and also show status
  1867. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 248741: Finding the episode which airs next
  1868. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [248741, 734390, 248741, 734390, 1, 1]
  1869. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 248741: Found episode 1x1
  1870. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 76290: Finding the episode which airs next
  1871. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [76290, 734390, 76290, 734390, 1, 1]
  1872. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 76290: No episode found... need to implement tvrage and also show status
  1873. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 213041: Finding the episode which airs next
  1874. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [213041, 734390, 213041, 734390, 1, 1]
  1875. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 213041: No episode found... need to implement tvrage and also show status
  1876. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 248646: Finding the episode which airs next
  1877. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [248646, 734390, 248646, 734390, 1, 1]
  1878. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 248646: Found episode 1x1
  1879. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 75930: Finding the episode which airs next
  1880. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [75930, 734390, 75930, 734390, 1, 1]
  1881. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 75930: No episode found... need to implement tvrage and also show status
  1882. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 210841: Finding the episode which airs next
  1883. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [210841, 734390, 210841, 734390, 1, 1]
  1884. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 210841: Found episode 1x9
  1885. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 77544: Finding the episode which airs next
  1886. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [77544, 734390, 77544, 734390, 1, 1]
  1887. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 77544: No episode found... need to implement tvrage and also show status
  1888. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 248812: Finding the episode which airs next
  1889. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [248812, 734390, 248812, 734390, 1, 1]
  1890. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 248812: No episode found... need to implement tvrage and also show status
  1891. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 72173: Finding the episode which airs next
  1892. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [72173, 734390, 72173, 734390, 1, 1]
  1893. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 72173: No episode found... need to implement tvrage and also show status
  1894. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 248735: Finding the episode which airs next
  1895. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [248735, 734390, 248735, 734390, 1, 1]
  1896. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 248735: Found episode 1x1
  1897. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 70726: Finding the episode which airs next
  1898. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [70726, 734390, 70726, 734390, 1, 1]
  1899. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 70726: No episode found... need to implement tvrage and also show status
  1900. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 73545: Finding the episode which airs next
  1901. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [73545, 734390, 73545, 734390, 1, 1]
  1902. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 73545: No episode found... need to implement tvrage and also show status
  1903. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 204781: Finding the episode which airs next
  1904. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [204781, 734390, 204781, 734390, 1, 1]
  1905. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 204781: Found episode 1x1
  1906. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 196921: Finding the episode which airs next
  1907. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [196921, 734390, 196921, 734390, 1, 1]
  1908. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 196921: No episode found... need to implement tvrage and also show status
  1909. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 248950: Finding the episode which airs next
  1910. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [248950, 734390, 248950, 734390, 1, 1]
  1911. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 248950: No episode found... need to implement tvrage and also show status
  1912. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 84021: Finding the episode which airs next
  1913. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [84021, 734390, 84021, 734390, 1, 1]
  1914. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 84021: No episode found... need to implement tvrage and also show status
  1915. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 166361: Finding the episode which airs next
  1916. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [166361, 734390, 166361, 734390, 1, 1]
  1917. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 166361: No episode found... need to implement tvrage and also show status
  1918. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 80370: Finding the episode which airs next
  1919. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [80370, 734390, 80370, 734390, 1, 1]
  1920. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 80370: No episode found... need to implement tvrage and also show status
  1921. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 75682: Finding the episode which airs next
  1922. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [75682, 734390, 75682, 734390, 1, 1]
  1923. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 75682: Found episode 7x1
  1924. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 81189: Finding the episode which airs next
  1925. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [81189, 734390, 81189, 734390, 1, 1]
  1926. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 81189: Found episode 4x9
  1927. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 206751: Finding the episode which airs next
  1928. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [206751, 734390, 206751, 734390, 1, 1]
  1929. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 206751: No episode found... need to implement tvrage and also show status
  1930. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 219341: Finding the episode which airs next
  1931. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [219341, 734390, 219341, 734390, 1, 1]
  1932. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 219341: Found episode 2x1
  1933. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 70327: Finding the episode which airs next
  1934. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [70327, 734390, 70327, 734390, 1, 1]
  1935. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 70327: No episode found... need to implement tvrage and also show status
  1936. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 80270: Finding the episode which airs next
  1937. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [80270, 734390, 80270, 734390, 1, 1]
  1938. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 80270: No episode found... need to implement tvrage and also show status
  1939. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 73696: Finding the episode which airs next
  1940. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [73696, 734390, 73696, 734390, 1, 1]
  1941. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 73696: Found episode 8x1
  1942. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 208791: Finding the episode which airs next
  1943. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [208791, 734390, 208791, 734390, 1, 1]
  1944. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 208791: No episode found... need to implement tvrage and also show status
  1945. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 85040: Finding the episode which airs next
  1946. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [85040, 734390, 85040, 734390, 1, 1]
  1947. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 85040: No episode found... need to implement tvrage and also show status
  1948. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 83462: Finding the episode which airs next
  1949. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [83462, 734390, 83462, 734390, 1, 1]
  1950. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 83462: Found episode 4x1
  1951. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 80348: Finding the episode which airs next
  1952. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [80348, 734390, 80348, 734390, 1, 1]
  1953. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 80348: Found episode 5x1
  1954. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 94571: Finding the episode which airs next
  1955. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [94571, 734390, 94571, 734390, 1, 1]
  1956. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 94571: Found episode 3x1
  1957. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 94991: Finding the episode which airs next
  1958. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [94991, 734390, 94991, 734390, 1, 1]
  1959. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 94991: No episode found... need to implement tvrage and also show status
  1960. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 104281: Finding the episode which airs next
  1961. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [104281, 734390, 104281, 734390, 1, 1]
  1962. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 104281: Found episode 2x11
  1963. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 76148: Finding the episode which airs next
  1964. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [76148, 734390, 76148, 734390, 1, 1]
  1965. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 76148: No episode found... need to implement tvrage and also show status
  1966. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 78957: Finding the episode which airs next
  1967. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [78957, 734390, 78957, 734390, 1, 1]
  1968. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 78957: No episode found... need to implement tvrage and also show status
  1969. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 249905: Finding the episode which airs next
  1970. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [249905, 734390, 249905, 734390, 1, 1]
  1971. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 249905: Found episode 1x3
  1972. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 79349: Finding the episode which airs next
  1973. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [79349, 734390, 79349, 734390, 1, 1]
  1974. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 79349: Found episode 6x1
  1975. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 78804: Finding the episode which airs next
  1976. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [78804, 734390, 78804, 734390, 1, 1]
  1977. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 78804: Found episode 6x10
  1978. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 78804: An object for episode 6x10 didn't exist in the cache, trying to create it
  1979. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 78804: Loading episode details from DB for episode 6x10
  1980. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [78804, 6, 10]
  1981. Sep-10 13:25:13 DEBUG CP Server Thread-8 :: 78804: Loading episode details from theTVDB for episode 6x10
  1982. Sep-10 13:25:27 DEBUG CP Server Thread-6 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/79349/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1983. Sep-10 13:25:27 DEBUG CP Server Thread-6 :: TVDB timed out but we have enough info from other sources, allowing the error
  1984. Sep-10 13:25:27 DEBUG CP Server Thread-6 :: 78804: Finding the episode which airs next
  1985. Sep-10 13:25:27 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [78804, 734390, 78804, 734390, 1, 1]
  1986. Sep-10 13:25:27 DEBUG CP Server Thread-6 :: 78804: Found episode 6x10
  1987. Sep-10 13:25:27 DEBUG CP Server Thread-6 :: 78804: An object for episode 6x10 didn't exist in the cache, trying to create it
  1988. Sep-10 13:25:27 DEBUG CP Server Thread-6 :: 78804: Loading episode details from DB for episode 6x10
  1989. Sep-10 13:25:27 DEBUG CP Server Thread-6 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [78804, 6, 10]
  1990. Sep-10 13:25:27 DEBUG CP Server Thread-6 :: 78804: Loading episode details from theTVDB for episode 6x10
  1991. Sep-10 13:25:29 DEBUG CP Server Thread-7 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/79349/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  1992. Sep-10 13:25:29 DEBUG CP Server Thread-7 :: TVDB timed out but we have enough info from other sources, allowing the error
  1993. Sep-10 13:25:29 DEBUG CP Server Thread-7 :: 78804: Finding the episode which airs next
  1994. Sep-10 13:25:29 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [78804, 734390, 78804, 734390, 1, 1]
  1995. Sep-10 13:25:29 DEBUG CP Server Thread-7 :: 78804: Found episode 6x10
  1996. Sep-10 13:25:29 DEBUG CP Server Thread-7 :: 78804: An object for episode 6x10 didn't exist in the cache, trying to create it
  1997. Sep-10 13:25:29 DEBUG CP Server Thread-7 :: 78804: Loading episode details from DB for episode 6x10
  1998. Sep-10 13:25:29 DEBUG CP Server Thread-7 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [78804, 6, 10]
  1999. Sep-10 13:25:29 DEBUG CP Server Thread-7 :: 78804: Loading episode details from theTVDB for episode 6x10
  2000. Sep-10 13:25:49 DEBUG CP Server Thread-4 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/78804/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  2001. Sep-10 13:25:49 DEBUG CP Server Thread-4 :: TVDB timed out but we have enough info from other sources, allowing the error
  2002. Sep-10 13:25:49 DEBUG CP Server Thread-4 :: 82046: Finding the episode which airs next
  2003. Sep-10 13:25:49 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [82046, 734390, 82046, 734390, 1, 1]
  2004. Sep-10 13:25:49 DEBUG CP Server Thread-4 :: 82046: No episode found... need to implement tvrage and also show status
  2005. Sep-10 13:25:49 DEBUG CP Server Thread-4 :: 71784: Finding the episode which airs next
  2006. Sep-10 13:25:49 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [71784, 734390, 71784, 734390, 1, 1]
  2007. Sep-10 13:25:49 DEBUG CP Server Thread-4 :: 71784: No episode found... need to implement tvrage and also show status
  2008. Sep-10 13:25:49 DEBUG CP Server Thread-4 :: 74543: Finding the episode which airs next
  2009. Sep-10 13:25:49 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [74543, 734390, 74543, 734390, 1, 1]
  2010. Sep-10 13:25:49 DEBUG CP Server Thread-4 :: 74543: Found episode 8x8
  2011. Sep-10 13:25:49 DEBUG CP Server Thread-4 :: 74543: An object for episode 8x8 didn't exist in the cache, trying to create it
  2012. Sep-10 13:25:49 DEBUG CP Server Thread-4 :: 74543: Loading episode details from DB for episode 8x8
  2013. Sep-10 13:25:49 DEBUG CP Server Thread-4 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [74543, 8, 8]
  2014. Sep-10 13:25:49 DEBUG CP Server Thread-4 :: 74543: Loading episode details from theTVDB for episode 8x8
  2015. Sep-10 13:25:55 DEBUG CP Server Thread-8 :: TVDB threw up an error: Silly upstream module timed out and didn't give a good error. Failed hitting http://www.thetvdb.com/api/9DAF49C96CBF8DAC/series/78804/en.xml, error message: 'NoneType' object has no attribute 'makefile'
  2016. Sep-10 13:25:55 DEBUG CP Server Thread-8 :: TVDB timed out but we have enough info from other sources, allowing the error
  2017. Sep-10 13:25:55 DEBUG CP Server Thread-8 :: 82046: Finding the episode which airs next
  2018. Sep-10 13:25:55 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [82046, 734390, 82046, 734390, 1, 1]
  2019. Sep-10 13:25:55 DEBUG CP Server Thread-8 :: 82046: No episode found... need to implement tvrage and also show status
  2020. Sep-10 13:25:55 DEBUG CP Server Thread-8 :: 71784: Finding the episode which airs next
  2021. Sep-10 13:25:55 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [71784, 734390, 71784, 734390, 1, 1]
  2022. Sep-10 13:25:55 DEBUG CP Server Thread-8 :: 71784: No episode found... need to implement tvrage and also show status
  2023. Sep-10 13:25:55 DEBUG CP Server Thread-8 :: 74543: Finding the episode which airs next
  2024. Sep-10 13:25:55 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND airdate >= ? AND airdate <= (SELECT airdate FROM tv_episodes WHERE showid = ? AND airdate >= ? AND status = ? ORDER BY airdate ASC LIMIT 1) and status = ? with args [74543, 734390, 74543, 734390, 1, 1]
  2025. Sep-10 13:25:55 DEBUG CP Server Thread-8 :: 74543: Found episode 8x8
  2026. Sep-10 13:25:55 DEBUG CP Server Thread-8 :: 74543: An object for episode 8x8 didn't exist in the cache, trying to create it
  2027. Sep-10 13:25:55 DEBUG CP Server Thread-8 :: 74543: Loading episode details from DB for episode 8x8
  2028. Sep-10 13:25:55 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = ? AND season = ? AND episode = ? with args [74543, 8, 8]
  2029. Sep-10 13:25:55 DEBUG CP Server Thread-8 :: 74543: Loading episode details from theTVDB for episode 8x8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement