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

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



- gbdesai - 2010-04-07

There is one show that I have in particular that is never found even though it is a currently running show... Is there a way to remove/mute/move(to bottom) the individual episodes from the Coming Episodes screen? Right now they are starting to pile up at the top pushing everything else down...


- kricker - 2010-04-07

Build 443 error when searching for the latest " The Amazing Race" episode.
Quote:Traceback (most recent call last):
File "cherrypy\_cprequest.pyo", line 660, in respond
File "cherrypy\lib\encoding.pyo", line 193, in __call__
File "cherrypy\_cpdispatch.pyo", line 25, in __call__
File "sickbeard\webserve.pyo", line 1188, in searchEpisode
File "sickbeard\search.pyo", line 67, in snatchEpisode
File "sickbeard\search.pyo", line 51, in _downloadResult
File "sickbeard\providers\eztv.pyo", line 43, in downloadTorrent
IOError: [Errno 22] invalid mode ('wb') or filename: u"E:\\downloads\\torrents\\The Amazing Race - 16x08 - You're Like Jason Bourne, Right?.torrent"

Powered by CherryPy 3.2.0rc1

...this error seems familiar, maybe I reported something like this already. I'll look back thru the thread and see.


- hermy65 - 2010-04-07

random question but i dont suppose any of you know of somethign like this for movies?

sorry if this has been asked before.


- blacklist - 2010-04-07

hey guys - since I upgraded to the latest version I've been having nothing but issues with post processing.

First I tired the web_root= add to the config file. Its for sure there, does it need a value? because its still getting an error.

Here is sabToSickbeard.exe.log for the latest processes:

Traceback (most recent call last):
File "sabToSickbeard.py", line 30, in <module>
File "autoProcessTV.pyc", line 58, in processEpisode
File "ConfigParser.pyc", line 540, in get
ConfigParser.NoOptionError: No option 'web_root' in section: 'SickBeard'
Traceback (most recent call last):
File "sabToSickbeard.py", line 30, in <module>
File "autoProcessTV.pyc", line 58, in processEpisode
File "ConfigParser.pyc", line 540, in get
ConfigParser.NoOptionError: No option 'web_root' in section: 'SickBeard'
Traceback (most recent call last):
File "sabToSickbeard.py", line 30, in <module>
File "autoProcessTV.pyc", line 75, in processEpisode
File "autoProcessTV.pyc", line 42, in openit
File "urllib.pyc", line 206, in open
File "urllib.pyc", line 334, in open_http
File "httplib.pyc", line 1008, in __init__
File "httplib.pyc", line 656, in __init__
File "httplib.pyc", line 673, in _set_hostport
httplib.InvalidURL: nonnumeric port: '8081%%'


Not sure what's going on. Is anyone else seeing this?


- midgetspy - 2010-04-07

eztiger Wrote:I'm seeing the following error whenever attempting to post process (manually or automatically) an episode :

Code:
Traceback (most recent call last):
  File "/mnt/cache/.permanent/midgetspy-Sick-Beard-40f9b32/cherrypy/_cprequest.py", line 660, in respond
    response.body = self.handler()
  File "/mnt/cache/.permanent/midgetspy-Sick-Beard-40f9b32/cherrypy/lib/encoding.py", line 193, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "/mnt/cache/.permanent/midgetspy-Sick-Beard-40f9b32/cherrypy/_cpdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/mnt/cache/.permanent/midgetspy-Sick-Beard-40f9b32/sickbeard/webserve.py", line 561, in processEpisode
    result = processTV.processDir(dir, nzbName)
  File "/mnt/cache/.permanent/midgetspy-Sick-Beard-40f9b32/sickbeard/processTV.py", line 188, in processDir
    result = processFile(curFile)
  File "/mnt/cache/.permanent/midgetspy-Sick-Beard-40f9b32/sickbeard/processTV.py", line 408, in processFile
    returnStr += logger.log("Existing result: "+str(existingResult), logger.DEBUG)
TypeError: coercing to Unicode: need string or buffer, NoneType found

Any ideas? Source checked out a few hours ago..

Fixed.

RenZ0R Wrote:How do you recognize season specials in this ?

my path is

Z:\xbmc\Television\Battlestar Galactica (2003)\Specials

but It wont find the special eps

Season 0: http://code.google.com/p/sickbeard/issues/detail?id=166

gbdesai Wrote:There is one show that I have in particular that is never found even though it is a currently running show... Is there a way to remove/mute/move(to bottom) the individual episodes from the Coming Episodes screen? Right now they are starting to pile up at the top pushing everything else down...

You can mark them as skipped or pause the show. PM me the show name and a log example of Sick Beard searching for it and I'll fix it though.

kricker Wrote:Build 443 error when searching for the latest " The Amazing Race" episode.

...this error seems familiar, maybe I reported something like this already. I'll look back thru the thread and see.

Fixed.

blacklist Wrote:hey guys - since I upgraded to the latest version I've been having nothing but issues with post processing.

First I tired the web_root= add to the config file. Its for sure there, does it need a value? because its still getting an error.

Here is sabToSickbeard.exe.log for the latest processes:

