Page 2 of 2
Re: How to change newzbin url
Posted: February 4th, 2012, 6:02 pm
by treadon
Try this typing this if you want a quick fix.
Code: Select all
echo '85.112.165.88 newzbin.com' >> /etc/hosts
Re: How to change newzbin url
Posted: February 5th, 2012, 10:30 am
by ilford
Not sure what I am doing wrong, but 6.15 hasn't fixed the problem for me. Set up looks OK.
Re: How to change newzbin url
Posted: February 5th, 2012, 10:59 am
by shypike
So you have a different problem.
Can you reach newzbin2.es at all with your web browser?
Re: How to change newzbin url
Posted: February 12th, 2012, 10:16 am
by asujosh1
I'm having some issues with SAB connecting to the new NEwzbin2.es servers. I installed 6.15 and configured the server information, but it always generates the same error message:
[Errno 61] Failed to connect: (60, '[Errno 61] Connection refused') -
[email protected]:563
I have tried everything I can think of and haven't been able to solve the problem. Any suggestions?
Re: How to change newzbin url
Posted: February 12th, 2012, 12:50 pm
by shypike
Are you trying to use newzbin2.es as a Usenet server?
You cannot use newzbin as a server, it's an indexing site that delivers NZB files.
Re: How to change newzbin url
Posted: March 7th, 2012, 11:16 pm
by Loto_Bak
I just did a git pull to resolve the newzbin.com/newzbin2.es issue... yet I'm recieving the error...
I can connect to newzbin.es just fine from any other source
"ERROR : Newzbin server changed its protocol" whenever I get sabnzbd to fetch an ID number
and no error at all when requesting the bookmarks to be fetched.
Running on a linux box from source
Code: Select all
2012-03-07 05:13:39,541::DEBUG::[newzbin:82] Adding msgid 6524005 to the queue
2012-03-07 05:13:39,541::DEBUG::[newzbin:105] Popping msgid 6524005
2012-03-07 05:13:39,541::INFO::[newzbin:153] Fetching NZB for Newzbin report #6524005
2012-03-07 05:13:40,624::ERROR::[newzbin:190] Newzbin server changed its protocol
2012-03-07 05:13:40,625::INFO::[__init__:827] /home/xxxx/sabnzbd/admin/future/SABnzbd_nzo_G4Dnkg removed
2012-03-07 05:13:40,638::INFO::[nzbqueue:167] Saving queue
2012-03-07 05:13:40,638::INFO::[__init__:838] Saving data for queue9.sab in /home/xxxx/sabnzbd/admin/queue9.sab
Re: How to change newzbin url
Posted: March 8th, 2012, 6:34 am
by shypike
"Newzbin server changed its protocol"
means that SABnzbd doesn't get the type of answer it expects.
This could be a permanent of a temporary problem.
I don't check newzbin daily, but I will do later.
Re: How to change newzbin url
Posted: March 11th, 2012, 1:34 pm
by Loto_Bak
Thanks
Just checked again today and still receive
ERROR : Newzbin server changed its protocol
Can anyone else confirm that newzbin ID fetching works with current git /or/ 0.6.15?
Re: How to change newzbin url
Posted: March 11th, 2012, 2:00 pm
by RichieB
Everything is working fine here with 0.6.15. I use newzbin exclusively. No problems whatsoever.
Re: How to change newzbin url
Posted: March 11th, 2012, 5:34 pm
by Loto_Bak
Thanks RichieB, gives me a place to start
Shypike, is there more verbose logging I can enable to try and troubleshoot this?
Re: How to change newzbin url
Posted: March 12th, 2012, 1:11 am
by shypike
Remove all failed newzbin items from the history.
Then re-enter the report numbers manually.
There's a specific incorrect error message from newzbin that results
In a permanent problem in SABnzbd.
Re: How to change newzbin url
Posted: March 13th, 2012, 12:28 am
by Loto_Bak
I purged my history using the webUI using all three options (failed, failed+files, successful).
Added the newzbinID through the web 'add nzb' dialog in the URL field.
Unfortunately I still recieve the same error...
# EDIT
I renamed and allowed sabnzbd to regenerate a fresh history1.db but it still errors.
(Interestingly my old history1.db was 2.6M despite 'clearing history')
Re: How to change newzbin url
Posted: March 13th, 2012, 11:03 am
by shypike
Last tip:
Restart SABnzbd like this:
./SABnzbd.py --clean
That will remove most admin stuff and should fix it.
The whole queue will be cleared.
BTW: the SQLite database library that we use has its own way of purging data.
The data is may be still in the file, but SABnzbd doesn't it see it anymore.