feinstaub/webextension_local_filesystem_links

attempt to postmessage on disconnected port firefox

mona2004 opened this issue · 2 comments

I am trying to open a local folder with a link. I have given permission to all pages in the settings ("*"). Nevertheless, when I click on a link (file:///D:/temp/) I get the error message: attempt to postmessage on disconnected port firefox. However, when I right-click on the link and select "open in new tab", the link loads, but the page remains blank. But if I then confirm the link again with ENTER the page/folder is loaded. In Chrome the link works fine, but I don't want to use this piece of crap....

I have the same problem.

This is the console output I get:
ExtensionError: No such native application webextension_local_filesystem_links 3 [ExtensionUtils.jsm:57:5](resource://gre/modules/ExtensionUtils.jsm) ExtensionError resource://gre/modules/ExtensionUtils.jsm:57 startupPromise resource://gre/modules/NativeMessaging.jsm:84 Error: Please use $(ref:runtime.getURL). 3 [background.js:496](moz-extension://6c3fcdd5-0d5c-4a7c-928f-7be531924742/background.js) notify moz-extension://6c3fcdd5-0d5c-4a7c-928f-7be531924742/background.js:496

Maybe this is better readable

ExtensionError: No such native application webextension_local_filesystem_links 3 [ExtensionUtils.jsm:57:5]
ExtensionError resource://gre/modules/ExtensionUtils.jsm:57
startupPromise resource://gre/modules/NativeMessaging.jsm:84

Error: Please use $(ref:runtime.getURL). 3 [background.js:496]
notify moz-extension://6c3fcdd5-0d5c-4a7c-928f-7be531924742/background.js:496