Page 2 of 3

Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS

Posted: October 2nd, 2023, 2:06 am
by safihre
Is it only when applying categories, or any changes?

Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS

Posted: October 2nd, 2023, 3:45 am
by safihre
Can you change in Program Files\SABnzbd\interfaces\Glitter\templates\static\javascripts\glitter.main.js
These lines:

Code: Select all

            // History is not editable
            // Only the queue will fire the multi-edit update
            model.doMultiEditUpdate?.();
To

Code: Select all

            // History is not editable
            // Only the queue will fire the multi-edit update
            if(section === "queue") model.doMultiEditUpdate();
Restart SABnzbd, and try again?

Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS

Posted: October 2nd, 2023, 11:46 am
by Howitzer
All bulk activities are affected: Category, Priority, Post-Processing, Script, Resume, and Pause.

Made those changes but it still doesn't work.

Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS

Posted: October 2nd, 2023, 12:29 pm
by safihre
What browser do you use?

Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS

Posted: October 2nd, 2023, 5:42 pm
by Howitzer
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

Posted: October 3rd, 2023, 2:55 pm
by zoggy
do you use adblocker at router level (unifi / pfsense / adguard) ?

Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS

Posted: October 3rd, 2023, 3:23 pm
by sander
zoggy wrote: October 3rd, 2023, 2:55 pm do you use adblocker at router level (unifi / pfsense / adguard) ?
Do you think that can have influence if the poster have browser & SABnzbd on the same machine?

Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS

Posted: October 3rd, 2023, 4:42 pm
by Howitzer
sander wrote: October 3rd, 2023, 3:23 pm
zoggy wrote: October 3rd, 2023, 2:55 pm do you use adblocker at router level (unifi / pfsense / adguard) ?
Do you think that can have influence if the poster have browser & SABnzbd on the same machine?
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

Posted: October 3rd, 2023, 5:28 pm
by zoggy
sander wrote: October 3rd, 2023, 3:23 pm
zoggy wrote: October 3rd, 2023, 2:55 pm do you use adblocker at router level (unifi / pfsense / adguard) ?
Do you think that can have influence if the poster have browser & SABnzbd on the same machine?
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

Posted: October 6th, 2023, 3:19 pm
by Howitzer
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

Posted: October 6th, 2023, 3:21 pm
by safihre
So far no developer has been able to reproduce it so we are unable to fix it.
https://github.com/sabnzbd/sabnzbd/issues/2702

Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS

Posted: October 8th, 2023, 3:59 am
by HorseCalledHorse
zoggy wrote: October 3rd, 2023, 2:55 pm do you use adblocker at router level (unifi / pfsense / adguard) ?
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

Posted: October 8th, 2023, 4:01 am
by safihre
We have added multi select to the history, that's what changed. However, it's very strange that we cannot reproduce this..

Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS

Posted: October 8th, 2023, 4:01 am
by sander
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)

Re: 4.1.0Alpha1 Multi-Operations (Categories) not working on macOS

Posted: October 8th, 2023, 4:56 am
by safihre
It's a browser thing, it never even sends the request to SABnzbd, so adblocker isn't involved.