Kap: Error when Preferences window is closed/blurred during a plugin install

Created on 30 Oct 2017  路  4Comments  路  Source: wulkano/Kap

Install a plugin, then close the Preferences window, and when the plugin finishes installing, an error is thrown.

screen shot 2017-10-30 at 20 49 31

Bug

All 4 comments

So it's failing here https://github.com/electron/electron/blob/master/lib/browser/rpc-server.js#L150-L151. Too bad there's nothing point us to where in our code.

I tried removing them but got the error anyway. It could be https://github.com/electron/electron/blob/master/lib/browser/rpc-server.js#L153 too which is why we don't get the correct error.

Works if we install/uninstall the plugins from the main process instead of directly calling the plugin API via remote.require. I'm working on an implementation.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xenio picture xenio  路  4Comments

albinekb picture albinekb  路  3Comments

albinekb picture albinekb  路  4Comments

freeassange picture freeassange  路  3Comments

rgbkrk picture rgbkrk  路  4Comments