bmartin5692 / bumper

A standalone and self-hosted implementation of the central server used by Ecovacs vacuum robots.
GNU General Public License v3.0
302 stars 50 forks source link

Crash on "Creating certificates" when running docker on arm64/aarch64 #81

Closed SingingFrog7 closed 4 years ago

SingingFrog7 commented 4 years ago

Describe the bug Hi, I'm trying to run your docker container on a arm64/aarch64 computer and, when starting, it does output "Creating certificates", but then the docker container die just after.

I tried running it on my pc (amd64) and it seems to be ok

To Reproduce Steps to reproduce the behavior:

  1. docker pull bmartin5692/bumper
  2. docker run -it -e "BUMPER_ANNOUNCE_IP=192.168.0.198" -p 443:443 -p 8007:8007 -p 888 3:8883 -p 5223:5223 --name bumper2 bmartin5692/bumper

Expected behavior after "Creating Certificates", the container should generate them and continue running

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

bmartin5692 commented 4 years ago

Hi @joe540 - This should be fixed, just pull the latest docker image.

I've tested this on a Pine64, and it worked properly.

SingingFrog7 commented 4 years ago

Thanks a lot for your super fast fix. That seems to work for me also! (I'm running it as a Home Assistant hassi.io addon)