jusito / docker-ttt

GMOD TTT server image

Home Page:https://hub.docker.com/r/jusito/docker-ttt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exiting on Startup

Caligula599 opened this issue · comments

Hello, somehow my Container keeps exiting after a Certain point of starting up.
I uploaded the Container`s log in here. Could you please have a look at it? Maybe I did something wrong installing the Container.
logs.txt

commented

Heyho, try the "-develop" version of the image.

Alright. I reinstalled it with the develop image, that issue is resolved. But now the Container just shuts down after processing the workshop collection.
logs 2.txt

commented

Your workshop collection id is expected to be a whole number, see here:
https://github.com/jusito/docker-ttt/blob/master/gmod/forceWorkshopDownload.sh#L25-L27
So its expected that this url is working:
https://steamcommunity.com/sharedfiles/filedetails/?id=Caligula599
You can open it in steam and just copy the id from the top.

commented

could also be that you just sanitized it, you could also set an environment variable for xtrace to get detailed output:
DEBUGGING=true

Alright I changed the Workshop Code. Its perfect.

commented

Do you have further questions or can we close this issue?

I was able to resolve the Issue. Thanks for the support the issue can be closed.