Read the statement by Michael Teeuw here.
Electron Browser Crashing?
-
I woke up to a crashed browser, and this is the only error message in my log:
[304749:0625/052044.668867:ERROR:network_service_instance_impl.cc(612)] Network service crashed, restarting service.
Does this mean anything to anyone?
I found this other thread, which seems to be a related though not the same issue:
https://forum.magicmirror.builders/topic/19130/error-network_service_instance_impl-cc-600/7
I also found this, with no real solution I see other than maybe it’s temperature related? My Pi is reporting 55 deg C - 63 deg C. I thought that was within normal operating, but maybe not?
-
@dathbe said in Electron Browser Crashing?:
network_service_instance_impl.cc(612)] Network service crashed, restarting service
was another https://issues.chromium.org/issues/41487253
export CHROMIUM_FLAGS=–password-store=basic
there is also a config parm for flags , before the modules: array
electronSwitches:{ "password-store":"basic" /* needs quotes for the - */ },
-
I added the following to my config.js file:
... units: "imperial", electronSwitches: { "password-store": "basic" /* needs quotes for the - */ }, modules: [ ...
And yet I again got another black screen (with cursor). This time, my error logs are entirely empty except for a couple fetch errors that tend to happen now and again.
-
@dathbe as I said, hard to catch
-
I’ve been rotating through disabling modules on my Mirror. I have currently disabled MMM-Pinfo, and have not noticed a crash recently. Noting it here for posterity. I’ll create an issue on Github if I get more confidence that it’s that module.