Search found 5305 matches

by safihre
March 25th, 2024, 3:00 am
Forum: General Help
Topic: All of my dl's were stopped
Replies: 1
Views: 41

Re: All of my dl's were stopped

Since you run SABnzbd in a Docker, why not just re-start with a clean docker?
It's bit hard to diagnose :)
by safihre
March 25th, 2024, 2:45 am
Forum: General Help
Topic: Episodes not moving from Temp folder
Replies: 1
Views: 83

Re: Episodes not moving from Temp folder

What you are showing us is Sonarr, this is the SABnzbd forum :)
You should check Sonarr's support!
by safihre
March 19th, 2024, 10:06 am
Forum: General Help
Topic: downloads slow significantly when downloading across multiple usenet servers
Replies: 11
Views: 481

Re: downloads slow significantly when downloading across multiple usenet servers

I only got 1 email, with the Clockwork NZB.
Is that the right one?
by safihre
March 18th, 2024, 3:57 am
Forum: General Help
Topic: 4.2.3 Update led to unrar no longer working (LSIO via docker on Synology)
Replies: 10
Views: 506

Re: 4.2.3 Update led to unrar no longer working (LSIO via docker on Synology)

Indeed LSIO does our Docker, since they are much more of an expert.
The newer version is much faster in unpacking, due to the new features. And it has the latest security patches, the older one does not.
However, I think we should complain to Rarlabs..
by safihre
March 18th, 2024, 12:46 am
Forum: Bug Reports
Topic: strange startup problem
Replies: 1
Views: 196

Re: strange startup problem

Can you enable Debug logging in the Status window and then after it happens again click Show Logging in the Status window. Send the logs to me at [email protected]
by safihre
March 17th, 2024, 3:06 pm
Forum: General Help
Topic: downloads slow significantly when downloading across multiple usenet servers
Replies: 11
Views: 481

Re: downloads slow significantly when downloading across multiple usenet servers

What providers do you use?
Could you send an NZB to me at [email protected]?
I couldn't find a job that's complete on 1 provider but missing on the other.
by safihre
March 17th, 2024, 1:43 pm
Forum: General Help
Topic: downloads slow significantly when downloading across multiple usenet servers
Replies: 11
Views: 481

Re: downloads slow significantly when downloading across multiple usenet servers

Every missing article should directly jump to the next server, or at least with minimal delay.
Strange.
by safihre
March 16th, 2024, 4:44 pm
Forum: General Help
Topic: downloads slow significantly when downloading across multiple usenet servers
Replies: 11
Views: 481

Re: downloads slow significantly when downloading across multiple usenet servers

If it's onky available on the secondary server, then it might indeed be a bit slower. Although from 100 to 5 is quite a drop.

How many connections do you use for all your servers?
by safihre
March 16th, 2024, 2:05 pm
Forum: General Help
Topic: downloads slow significantly when downloading across multiple usenet servers
Replies: 11
Views: 481

Re: downloads slow significantly when downloading across multiple usenet servers

The log lines are not related to the download, but to the importing the NZB's.

Missing data will always be slow, since we first try the main server which has to tell us it's missing before we go to the next server. So it can't be full speed, since 2 requests have to be made that are sequential.
by safihre
March 13th, 2024, 3:57 pm
Forum: General Help
Topic: autoprocesstv.py ran message - but nothing is happening, files dont move anymore?
Replies: 3
Views: 214

Re: autoprocesstv.py ran message - but nothing is happening, files dont move anymore?

Seems it did not output anything.
In any case, we don't make that script so I don't know how to debug the problem..
by safihre
March 12th, 2024, 8:33 am
Forum: General Help
Topic: Fatal error in Downloader - invalid literal for int() with base 10
Replies: 28
Views: 927

Re: Fatal error in Downloader - invalid literal for int() with base 10

We fixed it.
You could use the latest Docker image I think to get these code changes.
by safihre
March 11th, 2024, 3:47 pm
Forum: General Help
Topic: Fatal error in Downloader - invalid literal for int() with base 10
Replies: 28
Views: 927

Re: Fatal error in Downloader - invalid literal for int() with base 10

Thanks for sharing your login!
I was able to reproduce and identify the bug in SABnzbd.
The summary is here: https://github.com/sabnzbd/sabnzbd/issues/2821

I will try to fix this in the next few days.
by safihre
March 11th, 2024, 12:08 pm
Forum: General Help
Topic: Fatal error in Downloader - invalid literal for int() with base 10
Replies: 28
Views: 927

Re: Fatal error in Downloader - invalid literal for int() with base 10

Could also be that they sent this as part of the previous article, that we didn't read the full output.
However, this is very strictly defined in the standard what is the end of data. So they are then doing something invalid.