Search found 56 matches
- May 9th, 2024, 2:15 am
- Forum: Bug Reports
- Topic: Downloads not finishing when disabling some of the servers
- Replies: 5
- Views: 3734
Re: Downloads not finishing when disabling some of the servers
One strange thing: log file says: "SABnzbd.exe-4.1.0RC2" but it is actually " 4.3.1 [41de133]" on the settings page...
- May 9th, 2024, 2:13 am
- Forum: Bug Reports
- Topic: Downloads not finishing when disabling some of the servers
- Replies: 5
- Views: 3734
Re: Downloads not finishing when disabling some of the servers
Ok, I've check with the 1000MB test file and during download, I cycled a few times between pause, 2 servers and 1 server (with API calls from a RainMeter skin). part04 got stuck at 94% and never finished. The whole queue item got stuck at 99% (all other parts than part04 downloaded completely). I've...
- May 8th, 2024, 1:29 pm
- Forum: Bug Reports
- Topic: Downloads not finishing when disabling some of the servers
- Replies: 5
- Views: 3734
Re: Downloads not finishing when disabling some of the servers
This is not happening always, for some reason... Also it happened today when switching from "Pause" to 1 server. Seems to be dependent on when exactly a part is resumed, which connection to which server it used, etc. Getting a debug log catching the issue will not be easy, because the whol...
- May 7th, 2024, 8:59 am
- Forum: Bug Reports
- Topic: Downloads not finishing when disabling some of the servers
- Replies: 5
- Views: 3734
Downloads not finishing when disabling some of the servers
Hi! I'm using v4.3.1 under Windows 11 and in the past few versions, I've noticed that downloads will not finish if during download I disable a server. I have configured 2 servers, same provider but one with 12 connections ("Fast") and one with just 2 connections ("Slow"). usually...
- May 10th, 2023, 4:19 am
- Forum: Bug Reports
- Topic: Disabling Servers does not work in 4.0.1
- Replies: 7
- Views: 7108
Re: Disabling Servers does not work in 4.0.1
Yes, the patched version works perfectly - thanks!!
- May 9th, 2023, 12:43 am
- Forum: Bug Reports
- Topic: Disabling Servers does not work in 4.0.1
- Replies: 7
- Views: 7108
Re: Disabling Servers does not work in 4.0.1
This is what I now tested: 1) Restarted Sabnzbd 2) Disabled 1 of my 2 servers. 3) Started a download -> only the enabled server downloaded (correct!) 4) Enabled server 2 -> server 2 also started downloading (correct!) 5) Disabled server 2 -> server 2 continues downloading (forever, not just for a mi...
- May 8th, 2023, 3:59 am
- Forum: Bug Reports
- Topic: Disabling Servers does not work in 4.0.1
- Replies: 7
- Views: 7108
Re: Disabling Servers does not work in 4.0.1
I'm using FireFox (as I always did and it worked in the past) and I also enable/disable servers with API commands - they work, because in the configuration of SABNZBD, the "Enabled" box changes when I send the API commands. However, as I mentioned, all servers are always downloading, no ma...
- May 8th, 2023, 12:32 am
- Forum: Bug Reports
- Topic: Disabling Servers does not work in 4.0.1
- Replies: 7
- Views: 7108
Disabling Servers does not work in 4.0.1
Hi!
In the latest version, enabling / disabling servers has no effect anymore. All servers are always active (which can be seen in the "Connections" status). Please fix...
I'm on Windows 11.
Thanks!
In the latest version, enabling / disabling servers has no effect anymore. All servers are always active (which can be seen in the "Connections" status). Please fix...
I'm on Windows 11.
Thanks!
- November 5th, 2019, 9:03 am
- Forum: General Help
- Topic: Pushing NZBs to Sabnzbd+ via API extremely slow!
- Replies: 10
- Views: 5766
Re: Pushing NZBs to Sabnzbd+ via API extremely slow!
Hi!
The logging level is set to "+Info".
Where do I get the Python 3 version? I'm using the regular v2.3.9 available from the website.
Regards!
The logging level is set to "+Info".
Where do I get the Python 3 version? I'm using the regular v2.3.9 available from the website.
Regards!
- November 1st, 2019, 9:48 am
- Forum: General Help
- Topic: Pushing NZBs to Sabnzbd+ via API extremely slow!
- Replies: 10
- Views: 5766
Re: Pushing NZBs to Sabnzbd+ via API extremely slow!
Still, importing NZBs seems to be an extreme bottleneck causing the whole program to freeze for a long time, which in turn causes a lot of problems and errors...
The code definitely needs a lot of optimization - maybe simply use more memory, etc.
The code definitely needs a lot of optimization - maybe simply use more memory, etc.
- October 31st, 2019, 4:12 pm
- Forum: General Help
- Topic: Pushing NZBs to Sabnzbd+ via API extremely slow!
- Replies: 10
- Views: 5766
Re: Pushing NZBs to Sabnzbd+ via API extremely slow!
The NZB files are about 10 MB. Some even larger. It realls is a performance problem - Sab stops all activities (and responding) during the time it gets a NZB pushed. Everything else seems to be fast, only pushing NZBs via API is extremely slow. I really wish it was written in C++, then all these per...
- October 28th, 2019, 6:54 am
- Forum: General Help
- Topic: Pushing NZBs to Sabnzbd+ via API extremely slow!
- Replies: 10
- Views: 5766
Re: Pushing NZBs to Sabnzbd+ via API extremely slow!
When I try the CURL example, I get the following: * Trying 192.168.0.100... * TCP_NODELAY set * Connected to 192.168.0.100 (192.168.0.100) port 8080 (#0) > POST /sabnzbd/api HTTP/1.1 > Host: 192.168.0.100:8080 > User-Agent: curl/7.55.1 > Accept: */* > Content-Length: 525 > Expect: 100-continue > Con...
- October 28th, 2019, 2:38 am
- Forum: General Help
- Topic: Pushing NZBs to Sabnzbd+ via API extremely slow!
- Replies: 10
- Views: 5766
Re: Pushing NZBs to Sabnzbd+ via API extremely slow!
What will be different when simulating the push? It seems to be a general performance problem of Sab when pushing larger NZBs. The program completely freezes, downloads and postprocessing stops, , the web interface is not accessible anymore, etc. Hard to believe I'm the only one seeing this problem....
- October 27th, 2019, 3:16 pm
- Forum: General Help
- Topic: Pushing NZBs to Sabnzbd+ via API extremely slow!
- Replies: 10
- Views: 5766
Pushing NZBs to Sabnzbd+ via API extremely slow!
Hi! I'm using NZBDonkey to intercept NZB links and push them directly to Sabnzbd+ (which is running on another Windows computer in the LAN). I'm suing the API key to access Sabnzbd+ from the other computer. The problem is, that pushing the NZBs takes extremely long (at least 30 seconds, several minu...
- March 11th, 2017, 2:04 am
- Forum: Bug Reports
- Topic: Password lost when retrying
- Replies: 3
- Views: 3034
Password lost when retrying
Hi! Whenever something goes wrong when unpacking an archive (e.g. disk full, etc) and I click "Retry", the password field is empty and unpacking fails due to the lacking password. Seems that SABNZBD+ forgets the initially password when it can't complete a queue item. Clicking the failed it...