Page 2 of 2
Re: Trunk 2798 RSS tvnzb
Posted: October 7th, 2009, 1:40 pm
by shypike
Totally weird. I'll try some more testing.
I do not have a fedora 11 system, though.
On the other hand, if manual download works (assuming you mean clicking "retry"),
it's very unlikely that auto scan fails.
Unless the scheduler doesn't work at all.
Can you see RSS activity in the logging?
Re: Trunk 2798 RSS tvnzb
Posted: October 8th, 2009, 5:45 am
by fzeroe
No what i mean by manual download is when clicking on the preview button in the RSS tab when it lists all nzb files and then click download , that nzb file is then added to the Que and this works fine.
What i mean by auto is when the RSS feed is parsed probably some schduler/cron timer and is adding nzb files according to my accept or reject filters to the Que and this is not currently working for me. When they fail even the "Try Again" link is failing.
I hope i could explain this to you
(and to anyone else)
Re: Trunk 2798 RSS tvnzb
Posted: October 8th, 2009, 7:01 am
by shypike
I'm looking at other RSS related problems now.
I'll add your complaints to the testing.
I think I understand now.
Re: Trunk 2798 RSS tvnzb
Posted: October 8th, 2009, 9:03 am
by fzeroe
Thanks
Re: Trunk 2798 RSS tvnzb
Posted: October 9th, 2009, 2:59 am
by fzeroe
Here is the log
2009-10-09 05:12:39,426::DEBUG::[rss:254] Trying link
http://www.tvnzb.com/nzb/28669
2009-10-09 05:12:39,427::DEBUG::[rss:259] Filter matched on rule 4
2009-10-09 05:12:39,427::INFO::[rss:402] Adding
http://www.tvnzb.com/nzb/28669 (CSI.S10E03.720p.HDTV.X264-DIMENSION) to queue
2009-10-09 05:12:39,428::INFO::[__init__:352] Fetching
http://www.tvnzb.com/nzb/28669
2009-10-09 05:12:39,429::INFO::[nzbqueue:95] Saving queue
2009-10-09 05:12:39,430::INFO::[__init__:632] Saving data for SABnzbd_nzo_i4M8Ri in /usr/share/sabnzbd.0.5.0A/cache/SABnzbd_nzo_i4M8Ri
2009-10-09 05:12:39,431::INFO::[__init__:632] Saving data for queue9.sab in /usr/share/sabnzbd.0.5.0A/cache/queue9.sab
2009-10-09 05:12:39,432::INFO::[urlgrabber:120] Grabbing URL
http://www.tvnzb.com/nzb/28669
a little we get this error
2009-10-09 05:12:43,437::ERROR::[misc:778] Error getting url
http://www.tvnzb.com/nzb/28669
I think the urlgrabber part have some bugs
Re: Trunk 2798 RSS tvnzb
Posted: October 9th, 2009, 3:09 am
by shypike
Are you using Rev 2824?
Automatic retries have been implemented now.
I haven't had time to test scheduled RSS scans yet.
Re: Trunk 2798 RSS tvnzb
Posted: October 9th, 2009, 7:41 am
by fzeroe
I just updated to the latest svn i think 2824
in the older svn rev i think that the nzb is download but not processed correctly.
I used tcpdump to check if the file is downloaded and it downloads something but i think it's gziped and just look rubbish to me.
is the nzb files download somewhere or just processed in memory ?
Looking forward to see whats happens with the new rev 2824
Re: Trunk 2798 RSS tvnzb
Posted: October 9th, 2009, 7:56 am
by shypike
Most sites prefer to send files in gzip format (supported by SABnzbd)
because it saves bandwidth.
The actual NZB downloading in an automated scan and in a manual download
by clicking the link in preview is done by the same software.
The only difference is in the way the download command enters SABnzbd.
I'll soon be testing automatic scans.
Re: Trunk 2798 RSS tvnzb
Posted: October 9th, 2009, 3:52 pm
by shypike
My tvnzb.com feed just picked up some shows.
And they are happily showing up the queue.
I have no idea what goes wrong at your system.
Re: Trunk 2798 RSS tvnzb
Posted: October 12th, 2009, 6:18 am
by fzeroe
Does it work for you to use the "ADD NZB" function in sabnzbd and specify a link to tvnzb ,Example
http://www.tvnzb.com/nzb/28858 ?
Re: Trunk 2798 RSS tvnzb
Posted: October 18th, 2009, 5:03 pm
by switch
I did notice this myself recently. Possibly due to the change in user agent sabnzbd provides? I know tvbinz had to change their user agent acceptance recently for the changes to user agent in SVN. Will have to look into it further tomorrow.