Page 1 of 1

tvbinz.net (RSS won't work)

Posted: October 6th, 2008, 3:46 pm
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!

Re: tvbinz.net

Posted: October 6th, 2008, 4:08 pm
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.

Re: tvbinz.net

Posted: October 6th, 2008, 4:21 pm
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)

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

Posted: October 6th, 2008, 5:15 pm
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.

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

Posted: October 7th, 2008, 1:18 am
by pieteckhart
nice :D i am looking forward to it!

(i love this forum! quickest replies i have ever seen)

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

Posted: October 7th, 2008, 1:29 am
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.

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

Posted: October 7th, 2008, 4:56 am
by shypike
Yes, same cause.
Will be fixed in 0.4.5

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

Posted: October 9th, 2008, 2:09 pm
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)