A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Connection failure error
-
Hi all,
Since I have update MM via git pull I always receive connection failures in the console after starting MM. I do not know if it is related with MM or just a coincidence. Whilst using start dev I have found no error.
Does anybody have an idea about the root cause or how I can continue searching for this issue?
[00:12:32.977] [LOG] Connection failure [00:12:32.979] [LOG] Connection failure [00:12:32.981] [LOG] Connection failure
… (repeating constantly)
Thanks!
-
@sbonn13 is the connection failure report in the pm2 log?
-
@sbonn13 open a terminal window (ssh is ok too)
do
cd ~/MagicMirror/modules # search all module source for error string find . | grep -v node_modules | grep \.js$ | grep -i connection # search all module dependencies for error string find . | grep node_modules | grep \.js$ | grep -i connection