How to change newzbin url

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
treadon
Newbie
Newbie
Posts: 1
Joined: February 4th, 2012, 6:00 pm

Re: How to change newzbin url

Post by treadon »

Try this typing this if you want a quick fix.

Code: Select all

echo '85.112.165.88 newzbin.com' >> /etc/hosts 
ilford
Newbie
Newbie
Posts: 1
Joined: February 5th, 2012, 10:23 am

Re: How to change newzbin url

Post by ilford »

Not sure what I am doing wrong, but 6.15 hasn't fixed the problem for me. Set up looks OK.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: How to change newzbin url

Post by shypike »

So you have a different problem.
Can you reach newzbin2.es at all with your web browser?
asujosh1
Newbie
Newbie
Posts: 1
Joined: February 12th, 2012, 10:13 am

Re: How to change newzbin url

Post 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?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: How to change newzbin url

Post 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.
Loto_Bak
Newbie
Newbie
Posts: 11
Joined: January 12th, 2009, 1:01 pm

Re: How to change newzbin url

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: How to change newzbin url

Post 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.
Loto_Bak
Newbie
Newbie
Posts: 11
Joined: January 12th, 2009, 1:01 pm

Re: How to change newzbin url

Post 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?
RichieB
Newbie
Newbie
Posts: 14
Joined: May 9th, 2008, 10:21 am

Re: How to change newzbin url

Post by RichieB »

Everything is working fine here with 0.6.15. I use newzbin exclusively. No problems whatsoever.
Loto_Bak
Newbie
Newbie
Posts: 11
Joined: January 12th, 2009, 1:01 pm

Re: How to change newzbin url

Post 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?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: How to change newzbin url

Post 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.
Loto_Bak
Newbie
Newbie
Posts: 11
Joined: January 12th, 2009, 1:01 pm

Re: How to change newzbin url

Post 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')
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: How to change newzbin url

Post 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.
Post Reply