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
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login