slamby / slamby-insight

Cross-platform (electron based) integrated data management tool, dedicated for data-scientists and managers. Quick real-time data access, data-analysis and data-processing.
https://www.slamby.com/insight
Apache License 2.0
1 stars 0 forks source link

Internal Error: Cannot call function getAppPath #40

Closed petermezei closed 7 years ago

petermezei commented 7 years ago

Using Insight services tab, and creating services, randomly Internal Error messages pops.

image

Todo:

petermezei commented 7 years ago

Another print screen about this issue:

image

attilalaszlo commented 7 years ago

it can be related: https://github.com/electron/electron/issues/8205

attilalaszlo commented 7 years ago

I could reproduce it. This is come from the getStatus call in the resources component. Till the referenced Electron issue won't be solved I just make a try catch around the status call and hide the error message. It's not a big deal if one status call will be skipped on the Resources page