Page 3 of 3

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

Posted: October 8th, 2023, 3:52 pm
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

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

Posted: October 9th, 2023, 1:23 am
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

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

Posted: October 11th, 2023, 2:27 am
by safihre
Can you try this release? (requires Github account)
https://github.com/sabnzbd/sabnzbd/acti ... 6473845409