Endless cycle of servers working then timing out

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.
Post Reply
blissend
Newbie
Newbie
Posts: 5
Joined: March 3rd, 2024, 6:45 pm

Endless cycle of servers working then timing out

Post by blissend »

My setup...
  • Sabnzbd Version: 4.2.2 [f730607]
  • Docker container using linuxserverDOTio
  • Running on a Synology DS916+
Been running this for years without issue. Something changed and trying to figure out what is preventing sabnzbd from downloading. When I click Test Server button to...
  1. newsDOTsupernewsDOTcom
  2. newsDOTgiganewsDOTcom
via config/server/ page it shows up as invalid server address.

What always works...
  1. Sabnzbd locally on my macbook
  2. dig/nslookup works on all devices
  3. traceroute to those ports
  4. telnet test with authserv works
So I thought I'll disable ipv6 via the special flags page and that worked. The Test Server button always works now. :) However the new problem is an endless cycle where it works for a bit before getting a time out in the logs like so...

Code: Select all

Thread 1@newsDOTsupernewsDOTcom: Timed out
The sabnzbd queue floods up to 11 pages when that happens. I only have 8 connections setup. How can I replicate this timeout? Why does the Test Server button work but logs keeping showing time outs? ???
blissend
Newbie
Newbie
Posts: 5
Joined: March 3rd, 2024, 6:45 pm

Re: Endless cycle of servers working then timing out

Post by blissend »

Ok I think I've now isolated it to certain downloads. When I do a queue repair and then use sabnzbd test download it works or an nzb file I know works it all works just fine until certain things get queued up start. That's when things time out. I have checked for missing articles turned on but didn't help. Still craps out.
User avatar
safihre
Administrator
Administrator
Posts: 5366
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Endless cycle of servers working then timing out

Post by safihre »

This will be fixed in 4.2.3. The release candidate is already out.
There is a problem with Giganews specifically.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
blissend
Newbie
Newbie
Posts: 5
Joined: March 3rd, 2024, 6:45 pm

Re: Endless cycle of servers working then timing out

Post by blissend »

safihre wrote: March 4th, 2024, 2:35 am This will be fixed in 4.2.3. The release candidate is already out.
There is a problem with Giganews specifically.
Oh thanks! Was going crazy trying to figure this out.
blissend
Newbie
Newbie
Posts: 5
Joined: March 3rd, 2024, 6:45 pm

Re: Endless cycle of servers working then timing out

Post by blissend »

So I switched to the 4.2.3RC3 version (linuxserver.io docker) and it seems to work better now. However it has trouble with rar files...

Code: Select all

 Your UNRAR version is 0.00, we recommend version 5.50 or higher.<br />
To prevent all helpful warnings, disable Special setting 'helpful_warnings'.
It seems to pull from https://github.com/linuxserver/docker-unrar which seems to take from source code. I can't seem to figure out the unrar version command but I see it in /usr/bin/unrar. I also see files downloaded (rar files) but not uncompressed. Let me know if I can do anything else to help. How does it parse the unrar version?

EDIT: Oh I see it runs the unrar command without any other input if I read sabnzbd source right. In this case it outputs...

Code: Select all

root@c24ef75a4a61:/# unrar
Illegal instruction (core dumped)
User avatar
sander
Release Testers
Release Testers
Posts: 8832
Joined: January 22nd, 2008, 2:22 pm

Re: Endless cycle of servers working then timing out

Post by sander »

lsio is not provided by the SAB team.

However, I tried the lsio sabznbd image, and it goes well:

Code: Select all

$ sudo docker run  lscr.io/linuxserver/sabnzbd:unstable

2024-03-08 03:44:33,429::INFO::[SABnzbd:1145] SABnzbd.py-4.2.3RC3


2024-03-08 03:42:34,085::INFO::[SABnzbd:458] UNRAR binary... found (/usr/bin/unrar)
2024-03-08 03:42:34,086::INFO::[SABnzbd:466] UNRAR binary version 7.00

So ... problem on your side?
blissend
Newbie
Newbie
Posts: 5
Joined: March 3rd, 2024, 6:45 pm

Re: Endless cycle of servers working then timing out

Post by blissend »

Hmm didn't know you can use the tag unstable and it's already linked to 4.2.3. I was using the tag that specified it. Anyway now that I did that all is good! Weird.
Post Reply