Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node-Red crash when starting in Docker "HOST" mode #59

Open
xX-Nexus-Xx opened this issue Aug 29, 2024 · 3 comments
Open

Node-Red crash when starting in Docker "HOST" mode #59

xX-Nexus-Xx opened this issue Aug 29, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@xX-Nexus-Xx
Copy link

xX-Nexus-Xx commented Aug 29, 2024

Hi,

I have used your node for a long time in a dedicated Docker Node-Red instance running in "BRIDGED" mode and everything works fine
image

When changing the Docker from "BRIDGED" to "HOST" mode (no other changes to code),
image

Node-Red is crashing at startup with your node
image

The dedicated Docker-Node-red instance is only for your Vacuum node (v.2.5.0) and no other flows are running

I had this issue for a while ( I think the issue was reported in 2021/2022 the first time) but could never sort it out, and I had to run your node in a dedicated environment

** Hardware / Software **
  - Linux with Docker

  • Node Red V4
@xX-Nexus-Xx xX-Nexus-Xx added the bug Something isn't working label Aug 29, 2024
@andreypopov
Copy link
Owner

andreypopov commented Aug 29, 2024

hi dear xX-Nexus-Xx,

This issue comes from https://www.npmjs.com/package/node-mihome which is the dependancy of my package. The package node-mihome has not received updates for 4 years but still works. Error message says that "EADDINUSE" what could indicate that the port is busy. Maybe you need to open port 4321 (I found it in source codes of node-mihome)

https://www.npmjs.com/package/node-mihome?activeTab=code

2024-08-29_07-15-59

@xX-Nexus-Xx
Copy link
Author

thanks for the quick response

Unfortunately, opening port 4321 did not help .. Node-Red is still crashing on startup :(

image

@andreypopov
Copy link
Owner

port is already in use, try to find out what is it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants