Read the statement by Michael Teeuw here.
ERROR:node_controller.cc(585)] Trying to re-add dropped peer
-
@travishardiman when is that from?
did u do manual install or my script?
have seen that error before.
-
@sdetweil I tried to update the error in the first message with the first line. I posted as new reply in case someone is searching for that.
I just found your scripts here so I’m going to try this today, thanks!
https://github.com/sdetweil/MagicMirror-backup-restore -
@travishardiman said in ERROR:node_controller.cc(585)] Trying to re-add dropped peer:
is there an easy way to back-up/restore my current config
I have a backup/restore tool that will save the config, css and the location of all the installed modules (github links)
and tghen on restore downloads and re-installs the modules from the links -
The backup didn’t restore my custom.css, mmpm, or some of the configuration files for 2 of my plugins but luckily I had those backed up elsewhere. I’m back up and running again though and so far so good! I’ll post back with logs if I get black screens again. Thanks for your help!
-
@travishardiman the backup folder has a specific name which u can override with parameters to the scripts
-
Well nuts, I thought I was good but it’s black screen again:
0|MagicMir | 0|MagicMir | <--- Last few GCs ---> 0|MagicMir | 0|MagicMir | [1:0x2dd94000] 359113688 ms: Scavenge 882.9 (978.3) -> 879.5 (978.5) MB, 4.7 / 0.0 ms (average mu = 0.974, current mu = 0.583) task 0|MagicMir | [1:0x2dd94000] 359113908 ms: Scavenge 883.0 (978.5) -> 879.7 (978.8) MB, 5.4 / 0.0 ms (average mu = 0.974, current mu = 0.583) allocation failure 0|MagicMir | [1:0x2dd94000] 359114166 ms: Scavenge 883.4 (978.8) -> 880.0 (986.8) MB, 16.4 / 0.1 ms (average mu = 0.974, current mu = 0.583) allocation failure 0|MagicMir | 0|MagicMir | 0|MagicMir | <--- JS stacktrace ---> 0|MagicMir |
-
@travishardiman looks like there may be a module eating storage
what do you have installed beyond the base?
-
@sdetweil MMM-GoogleMapsTraffic, MMM-MyGarbage, and MMM-GooglePhotos
-
@travishardiman hm…not seen problems related to those, but time to run disabling one at a time
add
disabled:true,
after the
module:
line
and restart mm -
@sdetweil ok, I’m starting with the google photos module and see how it goes. Are there any other logs that might be helpful for debugging?