NS_ERROR_FILE_ACCESS_DENIED on attachments. filtaquilla

User Help for Mozilla Thunderbird
Post Reply
chessmonster123
Posts: 7
Joined: August 29th, 2017, 2:46 am

NS_ERROR_FILE_ACCESS_DENIED on attachments. filtaquilla

Post by chessmonster123 »

When my filter is triggered, which is supposed to download the attachment from the email, I get this error

NS_ERROR_FILE_ACCESS_DENIED [nsIFile.createUnique] filtaquilla.js:653

So I opened the filtaquilla plugin then looked at the line described in the error message console of thunderbird.

Upon checking it seems to be trying to create a file in a certain directory which I can't actually point where it is.

Then as I further checked, the value of directory is

let directory = Cc["@mozilla.org/file/local;1"].createInstance(Ci.nsILocalFile)
And now I'm really lost. Where is this located? this @mozilla.org/file/local. I think this should be on my computer but I'm not exactly sure where should I look. I'm using CentOs by the way.
User avatar
tanstaafl
Moderator
Posts: 49647
Joined: July 30th, 2003, 5:06 pm

Re: NS_ERROR_FILE_ACCESS_DENIED on attachments. filtaquilla

Post by tanstaafl »

If you're using version 60.* of Thunderbird see http://forums.mozillazine.org/viewtopic ... #p14807861
Post Reply