myNZB

Got a program that plays well with SABnzbd? Share it here!
pburns
Newbie
Newbie
Posts: 14
Joined: March 29th, 2011, 1:34 pm

Re: myNZB

Post by pburns »

Reinstalling does not help. Maybe it's that double nzb suffix?
myNZB
Release Testers
Release Testers
Posts: 142
Joined: February 19th, 2009, 1:10 pm

Re: myNZB

Post by myNZB »

@pburns could be. It's working here, very strange i'll do some debugging tonight and see if i can spot anything :)
pburns
Newbie
Newbie
Posts: 14
Joined: March 29th, 2011, 1:34 pm

Re: myNZB

Post by pburns »

I think the URL prefix is wrong:

Code: Select all

http://www.nzbindex.nl/release/
should be

Code: Select all

http://www.nzbindex.nl/download/
pburns
Newbie
Newbie
Posts: 14
Joined: March 29th, 2011, 1:34 pm

Re: myNZB

Post by pburns »

Here's an example of the query your app sends out to nzbindex (captured with tcpdump) which I reproduced from the command line:

Code: Select all

wget '/rss/?q=ubuntu&sort=agedesc&max=25&minsize=0'
This returns a rss answer which contains the correct url only in the enclosure element:

Code: Select all

<enclosure url="http://www.nzbindex.nl/download/38404627/Computer-Forensics-Student-Project-Example-Ubuntu-10.10-desktop.rar-28843-MB.nzb" length="73105" type="text/xml" />
Are you sure you grab it from there?
myNZB
Release Testers
Release Testers
Posts: 142
Joined: February 19th, 2009, 1:10 pm

Re: myNZB

Post by myNZB »

@pburns


My code

if ([item attributeForName:@"url"]) { [arrayItem setObject:[[item attributeForName:@"url"] stringValue] forKey:@"URL"];}

It grabs this url http://www.nzbindex.nl/download/3840462 ... 843-MB.nzb which is the same.

Also are you running over wifi or 3g network??
pburns
Newbie
Newbie
Posts: 14
Joined: March 29th, 2011, 1:34 pm

Re: myNZB

Post by pburns »

And item refers to the enclosure xml element?

I'm running over Wifi.
kilyman
Newbie
Newbie
Posts: 3
Joined: July 16th, 2010, 1:13 pm

Re: myNZB

Post by kilyman »

Same here, yesterday nzbindex stops working, 0.4.7 works here before. And 3G or wifi makes no differences, also other nzb apps (sabmobile) still works...

All warnings have
WARNING: Invalid NZB file ......., skipping (reason=mismatched tag, line=25)
ERROR: Error getting url http://www.nzbindex.nl/release/......... (cause= "")

Also a  BUG since ever, if i have a server name like myserver.local and i am on 3G there is no error (timeout not works) and i am not able to switch the servers, if i used instead IP numbers like 196.168.1.2 on 3G i am able to switch is this a DNS Problem or APP bug.
pburns
Newbie
Newbie
Posts: 14
Joined: March 29th, 2011, 1:34 pm

Re: myNZB

Post by pburns »

Just one more idea: I noticed the the nzbindex websites sometimes gives me different locales - not sure on what this is based since the ip address should always be from the country. But maybe nzbindex also gives differing rss results...

Maybe you could post what rss you get from nzbindex? I will also do later on...
kilyman
Newbie
Newbie
Posts: 3
Joined: July 16th, 2010, 1:13 pm

Re: myNZB

Post by kilyman »

if i search in NZBClub i get a error: "NZBIndex Error: not found"
and search for everything in NZBClub fails !!

Why "NZBIndex"
Doughall_d
Newbie
Newbie
Posts: 2
Joined: March 28th, 2011, 3:33 pm

Re: myNZB

Post by Doughall_d »

kilyman wrote: if i search in NZBClub i get a error: "NZBIndex Error: not found"
and search for everything in NZBClub fails !!

Why "NZBIndex"

Same here. Working fine yesterday, today I have the same problem as mentioned above.
myNZB
Release Testers
Release Testers
Posts: 142
Joined: February 19th, 2009, 1:10 pm

Re: myNZB

Post by myNZB »

@kilyman

This application is currently offline. Server Upgrade in Progress. Be back soon :D on nzbclub website
bramblepants
Newbie
Newbie
Posts: 1
Joined: April 5th, 2011, 6:34 am

Feature Request: Re: myNZB

Post by bramblepants »

Been using this app for ages, and really love it. However, there's one thing that I would like to be able to do:

When accessing SAB from my iphone I can set it to shutdown, stand by etc the computer after the current queue has finished.

Is this something you can build into your app? It's useful when I leave the machine on when I go to bed, but don't want it on all night when nothing's downloading.

Cheers!
pburns
Newbie
Newbie
Posts: 14
Joined: March 29th, 2011, 1:34 pm

Re: myNZB

Post by pburns »

@mynzb Any news regarding the nzbindex bug?
Matty Zee
Newbie
Newbie
Posts: 1
Joined: April 10th, 2011, 5:39 am

Re: myNZB

Post by Matty Zee »

I have the same issue with NZBIndex. I only had the app for a few days and it was working great. Then I 'upgraded' and now nzbindex doesn't work from mynzb. I have tried deleting and reinstalling the app but that did nothing.

Please fix this issue. This app is useless to me now...
(alternatively, is there a way to roll back to the previous version?)
Last edited by Matty Zee on April 10th, 2011, 7:43 am, edited 1 time in total.
dan44762000
Newbie
Newbie
Posts: 3
Joined: April 12th, 2011, 8:27 am

Re: myNZB

Post by dan44762000 »

i have it working fine over my wi-fi connection ,  how do i get it set up so i can search nzb matrix and download files while i am out and about over 3g  ? ??  or is it not possible ?>

tried searching nzb matrix through 3g and got no results but got the results through wi-fi
is this normal ? ? ? ?

thanks daniel
Post Reply