tvbinz.net (RSS won't work)

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
User avatar
pieteckhart
Release Testers
Release Testers
Posts: 131
Joined: April 30th, 2008, 9:34 am
Location: Netherlands
Contact:

tvbinz.net (RSS won't work)

Post by pieteckhart »

Hi all,

today i tried to use the rss feeds provided by tvbinz.net
Something is not right. i get these log messages:
2008-10-06 22:38:53,078 WARNING [nzbstuff] Incorrect NZB file index.php?act=getnzb&c=1746 (trying anyway)
2008-10-06 22:38:53,078 ERROR [nzbstuff] Invalid NZB file index.php?act=getnzb&c=1746, skipping
if i copy the link to my browser (lets say firefox) it downloads just fine.
i already did some research and i tvbinz.net uses gzip to present there rss feeds.
(maybe the nzb files are gzipped to?)

did someone tried tvbinz.net?

Thanks!
Last edited by pieteckhart on October 6th, 2008, 4:03 pm, edited 1 time in total.
SABnzbd+ Windows 7 Gadget
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: tvbinz.net

Post by shypike »

The site insists on having gzip-compressed HTTP communication, instead of just sending a gzipped NZB file.
This is currently not supported by SABnzbd.

I'll file it as a ticket, but cannot commit to delivery date.
User avatar
pieteckhart
Release Testers
Release Testers
Posts: 131
Joined: April 30th, 2008, 9:34 am
Location: Netherlands
Contact:

Re: tvbinz.net

Post by pieteckhart »

shypike wrote: The site insists on having gzip-compressed HTTP communication, instead of just sending a gzipped NZB file.
This is currently not supported by SABnzbd.

I'll file it as a ticket, but cannot commit to delivery date.
thanks, ill work on a workaround ;)
i made a php file that reads the rss (with gzip). i will replace the dowload url's with another url that downloads the nzb's and presents them without gzip :)

Thanks for the reply!

(ill post my php code so others can use it two)
SABnzbd+ Windows 7 Gadget
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: tvbinz.net (RSS won't work)

Post by switch »

I've fixed the code internally, not sure which release the changes will make their way into.

The problem was the URL fetching code did not accept gzipped nzb files named with the '.nzb' extension, and also tvbinz needed "Accept-Encoding:gzip" sent out in the headers to communicate back.
User avatar
pieteckhart
Release Testers
Release Testers
Posts: 131
Joined: April 30th, 2008, 9:34 am
Location: Netherlands
Contact:

Re: tvbinz.net (RSS won't work)

Post by pieteckhart »

nice :D i am looking forward to it!

(i love this forum! quickest replies i have ever seen)
SABnzbd+ Windows 7 Gadget
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
najarip
Newbie
Newbie
Posts: 1
Joined: October 7th, 2008, 1:27 am

Re: tvbinz.net (RSS won't work)

Post by najarip »

I have the same with tvnzb.com, is it the same cause (gzip?)

#2008-10-07 07:56:03,717
WARNING
[nzbstuff] Incorrect NZB file 13915 (trying anyway)

#2008-10-07 07:56:03,717
ERROR
[nzbstuff] Invalid NZB file 13915, skipping

When i manually add the same nzb, then it will download fine. By the way, it appears not to happen to all NZBs from that site.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: tvbinz.net (RSS won't work)

Post by shypike »

Yes, same cause.
Will be fixed in 0.4.5
User avatar
pieteckhart
Release Testers
Release Testers
Posts: 131
Joined: April 30th, 2008, 9:34 am
Location: Netherlands
Contact:

Re: tvbinz.net (RSS won't work)

Post by pieteckhart »

i'm having some problems with my php script, i think ill just wait for the 0.4.5 release. (lazy as i am)
SABnzbd+ Windows 7 Gadget
Manage your downloads from your desktop.
Download: http://eckhart.hopto.org/sabgadget/sabgadget2.gadget
Site: http://eckhart.hopto.org/sabgadget/
Post Reply