feinstaub / webextension_local_filesystem_links

"Local Filesystem Links" is an addon for the Mozilla Firefox webbrowser. It will be ported soon to the WebExtension API and thus also might work for Chromium
https://addons.mozilla.org/en-US/firefox/addon/local-filesystem-links/
GNU General Public License v2.0
52 stars 27 forks source link

attempt to postmessage on disconnected port firefox #177

Open mona2004 opened 2 years ago

mona2004 commented 2 years ago

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....

JLabisch commented 2 years ago

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

JLabisch commented 2 years ago

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