You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: bind EADDRINUSE 0.0.0.0:1900
at state.handle.lookup (dgram.js:242:18)
at process._tickCallback (internal/process/next_tick.js:63:19)
at Function.Module.runMain (internal/modules/cjs/loader.js:834:11)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
I see in your instructions that I need to find what device is listening on port 1900, but I'm not sure how to do that. Could you tell me how to figure that out? I have successfully run the command before with no issues. I have not added any new devices since then.
edit: I pasted the wrong error message, so I updated it to the correct one.
The text was updated successfully, but these errors were encountered:
Hello, I am getting the following error when I try to run "node index.js"
/home/pi/MagicMirror/node_modules/node-fauxmo/src/SSDPService.js:104
throw err;
^
Error: bind EADDRINUSE 0.0.0.0:1900
at state.handle.lookup (dgram.js:242:18)
at process._tickCallback (internal/process/next_tick.js:63:19)
at Function.Module.runMain (internal/modules/cjs/loader.js:834:11)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
I see in your instructions that I need to find what device is listening on port 1900, but I'm not sure how to do that. Could you tell me how to figure that out? I have successfully run the command before with no issues. I have not added any new devices since then.
edit: I pasted the wrong error message, so I updated it to the correct one.
The text was updated successfully, but these errors were encountered: