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

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

Closed
spitfire opened this issue Jul 19, 2020 · 7 comments

Comments

@spitfire
Copy link

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
Copy link
Contributor

Duplicate of #75

@Dreikasehoch
Copy link

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
Copy link
Contributor

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
Copy link
Author

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
Copy link
Contributor

@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
Copy link
Contributor

simonmicro commented Jul 26, 2020

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
Copy link
Contributor

@spitfire Fixed. Please close this issue now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants