Read the statement by Michael Teeuw here.
Error code EADDRINUSE
-
I’ve tracked the problem to the address. I’ve changed it from localhost to 0.0.0.0. Any ideas why.
-
Ok, I’ve figured that Electron only accepts https certified addresses so how can i fix that.
-
@PXNDA electron does not do https unless u do a lot of extra work
-
I mean that Electron won’t accept 0.0.0.0
-
It works fine with localhost.
-
I’m trying to use MMM-Remote-Control.
-
@PXNDA that just says listen anywhere (all adapters)
localhost means ONLY localhost, ONLY from THAT machine to THAT machine
external machines should not be able to connectwith 0.0.0.0 you also need to open the whitelist (allowed sources) , by default NO other ip address (localhost only still)…
RemoteControl ois listening on the MM ip address (using the express server and routes/(paths in the url)
so if ONLY localhost then cannot connect from outside the pi)… makes ;remote ’ control pretty hard… -
I’ve also done that, no change.
-
@PXNDA is this windows? Open the firewall on 8080
-
This post is deleted!