electron-spellchecker icon indicating copy to clipboard operation
electron-spellchecker copied to clipboard

Observable timeout error on Windows and Linux

Open robsonhermes opened this issue 5 years ago • 1 comments

When using electron-spellchecker v2.1.0, I got the error you can see in the screenshot below.

This example can be used to reproduce the error: /robsonhermes/electron-spellchecker-test

npm install && .\node_modules\.bin\electron-rebuild.cmd
npm start

(I added an editable div on my test because this is where I am using spell checking)

Got the problem on Windows 10 Pro 1809 and Ubuntu 18.04.2 LTS

59280726-53ae5e80-8c66-11e9-8245-0d1bc5b025ac

robsonhermes avatar Jun 13 '19 14:06 robsonhermes

I was able to reproduce this as well, on Windows with Electron 5. Based on the call stack, I suspect it's actually because of #148. Since electron-remote is deprecated, maybe it's time to replace it?

mlalkaka avatar Jun 14 '19 23:06 mlalkaka