XBMC Community Forum
Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116)
+--- Thread: Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide (/showthread.php?tid=63591)



- sumofatguy - 2010-03-19 01:43

ECEC Wrote:Sweet, thanks. I had to reinstall my server, and in the process I went ahead and upgraded to the latest version. SB wasn't adding missed episodes like I expected it to, and I found this in the log file:

Code:
Mar-18 17:57:30 DEBUG    CP Server Thread-9 :: rawResults: [['Error: Login Required - It appears your fauth variable is incorrect', ' and we could not log you in. If you have recently changed your password then you need to login on the site and get a new feed URL containing an updated fauth variable.  Alternatively', ' click on the "HTTP Auth" checkbox when creating a feed instead.']]
Mar-18 17:57:30 ERROR    CP Server Thread-9 :: Unknown error with Newzbin search, skipping this result

I tried changing updating my password and what not to no avail. Do I need to do something different to use Newzbin now?

I'm getting this now as well


- flamez - 2010-03-19 03:41

So i hope understand this right in order to get the latest SVN source you have to get it from your other page http://github.com/midgetspy/Sick-Beard ?
and not from the old one? I do understand you will still be hosting the windows build on the Google page. Will you being keeping the lastest source zipped or tar updated on your download page or will we have to setup a git client to update ours on our own?

Thanks again for all your hard work!


- Pr.Sinister - 2010-03-19 05:45

ECEC Wrote:Sweet, thanks. I had to reinstall my server, and in the process I went ahead and upgraded to the latest version. SB wasn't adding missed episodes like I expected it to, and I found this in the log file:

Code:
Mar-18 17:57:30 DEBUG    CP Server Thread-9 :: rawResults: [['Error: Login Required - It appears your fauth variable is incorrect', ' and we could not log you in. If you have recently changed your password then you need to login on the site and get a new feed URL containing an updated fauth variable.  Alternatively', ' click on the "HTTP Auth" checkbox when creating a feed instead.']]
Mar-18 17:57:30 ERROR    CP Server Thread-9 :: Unknown error with Newzbin search, skipping this result

I tried changing updating my password and what not to no avail. Do I need to do something different to use Newzbin now?

sumofatguy Wrote:I'm getting this now as well

I too am getting this... The search thread keeps crashing with a :

Code:
ERROR::SEARCH :: Exception generated in thread SEARCH: list index out of range

If i force it to search for say the latest episode of Archer, i get this error :

Code:
500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
  File "C:\SickBeardSource\cherrypy\_cprequest.py", line 660, in respond
    response.body = self.handler()
  File "C:\SickBeardSource\cherrypy\lib\encoding.py", line 193, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "C:\SickBeardSource\cherrypy\_cpdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "C:\SickBeardSource\sickbeard\webserve.py", line 1158, in searchEpisode
    foundEpisodes = search.findEpisode(epObj)
  File "C:\SickBeardSource\sickbeard\search.py", line 123, in findEpisode
    foundEps = _doSearch(episode, curProvider)
  File "C:\SickBeardSource\sickbeard\search.py", line 94, in _doSearch
    foundEps = provider.findEpisode(episode)
  File "C:\SickBeardSource\sickbeard\providers\newzbin.py", line 191, in findEpisode
    logger.log("Found report number " + str(curResult[2]) + " at " + curResult[4] + " (" + curResult[5] + ")")
IndexError: list index out of range

So right now, there are 6 different TV Show episodes available on all providers
but Sick Beard isn't downloading any of them.

-Pr.


- midgetspy - 2010-03-19 06:14

Sinister the latest rev prevented the Newzbin provider from crashing the thread like that so your episodes would have downloaded... but now the Newzbin provider is fixed anyway so it doesn't matter.

flamez you can download the source directly from GitHub if you don't want to install a git client.


- Flain - 2010-03-19 07:30

I think it would be cool if there was a feature to report on "skipped" episodes. I noticed a few shows that should of downloaded were skipped for some reason. After manually clicking search they downloaded.

Its also handy if you have a large collection to see what you are missing instead of clicking each show manually.


- midgetspy - 2010-03-19 08:04

Flain Wrote:I think it would be cool if there was a feature to report on "skipped" episodes. I noticed a few shows that should of downloaded were skipped for some reason. After manually clicking search they downloaded.

Its also handy if you have a large collection to see what you are missing instead of clicking each show manually.

I've edit this ticket title to encompass your request as well: http://code.google.com/p/sickbeard/issues/detail?id=141

It's one of the many usability issues I'll tackle after I finish the few remaining features I want to put in the beta.


- Flain - 2010-03-19 08:54

midgetspy Wrote:I've edit this ticket title to encompass your request as well: http://code.google.com/p/sickbeard/issues/detail?id=141

It's one of the many usability issues I'll tackle after I finish the few remaining features I want to put in the beta.

Sweet! Smile


- EMK0 - 2010-03-19 10:04

Can i make sick beard make the show folders with seasons but not rename the file leave it as scene name? also does sick beard support blocking keywords? i need to block corehd


- Flain - 2010-03-19 14:42

don't know if this means anything but my sickbeard console has pages and pages of lines saying "no poster". Followed by "exception generated in thread SEARCH: list index out of range".

Let me know if you want actual logs. Apart from the messages it seems to be functioning ok.


- luthan - 2010-03-19 15:34

EMK0 Wrote:Can i make sick beard make the show folders with seasons but not rename the file leave it as scene name? also does sick beard support blocking keywords? i need to block corehd

this goes along with what i was asking for, a way to specify strings to search for when selecting nzbs.
there is an issue open for this that another member pointed out here: http://code.google.com/p/sickbeard/issues/detail?id=169