Uncaught exception

Jim jf_byrnes at comcast.net
Wed Aug 23 00:06:59 UTC 2017


On 08/22/2017 04:26 PM, Phil Dobbin wrote:
> On 22/08/17 18:48, Gary J. Kirkpatrick wrote:
> 
>> I've gotten this error message several times of late using Chrome on
>> 16.04, although it popped up after I logged out and before loading a
>> browser of any sort.  A search did not yield any answers.
>>
>> Internet seems rather slow since this has been happening.
>>
>> Any thoughts?
>>
>> garyk
>>
>>
>> Uncaught Exception: TypeError: Error processing argument at index 9,
>> conversion failure from #<BrowserWindow> at Object.showMessageBox
>> (/tmp/.mount_FpZ6Im/usr/bin/resources/electron.asar/browser/api/dialog.js:241:20)
>> at showError (/tmp/.mount_FpZ6Im/usr/bin/resources/app/main.js:1269:12)
>> at /tmp/.mount_FpZ6Im/usr/bin/resources/app/main.js:400:13 at
>> /tmp/.mount_FpZ6Im/usr/bin/resources/app/node_modules/ffi/lib/callback.js:66:25
>> -- 
>> See my art website and blog <http://garyjkirkpatrick.com>     Facebook
>> <https://www.facebook.com/GaryJKirkpatrick?ref=hl>
> 
> Hi Garyk.
> 
> the exception throws an error that has some connection to Electron. I
> don't think Chrome/Chromium is built with Electron. Maybe an extension?
> 
> Cheers,
> 
>    Phil.
> 
> 

Electron is a javascript framework that allows you to build javascript 
desktop applications.  It uses Node.js and Chromium's content API to 
build desktop apps using javascript, html and css. BrowserWindow is a 
reference to Electon's BrowserWindow class which is used to display an 
app's window on the desktop.

I would guess that Chrome is not at fault, but some app coded using 
Electron is having a problem. This link will tell you more about 
Electron   https://electron.atom.io/  and at the bottom of the page 
lists alot of apps built with Electron, Maybe you will see one you are 
using.

Regards,  Jim






More information about the ubuntu-users mailing list