Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide

  Thread Rating:
  • 16 Votes - 4.69 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
midgetspy Offline
Sick Beard Author
Posts: 867
Joined: Jan 2008
Reputation: 11
Location: Edmonton, Canada
Post: #3471
Srgt_trash: Unfortunately it's the same problem but in a different piece of code. As far as I can tell there is no way for me to fix that, it's a problem with python itself. If it's possible to get me an account on that PC I could try debugging it, other than that I don't know what to tell you. SB gave python a unicode string and python tried to decode it to ascii rather than something else.

Sick Beard info and forums: http://www.sickbeard.com
Sick Beard support and chat: #sickbeard on irc.freenode.net
Sick Beard issue tracker & Windows binaries: http://code.google.com/p/sickbeard/
Sick Beard source code: https://github.com/midgetspy/Sick-Beard/
find quote
Srgt_Trash Offline
Junior Member
Posts: 2
Joined: Jul 2010
Reputation: 1
Location: Ottawa, Canada
Post: #3472
Hey midgetspy,

Thanks for the reply, fortunately I have found a workaround for the bug. Manually removing the invalid character in the filename allowed Sick Beard to process it and every other file afterwards.

Cheers!

P.S. Just wanted to say thank you for your time and effort in developing Sick Beard! Big Grin
find quote
noner Offline
Senior Member
Posts: 115
Joined: May 2011
Reputation: 0
Post: #3473
(2012-04-16 00:56)noner Wrote:  Looked through my history out of curiosity this afternoon, and realized that SB has not downloaded anything from Nzbmatrix, all the recent snatches have been from the sickbeard index. So I went digging through my logs, and this has been showing up

Code:
Apr-15 16:43:30 WARNING  SEARCHQUEUE-BACKLOG-71256 :: Unknown exception while loading URL https://rss.nzbmatrix.com/rss.php?username=xxxx&ssl=1&term=%2B%28%22The+Daily+Show+2012+04%22%2C%22The+Daily+Show+with+Jon+Stewart​+2012+04%22%29&apikey=xxxx&subcat=6%2C41&scenename=1&english=1&maxage=1400&page=download: Traceback (most recent call last):
  File "/home/xxxx/sickbeard/sickbeard/helpers.py", line 147, in getURL
    result = usock.read()
  File "/usr/lib64/python2.7/socket.py", line 351, in read
    data = self._sock.recv(rbufsize)
  File "/usr/lib64/python2.7/httplib.py", line 533, in read
    return self._read_chunked(amt)
  File "/usr/lib64/python2.7/httplib.py", line 576, in _read_chunked
    raise IncompleteRead(''.join(value))
IncompleteRead: IncompleteRead(409 bytes read)

Various errors such as this are in the log each time SB attempts to read the rss feed from Nzbmatrix.

Im running this on a Fedora system, updated to the latest git master

Any help on this would be appreciated if anyone knows. With the latest git, still unable to use nzbmatrix at all, always get the same error as above
find quote
steve1977 Offline
Posting Freak
Posts: 1,577
Joined: Dec 2006
Reputation: 0
Post: #3474
I just made a clean install of SB and need to set up two things, which I forgot how it is done. Quite basic, but will need your help to refresh my memory:

1) Post-Processing - advantage of using the sabToSickbeard script rather than native SB functionality?
* Am I correct that both actually do the same? If so, why does the script exist in the first place?
* I want all downloaded episodes renamed, moved into the respective season folder and added all nfo and tbn

2) Accessing outside home network - somehow recall that I need to do add a "path" somewhere
* Anyone remember what I had to do to allow SB to be accessed?

Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 12 GB DDR3 | 256 GB SSD, 40 TB (1 x 4 TB, 6 x 3TB, 9 x 2 TB)
HTPC 1: Apple Mac Mini (mid-2011) | Intel Core i5 2.5 GHz | 4GB DDR3 | 500 GB
HTPC 2: Apple Mac Mini (mid-2007) | Intel Core 2 Duo 2.0 GHz | 4 GB DDR2 | 16 GB SSD
find quote
HenryFord Offline
Posting Freak
Posts: 996
Joined: Jan 2010
Reputation: 14
Post: #3475
(2012-04-29 05:59)noner Wrote:  Any help on this would be appreciated if anyone knows. With the latest git, still unable to use nzbmatrix at all, always get the same error as above
This problem is nzbmatrix related, they seem to have enourmous server problems currently...

Need help? Check out my XBMC Eden Guide. It contains full featured guides to Sickbeard and CouchPotato as well.

[Image: all-fanart.jpg]
find quote
ijourneaux Offline
Fan
Posts: 413
Joined: Mar 2009
Reputation: 1
Location: Wisconsin, USA
Post: #3476
I have been using Sickbeard for quite a while. I am almost to the point where I could consider dropping my cable service. The opportunity now, is that the hard drive dedicated to TV Shows is filling up. Is there an easy way to manage the retention of TV shows that are managed by Sickbeard? Some shows, you would want to keep all shows, others would be keep 2-3 episodes available.

Take Care
find quote
thezoggy Offline
Fan
Posts: 406
Joined: Sep 2010
Reputation: 5
Post: #3477
build 495 is out. make sure you update Smile
(This post was last modified: 2012-05-01 17:23 by thezoggy.)
find quote
RockDawg Offline
Posting Freak
Posts: 1,257
Joined: Jun 2005
Reputation: 0
Post: #3478
I've been running Sick Beard for a couple months now just fine and all of the sudden, it has started leaving the folders like this:

Code:
_UNKNOWN_The.Big.Bang.Theory.S05E23.720p.HDTV.X264-DIMENSION

It is leaving this in my /Completed/ folder where the completed downloads are put before they are post-processed. Post-processing still does it's thing and the episode is renamed and copied to my server, but folders like these are left behind with all the downloaded contents still inside. I don't think I changed anything. Any ideas what the problem could be?
(This post was last modified: 2012-05-04 03:56 by RockDawg.)
find quote
thezoggy Offline
Fan
Posts: 406
Joined: Sep 2010
Reputation: 5
Post: #3479
that would be couchpotato trying to process that.. since its not a movie it ends up as unknown
find quote
Impstoker Offline
Junior Member
Posts: 3
Joined: May 2012
Reputation: 0
Post: #3480
(2012-05-04 03:55)RockDawg Wrote:  I've been running Sick Beard for a couple months now just fine and all of the sudden, it has started leaving the folders like this:

Code:
_UNKNOWN_The.Big.Bang.Theory.S05E23.720p.HDTV.X264-DIMENSION

It is leaving this in my /Completed/ folder where the completed downloads are put before they are post-processed. Post-processing still does it's thing and the episode is renamed and copied to my server, but folders like these are left behind with all the downloaded contents still inside. I don't think I changed anything. Any ideas what the problem could be?

I have exactly the same problem. Doesn't happen every times, just every now and again.
Plus, the actual series episode HAS been copied to the new location, but also left behind in the completed folder. And both sickbeard and sabnzbd give a failed to move error.

Don't think it's couchpotato, since couchpotato looks at a subfolder in my setup. Don't know how it is for Rockdawg though.
find quote
Post Reply