[APP] NzbSearcher - 2 Dec 2011 - Version 2.0.5.6

Got a program that plays well with SABnzbd? Share it here!
highend
Newbie
Newbie
Posts: 17
Joined: November 17th, 2009, 11:29 am

Re: [APP] NzbSearcher - 03 MAY 2011 - Version 2.0.4.3

Post by highend »

I can tell you whould you _should_ see when adding a NZB through NzbSearcher:
under the SAB tab, an active download should appear, the SAB button should blink
at the same time, the active download should appear on SAB's website.
Ok, unfortunately nothing of these things happen *g*
can you please verify that the communication channel between SAB and NzbSearcher is working properly?
easiest way to do this: add any NZB, and see if the categories combobox has the propper values in it (series, movies, etc, whatever you configured in SAB)
That's working correctly. I removed a few of SabNZBD's categories and NzbSearcher does only display the available ones in the drop down field when I add a new nzb.
User avatar
Heimiko
Full Member
Full Member
Posts: 102
Joined: September 22nd, 2010, 9:09 am
Contact:

Re: [APP] NzbSearcher - 03 MAY 2011 - Version 2.0.4.3

Post by Heimiko »

highend wrote: That's working correctly. I removed a few of SabNZBD's categories and NzbSearcher does only display the available ones in the drop down field when I add a new nzb.
I'm puzzled.  ???
gonna think this over, I'll get back to you on this
User avatar
Heimiko
Full Member
Full Member
Posts: 102
Joined: September 22nd, 2010, 9:09 am
Contact:

Re: [APP] NzbSearcher - 03 MAY 2011 - Version 2.0.4.3

Post by Heimiko »

