-
Notifications
You must be signed in to change notification settings - Fork 9
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
Server dont update #119
Comments
As a temporary workaround, I was able to resolve the issue by removing the following manifest files inside the container and restarting the server. rm /opt/enshrouded/server/steamapps/appmanifest_228980.acf
rm /opt/enshrouded/server/steamapps/appmanifest_2278520.acf |
Hello there, seems like there went something wrong with the last steam update job.
Thats odd, don't know why it helps to delete the steam appmanifest, but I will include the cleanup of those files in the force update command. |
Though atm the |
I was going to post an issue that I suspected to be networking but may be this as well. Just to communicate that networking is debugged:
My players have been unable to see the instance for several days (started last week) and I wasn't able to test a local connection until today. I'm unable to connect to it locally. I assume this is because of a client/server mismatch? |
Can confirm that after doing what @kabixi000 recommended above the server becomes available:
|
Could someone check if the following line can be found in the logs “Download of Enshrouded server failed - aborting update”? The updater should not set a new version, if the update itself fails. |
I got an enshrouded update today for both of my running instances. Both are still up and running and I can connect to them. So the updater script seems only to have a problem, when the steamcli errors out. The problem, I can't really reproduce that locally. For now I will add the workaround into the force-update command. I'll have to test a little bit, but will provide an update soon™️
|
Well on my develop environment I got the same error. Not sure why though. But the steamworks common redis had a betakey flag in it. After removing and updating the betakey flag was gone. old manifest (228980)
{
"appid" "228980"
"Universe" "1"
"name" "appid_228980"
"StateFlags" "6"
"installdir" "Steamworks Shared"
"LastUpdated" "1723292042"
"LastPlayed" "0"
"SizeOnDisk" "0"
"StagingSize" "0"
"buildid" "14615842"
"LastOwner" "0"
"UpdateResult" "0"
"BytesToDownload" "0"
"BytesDownloaded" "0"
"BytesToStage" "0"
"BytesStaged" "0"
"TargetBuildID" "0"
"AutoUpdateBehavior" "0"
"AllowOtherDownloadsWhileRunning" "0"
"ScheduledAutoUpdate" "0"
"FullValidateAfterNextUpdate" "1"
"InstalledDepots"
{
}
"UserConfig"
{
"BetaKey" "public"
}
"MountedConfig"
{
"BetaKey" "public"
}
} new manifest (228980)
{
"appid" "228980"
"Universe" "1"
"name" "Steamworks Common Redistributables"
"StateFlags" "2"
"installdir" "Steamworks Shared"
"LastUpdated" "0"
"LastPlayed" "0"
"SizeOnDisk" "0"
"StagingSize" "0"
"buildid" "0"
"LastOwner" "0"
"UpdateResult" "0"
"BytesToDownload" "0"
"BytesDownloaded" "0"
"BytesToStage" "0"
"BytesStaged" "0"
"TargetBuildID" "0"
"AutoUpdateBehavior" "0"
"AllowOtherDownloadsWhileRunning" "0"
"ScheduledAutoUpdate" "0"
"InstalledDepots"
{
}
"UserConfig"
{
}
"MountedConfig"
{
}
} |
Released with version 1.4.1. Thanks for reporting and solving the issue 👍 |
Is there an existing issue for this?
Question
Hello,
i'm having problems with the update of the server. we got a new patch to a new build today, but the server dont update itself.
server logs says all ok:
2024-12-11 12:15:52.739 supervisord: enshrouded-updater enshrouded-server: started
2024-12-11 12:15:52.768 supervisord: enshrouded-updater INFO - enshrouded-updater complete
Server files are outdated (dated 07.12.2024)
Can't also use any of the commands, like
docker compose exec enshrouded supervisorctl start enshrouded-force-update
error is "no configuration file provided: not found". Running server on proxmox in a container.
So i used
supervirsorctl
directly in the console from the container and it worked, but it does not update the server files.log:
supervisord: enshrouded-updater Error! App '2278520' state is 0x6 after update job.
steamcmd says this to error 0x6:
Reason | No connection to content servers
Reason 2 | Received 401 (Unauthorized) HTTP response for depot 11
Solution was the same as last time: delete both files
appmanifest_2278520.acf
andappmanifest_228980.acf
insteamapps
folder.PUID
andPGID
are both correcly to 4711.The text was updated successfully, but these errors were encountered: