I am having an issue with attempting to sync my MediaMonkey library with my OneDrive account. I have confirmed that I have the space in my online storage in order to be able to store the music there, but every time I hit sync I am shown the following error:
I'm wondering if this is being caused by the fact that the account I want to sync to (and have granted MediaMonkey access to) is not the same one that I am logged into in the OneDrive application on my desktop. I can of course also log into that one on my desktop, but I would rather not if i do not have to.Application Error
Application throw an exception "Cannot read properties of undefined (reading 'startsWith')"
TypeError: Cannot read properties of undefined (reading 'startsWith')
at eval (file:///helpers/cloudServices.js35)
at Promise.eval (file:///helpers/cloudServices.js17) at invokeResolver (file:///promise.js:387:18)
at new Promise (file:///promise.js:374:7) at Object.checkAuth
(file:///helpers/cloudServices.js16) at Object.uploadFile (file:///helpers/cloudServices.js21)
at eval (file:///helpers/mediaUploader.js:77:37) in addon "onedrive" at line 1834!!
Source code:
1830. uploadFile: function (params, progressCallback)
1831. { var _this = this;
1832. return this.checkAuth(function (resolve, reject) {
1833.
1834. if (params.sourcePath.startsWith(
app.filesystem.getUserFolder() + 'OneDrive')) {
1835. reject('File already in OneDrive folder: ' +
app.filesystem.getUserFolder() + 'OneDrive');
1836. return;
18
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?