Read the statement by Michael Teeuw here.
Error code EADDRINUSE
-
@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! -
@PXNDA It was suggested with the v2.8 update that anybody running Electron should update to the latest Raspbian version prior to upgrading to v2.8. Have you updated your Raspbian to the latest version?
-
I’ve opened a new rule on firewall for port 8080 @sdetweil and there is no change. @mumblebaj I’m using Windows 10.