My RAID controller got fried a few days ago. (silly cooling fan stopped rotating, which overheated my card)
Ordered a new one and waiting for that to come in.
Before it comes in and reinstall everything (os's and dev tools), I wont be able to do any development on this.
so it'll take a while. bare with me.
highend
Newbie
Newbie
Posts: 17
Joined: November 17th, 2009, 11:29 am

Re: [APP] NzbSearcher - 03 MAY 2011 - Version 2.0.4.3

Post by highend »

Heimiko wrote: My RAID controller got fried a few days ago. (silly cooling fan stopped rotating, which overheated my card)
Ordered a new one and waiting for that to come in.
Before it comes in and reinstall everything (os's and dev tools), I wont be able to do any development on this.
so it'll take a while. bare with me.
Sad to hear. Good luck with the new one!
Sam
Newbie
Newbie
Posts: 4
Joined: March 11th, 2011, 3:45 am

Re: [APP] NzbSearcher - 03 MAY 2011 - Version 2.0.4.3

Post by Sam »

Hi,

Like a few others in this thread, I have the "unable to connect to sabnzbd server" error. It never worked for me with any versions of nzbsearcher and sabnzbd.

The address and api key are correct, I can add nzb to sabnzbd's queue without problem.

I use nzbsearcher 2.0.4.3 on windows 7 x64, and sabnzbd 0.6.1 on ubuntu, without any firewall whatsoever in between.

In case it can help find the origin of the problem, I did a capture with wireshark on the windows pc, what I saw is 2 HTTP requests for /sabnzbd/api?apikey=*******&mode=queue&start=START&limit=LIMIT&output=xml which are successfull.

And the downloaded xml :

Code: Select all

<?xml version="1.0" encoding="UTF-8" ?>
<queue><active_lang>fr</active_lang>
<session>*********</session>
<slots><slot><status>Queued</status>
<index>0</index>
<eta>unknown</eta>
<timeleft>0:00:00</timeleft>
<avg_age>10h</avg_age>
<script>None</script>

<msgid></msgid>
<verbosity></verbosity>
<mb>15138.01</mb>
<sizeleft>14.8 GB</sizeleft>
<filename>*********</filename>
<priority>Normal</priority>
<cat>*</cat>
<mbleft>15138.01</mbleft>
<percentage>0</percentage>
<nzo_id>SABnzbd_nzo_k009rp</nzo_id>

<unpackopts>3</unpackopts>
<size>14.8 GB</size>
</slot>
</slots>
<speed>0  </speed>
<size>14.8 GB</size>
<limit>0</limit>
<start>0</start>
<diskspacetotal2>290.62</diskspacetotal2>
<darwin>False</darwin>

<last_warning></last_warning>
<have_warnings>0</have_warnings>
<noofslots>1</noofslots>
<pause_int>0</pause_int>
<categories><category>*</category>
<category>films</category>
<category>series</category>
<category>vidz</category>
<category>xbox360</category>

</categories>
<diskspacetotal1>290.62</diskspacetotal1>
<mb>15138.01</mb>
<loadavg>0.23 | 0.14 | 0.13</loadavg>
<cache_max>0</cache_max>
<speedlimit></speedlimit>
<webdir>/usr/share/sabnzbdplus/interfaces/Plush/templates</webdir>
<paused>True</paused>
<isverbose>False</isverbose>
<restart_req>False</restart_req>

<power_options>False</power_options>
<helpuri>http://wiki.sabnzbd.org/</helpuri>
<uptime>54m</uptime>
<refresh_rate></refresh_rate>
<version>0.6.1</version>
<color_scheme></color_scheme>
<new_release></new_release>
<nt>False</nt>
<status>Paused</status>
<finish>0</finish>

<cache_art>0</cache_art>
<paused_all>False</paused_all>
<finishaction>None</finishaction>
<sizeleft>14.8 GB</sizeleft>
<cache_size>0 B</cache_size>
<mbleft>15138.01</mbleft>
<diskspace2>108.43</diskspace2>
<diskspace1>108.43</diskspace1>
<scripts><script>None</script>

<script>arret.sh</script>
</scripts>
<timeleft>0:00:00</timeleft>
<nzb_quota></nzb_quota>
<eta>inconnu</eta>
<kbpersec>0.00</kbpersec>
<new_rel_url></new_rel_url>
<queue_details>0</queue_details>
</queue>
Does this look OK ?
User avatar
Heimiko
Full Member
Full Member
Posts: 102
Joined: September 22nd, 2010, 9:09 am
Contact:

Re: [APP] NzbSearcher - 03 MAY 2011 - Version 2.0.4.3

Post by Heimiko »

Sam wrote: Like a few others in this thread, I have the "unable to connect to sabnzbd server" error. It never worked for me with any versions of nzbsearcher and sabnzbd.
...
Does this look OK ?
weird, looks like its able to connect. so then, another error must actually occur.
Would you mind giving me access to your SAB box, so I can fix this bug?
if you're willing, you can send me login details via PM.
I won't be downloading too much, I promise ;-)

ps. my RAID problem has been solved, everything up and running again. ready to do some coding.
highend
Newbie
Newbie
Posts: 17
Joined: November 17th, 2009, 11:29 am

Re: [APP] NzbSearcher - 03 MAY 2011 - Version 2.0.4.3

Post by highend »

ps. my RAID problem has been solved, everything up and running again. ready to do some coding.
Great, hope my problem can be solved as well *g*
User avatar
Heimiko
Full Member
Full Member
Posts: 102
Joined: September 22nd, 2010, 9:09 am
Contact:

Re: [APP] NzbSearcher - 03 MAY 2011 - Version 2.0.4.3

Post by Heimiko »

highend wrote:
ps. my RAID problem has been solved, everything up and running again. ready to do some coding.
Great, hope my problem can be solved as well *g*
if it's the same problem, then it'll be fixed.
if Sam doesn't want to open a port to his SAB setup for me (or if he doesn't responds) maybe you'd like to volunteer?
like him, if you're willing, send me a PM with your login details (URL, port, API key, username, password)
that way you'll be sure I'll fix your problem
axeman1
Newbie
Newbie
Posts: 8
Joined: March 16th, 2011, 7:51 pm

Re: [APP] NzbSearcher - 03 MAY 2011 - Version 2.0.4.3

Post by axeman1 »

Nice program. I wonder if you can add support to www.nzbclub.com ?

Not essential but always good to have another provider.
User avatar
Heimiko
Full Member
Full Member
Posts: 102
Joined: September 22nd, 2010, 9:09 am
Contact:

Re: [APP] NzbSearcher - 03 MAY 2011 - Version 2.0.4.3

Post by Heimiko »

An update is coming soon, to fix a few issues.
The last thing which is holding it up, is this search history bug, nasty little one that is. has been keeping me busy for the last 3 days, unable to fix it yet, but can't be long now.
axeman1 wrote: Nice program. I wonder if you can add support to www.nzbclub.com ?
I'll have a look at their site, see if they have a nice API, if they do, I'll implement it.
User avatar
Heimiko
Full Member
Full Member
Posts: 102
Joined: September 22nd, 2010, 9:09 am
Contact:

Re: [APP] NzbSearcher - 30 MAY 2011 - Version 2.0.4.4

Post by Heimiko »

Released v2.0.4.4

Search history isn't fixed yet, still busy determining the cause (tough one).
I released it without this fix because I know some of you are really waiting on the few fixes I did.
have fun.
User avatar
Heimiko
Full Member
Full Member
Posts: 102
Joined: September 22nd, 2010, 9:09 am
Contact:

Re: [APP] NzbSearcher - 01 June 2011 - Version 2.0.5.0

Post by Heimiko »

Released 2.0.5.0

still no history bug fix
User avatar
Heimiko
Full Member
Full Member
Posts: 102
Joined: September 22nd, 2010, 9:09 am
Contact:

Re: [APP] NzbSearcher - 01 June 2011 - Version 2.0.5.0

Post by Heimiko »

Released v2.0.5.1 Released v2.0.5.2

still no history bug fix, sorry
Last edited by Heimiko on June 2nd, 2011, 1:19 pm, edited 1 time in total.
User avatar
Heimiko
Full Member
Full Member
Posts: 102
Joined: September 22nd, 2010, 9:09 am
Contact:

Re: [APP] NzbSearcher - 02 June 2011 - Version 2.0.5.2

Post by Heimiko »

NzbMatrix seems to have issues with its API/RSS feeds.
So it's not working in NzbSearcher. Hopefully this will be resolved soon, as NzbMatrix is part of my daily search routines.
If it takes too long, I'll implement a provider that does NzbMatrix website scraping!
User avatar
Heimiko
Full Member
Full Member
Posts: 102
Joined: September 22nd, 2010, 9:09 am
Contact:

Re: [APP] NzbSearcher - 08 June 2011 - Version 2.0.5.3

Post by Heimiko »

Released v2.0.5.3

many thanks to a specific user, lots of help solving some tough bugs.
you know who you are  ;D
Post Reply