darktrojan / openwith

Open With add-on for Firefox
https://addons.mozilla.org/addon/open-with/
412 stars 71 forks source link

sending links is not working (throws exception) #103

Open shockme opened 8 years ago

shockme commented 8 years ago

First, thank you for an awesome extension which makes my life so much easier!

I'm using: OS: Ubuntu 14.04 Name Firefox Version 47.0b1 Build ID 20160426205207 OpenWith 6.6

when I try to send a link to Chromium the link is not sent and this exception appears in the browser console:

OpenWith: opening
    Command: /usr/bin/chromium-browser
    Params: https://github.com/darktrojan/openwith/issues/new openwith.jsm:632:4
[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProcess.runw]"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: resource://openwith/openwith.jsm :: OpenWithCore.doCommandInternal :: line 636"  data: no]
 openwith.jsm:641:0

This started happening recently, I believe after a browser update.

Thanks!

shockme commented 8 years ago

Now it's working again, intermittently.