Besides loading extremly slow (which is annoying bit might not be helped) i run into crashes quite often where mediamonkey wants to be restarted.
I recently started setting images as playlist covers and one error that comes up quite often is:
(OCRed from the popup since i cant copy paste from there)
Code: Select all
Application throw an exception "Cannot read properties of
undefined (reading 'getThumbAsync')"
TypeError: Cannot read properties of undefined (reading
'getThumbAsync')
at PlaylistHeader ._ assignlmage
(file:///controls/playlistHeader.js:245:42)
at eval (file:///controls/playlistHeader.js:144:31)
at eval (file:///helpers/searchTools.js:515:21)
at line 245 !!
Source code:
241.
242. _assignlmage: function 0 {
243. var pixelSize =
parselnt(this.imageSquare.offsetWidth);
244. this.imageSquare.controlClass.hidelmage0;
245. var cancelToken =
this ._ playlist.getThumbAsync(pixelSize, pixelSize, function
(imageData) {
246. if (!this ._ cleanUpCalled) {
247. if (imageData != ")
248.
this.imageSquare.controlClass.showlmage(imageData);
249. }
250. }.bind(this));
Callstack: Script: file:///mminit.js ; Func: window.myAlert ; Row:
304 ; Col: 17
Script: file:///mminit.js ; Func: window.alertException ; Row: 314
; Col: 9
Script: file:///mminit.js ; Func: window.onerror ; Row: 284 ; Col:
13
Would you like to restart MediaMonkey in Safe mode?