SystemRage / py-kms

KMS Server Emulator written in Python
The Unlicense
2.04k stars 618 forks source link

Running docker container ends with "ERROR argument `-c/--client-count`: invalid with: '26'. Exiting..." #80

Closed spitfire closed 3 years ago

spitfire commented 3 years ago

Running docker container with docker run --name py3-kms --restart=unless-stopped -p 8080:8080 -p 1688:1688 -e IP=0.0.0.0 -e PORT=1688 -e SQLITE=true -e HWID=RANDOM -e LOGLEVEL=INFO -e LOGSIZE=2 -e LOGFILE=/var/log/py3-kms.log -v /etc/localtime:/etc/localtime:ro -v /var/log:/var/log:rw --restart=unless-stopped pykmsorg/py-kmsends with "ERROR argument -c/--client-count: invalid with: '26'. Exiting..." all over the log and the container in a restart loop

simonmicro commented 3 years ago

Duplicate of #75

Dreikasehoch commented 3 years ago

It looks like there hasn't been a rebuild of the official docker containers in nearly 2 weeks. https://hub.docker.com/r/pykmsorg/py-kms/builds In the meantime, a quick docker build could get you up and running.

simonmicro commented 3 years ago

I'm sorry, but it seems the docker infrastructure is having problems https://forums.docker.com/t/build-stuck-in-pending-on-docker-hub/1360/15 The build which fixes this are stuck since 4 days now... Sorry...

spitfire commented 3 years ago

Thanks for the info @Simonmicro! I'm not in that much of a hurry (and I don't really want to build the container), can you let us know (here) once this is fixed on Docker hub's side and a new build is ready.

simonmicro commented 3 years ago

@spitfire I can try, but the problem has been there for a while now (god damn you docker). We'll have to see. Just in case I miss the rebuild: Try using watchtower - so you'll get future updates too.

Stay tuned, Simon

simonmicro commented 3 years ago

Okay, the docker container is now rebuild... And still broken due the count error #75. I'll fix this now. -> fixed now (the cache was messed up)

simonmicro commented 3 years ago

@spitfire Fixed. Please close this issue now.