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

The image suddenly stopped working when updating #43

Open
zacekjakub opened this issue Nov 28, 2024 · 2 comments
Open

The image suddenly stopped working when updating #43

zacekjakub opened this issue Nov 28, 2024 · 2 comments

Comments

@zacekjakub
Copy link

Describe the bug
If I try to redeploy the image now, I get platform error.

To Reproduce
It does on all of my servers

Expected behavior
SHould be just redeployed

Screenshots / Output
Loading Steam API...OK
Connecting anonymously to Steam Public...OK
Waiting for client config...OK
Waiting for user info...OK
ERROR! Failed to install app '1874900' (Invalid platform)

@suhaibmalik
Copy link

@hafometh88
Copy link
Contributor

yeah so the situation rn is that it works for the main application with steamId '1874900', but not for the experimental application with steamId '1890870'

Bacon shared on the Arma Reforger discord that he uses this workaround to make it work:

Image

RUN /steamcmd/steamcmd.sh +login anonymous +quit
RUN /steamcmd/steamcmd.sh +force_install_dir /home/reforger +login anonymous +@sSteamCmdForcePlatformType windows +app_update 1890870 validate +quit
RUN /steamcmd/steamcmd.sh +force_install_dir /home/reforger +login anonymous +@sSteamCmdForcePlatformType linux +app_update 1890870 validate +quit

I'll try to implement this somehow into this project because creating another image for experimental seems cumbersome, but no promises.

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