jlebon / textern

A Firefox add-on for editing text in your favourite external editor!
GNU General Public License v3.0
138 stars 21 forks source link

Error: Attempt to postMessage on disconnected port #53

Open archenemies opened 4 years ago

archenemies commented 4 years ago

Hello,

I've been trying to get this to work and I'm a bit stumped.

I did make native-install USER=1 and when I try to edit a text box, this is what I see in the browser log:

Error: Attempt to postMessage on disconnected port  background.js:88:9
Error: document id 10_0 is already being edited  background.js:71:9
Error: document id 11_0 is already being edited  background.js:71:9

I'm running the latest Raspbian.

jlebon commented 4 years ago

Hmm, seems like the Python side might have trouble running? Was that the console log or the browser log? Make sure to check both. IIRC the browser log will also output the stderr of the native app if any.