When trying to save configuration data, QuickFolders was throwing the following exception for one user:
[Exception... "Component returned failure code: 0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH) [nsIFile.initWithPath]" nsresult: "0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH)" location: "JS frame :: jar:file:///home/mglazer/.thunderbird/25pcu5tx.default/extensions/quickfolders@curious.be.xpi!/chrome/content/api/Utilities/implementation.js :: fileConfig :: line 25" data: no] implementation.js:25:19
Uncaught (in promise) Error: An unexpected error occurred undefined
renderView: "TypeError: performance is null" viewer.mjs:5534:19
This was thrown at the following line:
let dPath = prefs.getStringPref('files.path');
if (dPath) {
let defaultPath = Cc["@mozilla.org/file/local;1"].createInstance(NSIFILE);
...
}
When trying to save configuration data, QuickFolders was throwing the following exception for one user:
This was thrown at the following line: