Avigrace Wrote:I have never installed Python or Cheetah on Windows, why do you need them? I just downloaded sickbeard and ran it and it has been working fine until about a week ago when it stopped finding any shows.
His instructions are for grabbing the latest source from git and running that, not the pre-compiled exes.
Some weird issues:
1: It doesn't look like Sickbeard will pull info from TheTVDB if the episodes don't have anything in the Original Air Date field. Using Profit as an example, Sickbeard sees all the info for the first five episodes, but gets an error when attempting to import the rest:
Code:
2010-05-21 03:59:17.481000 QUEUE-REFRESH :: Episode Season 01\Profit - S01E06 - Chinese Box.mkv returned an exception: Couldn't find episode 1x6
2010-05-21 03:59:17.512000 QUEUE-REFRESH :: Episode Season 01\Profit - S01E07 - Security.mkv returned an exception: Couldn't find episode 1x7
2010-05-21 03:59:17.559000 QUEUE-REFRESH :: Episode Season 01\Profit - S01E08 - Forgiveness.mkv returned an exception: Couldn't find episode 1x8
2: I've been using log files to address random file name issues in my collection. Today I have a couple of strange entries:
Code:
2010-05-20 20:25:41.512000 SEARCH :: This result appears to be a subtitle pack, ignoring: Nip.Tuck.S06.SUBPACK.DVDRip.XviD-REWARD
2010-05-20 20:55:55.169000 SEARCH :: This result appears to be a subtitle pack, ignoring: Nip.Tuck.S06.SUBPACK.DVDRip.XviD-REWARD
2010-05-20 21:26:03.356000 SEARCH :: This result appears to be a subtitle pack, ignoring: Nip.Tuck.S06.SUBPACK.DVDRip.XviD-REWARD
2010-05-20 21:55:28.372000 SEARCH :: This result appears to be a subtitle pack, ignoring: Nip.Tuck.S06.SUBPACK.DVDRip.XviD-REWARD
2010-05-20 22:24:26.075000 CP Server Thread-2 :: This result appears to be a subtitle pack, ignoring: Nip.Tuck.S06.SUBPACK.DVDRip.XviD-REWARD
2010-05-20 22:52:13.044000 CP Server Thread-6 :: This result appears to be a subtitle pack, ignoring: Nip.Tuck.S06.SUBPACK.DVDRip.XviD-REWARD
2010-05-21 01:52:26.903000 FINDPROPERS :: Unable to parse the filename The.Story.Of.Playboy.PROPER.WS.PDTV.XViD-NANO into a valid episode
The strange thing is I don't actually have these episodes or files in my collection. It's really strange.
3: Can someone tell me why Sickbeard would be trying to load a RSS feed for a site I've never used/heard of:
Code:
2010-05-20 16:25:14.840000 SEARCH :: Error trying to load TVBinz RSS feed: feed() argument 1 must be string or read-only buffer, not None
2010-05-20 18:55:16.325000 SEARCH :: Error trying to load TVBinz RSS feed: syntax error: line 1, column 0
2010-05-20 19:25:09.044000 SEARCH :: Error trying to load TVBinz RSS feed: syntax error: line 1, column 0
2010-05-20 19:55:18.575000 SEARCH :: Error trying to load TVBinz RSS feed: syntax error: line 1, column 0
Thanks!