Traceback (most recent call last):
File "sabToSickbeard.py", line 30, in <module>
File "autoProcessTV.pyc", line 58, in processEpisode
File "ConfigParser.pyc", line 540, in get
ConfigParser.NoOptionError: No option 'web_root' in section: 'SickBeard'
Traceback (most recent call last):
File "sabToSickbeard.py", line 30, in <module>
File "autoProcessTV.pyc", line 58, in processEpisode
File "ConfigParser.pyc", line 540, in get
ConfigParser.NoOptionError: No option 'web_root' in section: 'SickBeard'
Traceback (most recent call last):
File "sabToSickbeard.py", line 30, in <module>
File "autoProcessTV.pyc", line 75, in processEpisode
File "autoProcessTV.pyc", line 42, in openit
File "urllib.pyc", line 206, in open
File "urllib.pyc", line 334, in open_http
File "httplib.pyc", line 1008, in __init__
File "httplib.pyc", line 656, in __init__
File "httplib.pyc", line 673, in _set_hostport
httplib.InvalidURL: nonnumeric port: '8081%%'


Not sure what's going on. Is anyone else seeing this?

web_root="", or just update to the latest version.


- gbdesai - 2010-04-07

midgetspy Wrote:gbdesai: alpha2 is being kept roughly in sync with master but not commit-per-commit - I'll just merge it every few days. Yes, adding web_root="" should fix it, or you could also do a pull of the master branch over top of your alpha2 branch to get the master's fixes.
.

I did a git "pull origin master" in my updated Alpha2 directory and on startup get a bunch of traceback errors in my nohup.out log file. Am I pulling it using the wrong options?

(I did backup the original before I tried just in case something like this happened)

Thanks!


- emanon - 2010-04-07

midgetspy Wrote:emanon: Yes. If you are using Sick Beard post processing then the episode should go to Downloaded as soon as it's done. If not then the next time the show gets updated/refreshed the status should change. If that's not the case please send a log of a refresh and give me the name of the file and the folder structure it's in and I'll take a look.

I do not use the SB post processing. But as you said it should update the Snatched status to Downloaded when a refresh is done. It does not.

This happens on several shows. Here is log of one of 'em; Justified.
SB snatched the 1x4 episode yesterday. It is listed as Snatched even if i do a refresh etc. The three other episodes are listed as Downloaded.

Filename of the episode that is still Snatched is: "Justified - S01E04 - .mkv"

Here is the log:
http://pastebin.com/MBTu7ChM

Log was to big, had to use Pastebin.

Thanks.


daily episodes - branlr - 2010-04-07

Is there yet a way to get things like the daily show or colbert report through sickbeard?

if not sickbeard, how?


- kricker - 2010-04-07

I think its in alpha2, look back thru the thread.


- midgetspy - 2010-04-07

emanon Wrote:I do not use the SB post processing. But as you said it should update the Snatched status to Downloaded when a refresh is done. It does not.

This happens on several shows. Here is log of one of 'em; Justified.
SB snatched the 1x4 episode yesterday. It is listed as Snatched even if i do a refresh etc. The three other episodes are listed as Downloaded.

Filename of the episode that is still Snatched is: "Justified - S01E04 - .mkv"

Here is the log:
http://pastebin.com/MBTu7ChM

Log was to big, had to use Pastebin.

Thanks.

Ahha, the log showed that there is a bug in there - should be fixed now.

And daily shows have limited support in the alpha2 branch (it'll find and download the nzbs but it can't post-process, rename, or even find them in the show dir).


- bobrap - 2010-04-07

Seems I'm having a problem with post-processing. SAB says "ran sabToSickBeard.exe", but, nothing is moved/renamed. What logs do you need to see to tell what I have wrong? I'm running build 443. Thanks.


- midgetspy - 2010-04-08

bobrap Wrote:Seems I'm having a problem with post-processing. SAB says "ran sabToSickBeard.exe", but, nothing is moved/renamed. What logs do you need to see to tell what I have wrong? I'm running build 443. Thanks.

That bug has been fixed in source but I haven't created a new windows build yet. You'll have to either run from source, use an older version, or wait for the next build.


- bobrap - 2010-04-08

midgetspy Wrote:That bug has been fixed in source but I haven't created a new windows build yet. You'll have to either run from source, use an older version, or wait for the next build.

I'm in no hurryBig Grin


- Pr.Sinister - 2010-04-08

kricker Wrote:Build 443 error when searching for the latest " The Amazing Race" episode.


...this error seems familiar, maybe I reported something like this already. I'll look back thru the thread and see.

Must have something to do with the Question Mark in the episode title...


Verbose Output Once Again - Pr.Sinister - 2010-04-08

Hehehe...

Sorry to be so anal about this but i just got the Web DL version of an episode
Sick Beard downloaded yesterday and i had it auto-processed in SAB.

It replaced the other file no problem but the verbose was again back to a minimum.

It also didn't delete the processed folder...

Code:
V 2009 S01E06 Pound of Flesh 720p WEB DL DD5 1 h 264 TjHD

           Loading config from C:\SABnzbdScripts\autoProcessTV.cfg
Processing folder E:\Downloads\~TV\Process\V 2009 S01E06 Pound of Flesh 720p WEB DL DD5 1 h 264 TjHD

Recursively processing a folder: V.2009.S01E06.Pound.of.Flesh.720p.WEB-DL.DD5.1.h.264-TjHD