Read the statement by Michael Teeuw here.
EADDRINUSE assistant not working
-
Something else is using port 8080. Are u using pm2?
pm2 list
pm2 stop 0 ( or it’s name from the list)
-
yes i am using pm2 .
any idea how can i make assistantmk2 to use some other port ??
Thanks
-
@siddhartha said in EADDRINUSE assistant not working:
Connecting socket for: MMM-MusicOnDemand
Connecting socket for: MMM-AssistantMk2
Connecting socket for: MMM-Hotword
[HOTWORD] MMM-Hotword starts
Connecting socket for: MMM-NotificationTriggerthese 4 module wants to connect to 8080 port but its already being used by remote control so what can i do now?
-
@siddhartha they should be using the MagicMirror port, so not a problem
Are two MagicMirrors trying to run at the same time?
pm2 list
-
nope just one.
-
@siddhartha while you think nothing is running do
ps -ef | grep node
Does that produce more than 1 line of output?