Frederick888/external-editor-revived

failed to talk to messaging host

Closed this issue · 1 comments

Description

Whenever I click the External Editor button in the compose window, I get the error message "ExtEditorR failed to talk to messaging host. Please check Tools -> Developer Tools -> Error Console for details"

Environment

  • OS: Linux
  • Thunderbird version: 91.8.1
  • ExtEditorR extension version: 0.4.0

Configuration

Emacs, but it seems to happen for all the options.

Logs

ExtEditorR sending:  
Object { configuration: {…}, tab: {…}, composeDetails: {…} }​
composeDetails: Object { from: "my name <my email>", to: [], type: "new", … }​
configuration: Object { version: "0.4.0", shell: "sh", template: "emacs \"/path/to/temp.eml\"", … }​
tab: Object { id: 47, index: 0, windowId: 398, … }​
<prototype>: Object { … }​​
__defineGetter__: function __defineGetter__()​​​
length: 2​​​
name: "__defineGetter__"​​​
<prototype>: function ()​​
__defineSetter__: function __defineSetter__()​​
__lookupGetter__: function __lookupGetter__()​​
__lookupSetter__: function __lookupSetter__()​​
__proto__:​​
constructor: function Object()​​
hasOwnProperty: function hasOwnProperty()​​
isPrototypeOf: function isPrototypeOf()​​
propertyIsEnumerable: function propertyIsEnumerable()​​
toLocaleString: function toLocaleString()​​
toSource: function toSource()​​
toString: function toString()​​
valueOf: function valueOf()​​
<get __proto__()>: function __proto__()​​
<set __proto__()>: function __proto__()
background.js:115:11

Oops, never mind. I just saw the link to the wiki about the messaging host.