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 ?