We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there 👋,
there are a few other issues possibly related to this: #1276, #1245
the cause seems to be an issue with steamcmd which is not reliably reporting app information: ValveSoftware/steam-for-linux#9683
steamcmd
arkmanager does not print a version on the console:
Your server is already up to date! The most recent version is .
or
Querying Steam database for latest version... Current version: Available version: Your server is up to date!
run arkmanager install or arkmanager update --force manually which bypasses the check if an installation or update is needed.
arkmanager install
arkmanager update --force
Found by a user of my drpsychick/arkserver docker container, resulting in this workaround: SickHub/arkserver#20
drpsychick/arkserver
The text was updated successfully, but these errors were encountered:
It appears that the actual issue is that app_info_print no longer waits for a request if it has to send one to get the app info.
app_info_print
7f95727 should work around this by waiting for the appcache.vdf to be created before requesting then printing the app info.
Sorry, something went wrong.
No branches or pull requests
Hi there 👋,
there are a few other issues possibly related to this: #1276, #1245
the cause seems to be an issue with
steamcmd
which is not reliably reporting app information: ValveSoftware/steam-for-linux#9683how to detect the issue
arkmanager does not print a version on the console:
or
how to workaround the issue
run
arkmanager install
orarkmanager update --force
manually which bypasses the check if an installation or update is needed.Found by a user of my
drpsychick/arkserver
docker container, resulting in this workaround: SickHub/arkserver#20The text was updated successfully, but these errors were encountered: