2113: Edit Auto-organize button generates uncauht error [#14902]

Help improve MediaMonkey 5 by testing the latest pre-release builds, and reporting bugs and feature requests.

Moderator: Gurus

jimbob_sf
Posts: 55
Joined: Sat Apr 16, 2011 1:19 pm

2113: Edit Auto-organize button generates uncauht error [#14902]

Post by jimbob_sf »

In: Options, Library, Auto-Organize: There aren't any values in the list. When I press Edit, I get this error. I used SnagIt which has an OCR function to convert to text.

If I re-enter the screen and try to press the "+" button to add an item, I get the second uncaught error.

Error 1:
Uncaught Error: 'Cannot read property getRulesAsync' of undefined'
TypeError: Cannot read property getRulesAsync’ of undefined at init (file:///dialogs/dlgAutoOrganizeRule.js:25:10) at notifyPageReady (fiIe:///mminit js: 1570:5) at initialise Window (file:///mminit.js:2029:5) atfile://Mminit.js:1986:13
at line 25!!
Source code:
21. UI.IvTree.controlClass. checkboxes = true;
22. UI.IvTree.controlClass.dataSource = tree;
23. Ul.lvTree.controlClass.expandNode(tree.root);
24.
24. item.getRulesAsyncO.thenffunction (text) {
25. var rules = text.splitf;');
26. var selectRules = function (idx) {
27. if (idx >= rules.length)
28. return;
30.
Script: file:///mminit.js
Line 188: _alert(str, window[_lastScriptName’]);
Callstack:
file:///mminit.js: window.myAlert(188) file:///mminit.js: window.alertException(198) file:///mminit.js: window.onerror(178) file:///mminit.js: notifyPageRead
Would you like to restart MediaMonkey in Safe mode?


Error 2:
Uncaught TypeError: Cannot read property path' of null
Script: file:///controls/folderTree.js
Line 98: [\Jist.add(child.dataSource.path);
Callstack:
file:///controls/folderTreejs: (98) file:///controls/folderTreejs: processNode(96) file:///controls/folderTreejs: getCheckedFolders(105) file:///dialogs/dlgAutoOrganizeRule.js: (55)
Would you like to restart MediaMonkey in Safe mode?


Win10 Pro 1803 (17134.112), 64gb ram, multiple local drives.
jimbob_sf
Posts: 55
Joined: Sat Apr 16, 2011 1:19 pm

2113: File/Insert function generates error

Post by jimbob_sf »

The errors I'm reporting all relate to setting a folder on the local file system as my library to auto-organize.

LogID: 8A707918

Text:
Last known Callstack: Script: file:///controls/tooltipController.js; Func: _mousestatechangedHandler; Row:
166; Col: 38

Win10 Pro 1803 (17134.112), 64gb ram, multiple local drives.
Ludek
Posts: 4958
Joined: Fri Mar 09, 2007 9:00 am

Re: 2113: Edit Auto-organize button generates uncaught error

Post by Ludek »

Thanks for reporting, seeing that Petr has been solving this as https://www.ventismedia.com/mantis/view.php?id=14902
Post Reply