-
Notifications
You must be signed in to change notification settings - Fork 145
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
Docker: FailureMessage Object: 0xbecc760c #390
Comments
FYI I just re-build the image starting from node:lts-alpine instead of node:alpine & it works fine |
@x1unix thank you |
Maybe don't close yet until actually resolved? |
I can't reproduce this on my computer (amd64). |
Only occurs on RPI's! (tested on both RPI3 & RPI4) |
32-bit arm? |
Jup :) (I think) |
My bet is that Node.js has some sort of bugs on the architecture. The architecture is not going to be used in production, so that's not unexpected. As a reminder, new RPIs can run 64-bit OS, which brings significant performance improvements and better support from applications. 32-bit is on the way out, and I am afraid that I can't help with that. If this is confirmed to be a |
Both my Pi's are running armv7l at the moment & sure, I can just rebuild with lts-alpine for now |
Maybe the upstream fixed the problem. In that case, a rebuild is required to pull the good Node.js binary. The issue would be gone in the next Flood release w/ a rebuild. I would still recommend you to switch to 64-bit. |
@jesec afaik by default raspberry Pi uses 32-bit repos because they have one OS for all versions and 64-bit version is still unstable. Probably a solution is to use Ubuntu instead. |
I fixed this with:
Taken from this thread Koenkk/zigbee2mqtt#7662 (comment) |
I got the same error on my raspberry pi 3+:
I was trying to run an express server on it with |
Type: Bug Report
Your Environment
Summary
Hello, I'm trying to run flood in a Docker on my Raspberry Pi 4 and container doesn't start. I just get this error:
I googled a bit to get some context about this error and looks like it's related to a nodejs itself (see: nodejs/node#13922)
Steps to Reproduce
docker run -it jesec/flood --help
The text was updated successfully, but these errors were encountered: