4.1.0Alpha1 Multi-Operations (Categories) not working on macOS
Forum rules
Help us help you:
Help us help you:
- 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.
Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS
Is it only when applying categories, or any changes?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS
Can you change in Program Files\SABnzbd\interfaces\Glitter\templates\static\javascripts\glitter.main.js
These lines:
To
Restart SABnzbd, and try again?
These lines:
Code: Select all
// History is not editable
// Only the queue will fire the multi-edit update
model.doMultiEditUpdate?.();
Code: Select all
// History is not editable
// Only the queue will fire the multi-edit update
if(section === "queue") model.doMultiEditUpdate();
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS
All bulk activities are affected: Category, Priority, Post-Processing, Script, Resume, and Pause.
Made those changes but it still doesn't work.
Made those changes but it still doesn't work.
Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS
What browser do you use?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS
Howitzer wrote: ↑October 1st, 2023, 9:43 pm Having the same issue with PROD build of 4.1 on Windows 10 using Chrome....
viewtopic.php?p=130415
Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS
do you use adblocker at router level (unifi / pfsense / adguard) ?
Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS
No I don't. To confirm, both the browser and SAB are on the same machine.
Just to be sure I turned off all extensions in Chrome one by one and retried mass changes to the queue after refreshing the SAB page, it never worked.
I also tried in an Incognito Window in Chrome.
I also tried with Edge, Firefox and Brave, it didn't work in any of those browsers either.
Last thing I tried was using Safari from my phone and it also didn't work there.
Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS
it shouldnt, but idling in radarr/sonarr discords i see it all the time where people have things block stuff and it rears its head because of how they do reverse proxy/vpn setups and how they access stuff. where they dont really do things only locally because of it.
Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS
No updates? I'm going to downgrade back to 4.0.3 if there is anything I else I can try or provide to help track this down let me know.
Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS
So far no developer has been able to reproduce it so we are unable to fix it.
https://github.com/sabnzbd/sabnzbd/issues/2702
https://github.com/sabnzbd/sabnzbd/issues/2702
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
-
- Newbie
- Posts: 36
- Joined: September 19th, 2011, 8:05 pm
Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS
Just saw this. I do use an ad blocker at the router (using Diversion on Asuswrt-Merlin firmware) and wondered if this might be causing the issue, but it never has before and doesn't with 4.0.3 either. To be sure, I disabled it and tried again. Still get the same problem.
Fingers crossed a developer might be able to reproduce this at some point. Obviously something has changed between 4.0.3 and 4.1.0 to cause this, but it seems like it's very tricky to track it down.
Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS
We have added multi select to the history, that's what changed. However, it's very strange that we cannot reproduce this..
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS
Easier if you disable the ad-block on your router, and try again?
EDIT: I really think an ad-blocker on a router can be involved at all when you access SABnzbd locally; all SAB traffic is local on the machine. No router involved (and the switch part of the router, but an ad-blockers works on IP/DNS level, not layer 2 switch level)
EDIT: I really think an ad-blocker on a router can be involved at all when you access SABnzbd locally; all SAB traffic is local on the machine. No router involved (and the switch part of the router, but an ad-blockers works on IP/DNS level, not layer 2 switch level)
Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS
It's a browser thing, it never even sends the request to SABnzbd, so adblocker isn't involved.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate