Search found 13 matches

by kacaukacau
June 1st, 2023, 7:12 pm
Forum: Bug Reports
Topic: Unpacker not moving on after no more DirectUnpacker alive
Replies: 1
Views: 593

Unpacker not moving on after no more DirectUnpacker alive

Basically the title. It does not happen to every downloads, but every one or two days it happens once at least. In the log there will be a lot of 2023-06-02 01:19:30,795::DEBUG::[newsunpack:536] DirectUnpacker still alive for DOWNLOAD_NAME: 0 every two seconds until I restart the container. I'm usin...
by kacaukacau
April 23rd, 2021, 9:10 am
Forum: General Help
Topic: Possible to make post-processing follow priority?
Replies: 3
Views: 1938

Re: Possible to make post-processing follow priority?

Sorry for the late reply. Can't it follow how the download queue now works? If there are multiple items with the highest priority, then it should process it according to the time added to the post-processing list. For example if it is processing 5 items, 1 - Force, 2 - Force, 3 - High Priority, 4- N...
by kacaukacau
April 8th, 2021, 3:05 pm
Forum: General Help
Topic: Possible to make post-processing follow priority?
Replies: 3
Views: 1938

Possible to make post-processing follow priority?

Is there any way already to make SABnzbd follow the job priority when repairing/unpacking? For example, I have a job that I want to download urgently, I put it as "Force" priority and it gets shoot up the queue and gets downloaded immediately. But after the download and direct unpack, it w...
by kacaukacau
September 28th, 2020, 6:35 am
Forum: Beta Releases
Topic: Incomplete downloads stuck in History as “Waiting”
Replies: 10
Views: 8667

Re: Incomplete downloads stuck in History as “Waiting”

I don't think it's NZB specific as it does post process properly and the download will fail (instead of stuck at waiting) if I reupload the NZB and redownload it again.
by kacaukacau
September 22nd, 2020, 9:15 am
Forum: Beta Releases
Topic: Error when sending orphaned downloads back to queue
Replies: 1
Views: 2734

Error when sending orphaned downloads back to queue

I get this error when retrying orphaned downloads [22/Sep/2020:16:10:35] HTTP Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/cherrypy/_cprequest.py", line 638, in respond self._do_respond(path_info) File "/usr/local/lib/python3.6/dist-packages/cherrypy...
by kacaukacau
September 16th, 2020, 4:20 am
Forum: Beta Releases
Topic: Incomplete downloads stuck in History as “Waiting”
Replies: 10
Views: 8667

Re: Incomplete downloads stuck in History as “Waiting”

Nope, there's no job running at the moment (in the History tab). After restarting they are still waiting forever. I enabled debug logging and will send you the logs when it occurs again
by kacaukacau
September 16th, 2020, 12:41 am
Forum: Beta Releases
Topic: Incomplete downloads stuck in History as “Waiting”
Replies: 10
Views: 8667

Incomplete downloads stuck in History as “Waiting”

I have a few downloads sitting in History, with the status “Waiting”, but in the info box under Downloads it states that the download is “ Aborted, cannot be completed - https://sabnzbd.org/not-complete”. Is this a bug? Version is 3.10.Beta2 https://i.ibb.co/RzRP8QG/3926-C8-D0-D51-C-4-F80-BB0-C-FE9-...
by kacaukacau
September 3rd, 2020, 8:10 am
Forum: Bug Reports
Topic: Bug in API calls for history
Replies: 4
Views: 2176

Re: Bug in API calls for history

Sure. Output of curl 'http://sabnzbd:8080/api?mode=history&category=movies&apikey=(removed)&output=json' | jq -r ".[].slots[] | {name: .name, category: .category}" { "name": "Blue.Bloods.S09E19.Common.Enemies.1080p.AMZN.WEB-DL.DDP5.1.H.264-NTb-postbot", &quo...
by kacaukacau
September 3rd, 2020, 4:05 am
Forum: Bug Reports
Topic: Bug in API calls for history
Replies: 4
Views: 2176

Bug in API calls for history

http://sabnzbd:8080/api?mode=history&start=0&limit=30&category=movies&apikey=(removed)&output=json will also return results with downloads not in the category movies, and also not all downloads that are in the category movies are returned. http://sabnzbd:8080/api?mode=history&am...
by kacaukacau
September 1st, 2020, 3:47 am
Forum: Bug Reports
Topic: Assembler crash
Replies: 2
Views: 1696

Assembler crash

I'm running in Docker container, with the linuxserver/sabnzbd image. SABnzbd restarts itself very often, with the error: 2020-09-01 10:30:21,086::ERROR::[assembler:106] Fatal error in Assembler Traceback (most recent call last): File "/app/sabnzbd/sabnzbd/assembler.py", line 91, in run sel...
by kacaukacau
August 27th, 2020, 9:24 am
Forum: Bug Reports
Topic: Sort not working for big queue
Replies: 4
Views: 1763

Re: Sort not working for big queue

Ah I see! Now it's working fine
by kacaukacau
August 27th, 2020, 7:38 am
Forum: Bug Reports
Topic: Sort not working for big queue
Replies: 4
Views: 1763

Re: Sort not working for big queue

Still the same, half of the queue is not affected by sorting
by kacaukacau
August 27th, 2020, 6:01 am
Forum: Bug Reports
Topic: Sort not working for big queue
Replies: 4
Views: 1763

Sort not working for big queue

I'm trying to sort my queue by age, but it only sorts up to a certain download entry, and all downloads afterwards are not sorted. Same goes to sort by name etc. Understandably, downloads are sorted within priority, but even when all files have the same priority it doesn't really sort all. For examp...