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

Questions and bug reports for Beta releases should be posted here.
Forum rules
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.
User avatar
safihre
Administrator
Administrator
Posts: 5366
Joined: April 30th, 2015, 7:35 am
Contact:

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

Post by safihre »

I created a debug build that logs all the steps in the Developer Console of your browser to see where it blocks.
https://github.com/sabnzbd/sabnzbd/acti ... 6449903707 (does require a Github account to download)
Please open the Developer Console first, and then perform all the multi-edit steps the way they used to work in 4.0.3.
Report the output here.

Thanks!

For reference, this is what I get when all works fine:

Code: Select all

addMultiEdit
addMultiEdit.push
addMultiEdit.update
doMultiEditUpdate
[QueueModel]
SABnzbd_nzo_0z7yk19y,
doMultiEditUpdate.not_change_cat
addMultiEdit.buttonState
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
HorseCalledHorse
Newbie
Newbie
Posts: 36
Joined: September 19th, 2011, 8:05 pm

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

Post by HorseCalledHorse »

safihre wrote: October 8th, 2023, 3:52 pm I created a debug build that logs all the steps in the Developer Console of your browser to see where it blocks.
Downloaded the debug build, but again it looks like nothing at all happens once I hit the checkmark (after first selecting the category). All the console shows is this:

Code: Select all

doMultiEditUpdate
Full (expanded) output:

Code: Select all

(index):3252 doMultiEditUpdate
(index):3253 []length: 0[[Prototype]]: Array(0)at: ƒ at()length: 1name: "at"arguments: (...)caller: (...)[[Prototype]]: ƒ ()[[Scopes]]: Scopes[0]concat: ƒ concat()constructor: ƒ Array()copyWithin: ƒ copyWithin()entries: ƒ entries()every: ƒ every()fill: ƒ fill()filter: ƒ filter()find: ƒ find()findIndex: ƒ findIndex()findLast: ƒ findLast()findLastIndex: ƒ findLastIndex()flat: ƒ flat()flatMap: ƒ flatMap()forEach: ƒ forEach()includes: ƒ includes()indexOf: ƒ indexOf()join: ƒ join()keys: ƒ keys()lastIndexOf: ƒ lastIndexOf()length: 0map: ƒ map()pop: ƒ pop()push: ƒ push()reduce: ƒ reduce()reduceRight: ƒ reduceRight()reverse: ƒ reverse()shift: ƒ shift()slice: ƒ slice()some: ƒ some()sort: ƒ sort()splice: ƒ splice()toLocaleString: ƒ toLocaleString()toReversed: ƒ toReversed()toSorted: ƒ toSorted()toSpliced: ƒ toSpliced()toString: ƒ toString()unshift: ƒ unshift()values: ƒ values()with: ƒ with()Symbol(Symbol.iterator): ƒ values()Symbol(Symbol.unscopables): {at: true, copyWithin: true, entries: true, fill: true, find: true, …}[[Prototype]]: Object
User avatar
safihre
Administrator
Administrator
Posts: 5366
Joined: April 30th, 2015, 7:35 am
Contact:

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

Post by safihre »

Can you try this release? (requires Github account)
https://github.com/sabnzbd/sabnzbd/acti ... 6473845409
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply