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

Starting on new HA Install #664

Closed
justin654 opened this issue Jan 10, 2023 · 3 comments · Fixed by #1059
Closed

Starting on new HA Install #664

justin654 opened this issue Jan 10, 2023 · 3 comments · Fixed by #1059
Labels
bug Something isn't working

Comments

@justin654
Copy link

I am receiving an error when trying to start this in a new HA install on M1 Mac using GenericAArch64.

"[FATAL tini (7)] exec flask failed: Exec format error"

@WowSuchRicky
Copy link

WowSuchRicky commented Jan 10, 2023

Exec format error means you are running a binary built for the wrong architecture. You mentioned you're on an M1 Mac which runs arm64 (aarch64) as opposed to x86.

You may have some luck adding --platform linux/amd64 to the Docker command line you're running someplace to make sure the containers run properly. It also looks like https://github.com/mrlt8/docker-wyze-bridge/wiki/Raspberry-Pi-(armv7-and-arm64) covers this, and mentions that the docker compose route solves it. Have you tried this?

If this doesn't immediately help, it may help the community if you can post the whole command you were running to get this started so we can try and reproduce.

@mrlt8
Copy link
Owner

mrlt8 commented Jan 11, 2023

There seems to be an issue when running the container within Home Assistant #529.

@justin654
Copy link
Author

Yep, that's exactly what I was doing, running in HA, installed from the add on store.

@mrlt8 mrlt8 added the bug Something isn't working label Jan 11, 2023
@mrlt8 mrlt8 linked a pull request Dec 4, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

3 participants