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

Server gets error when attempting to update #142

Closed
M-archand opened this issue Dec 20, 2024 · 60 comments · Fixed by #150
Closed

Server gets error when attempting to update #142

M-archand opened this issue Dec 20, 2024 · 60 comments · Fixed by #150
Assignees
Labels
upstream Bug in CS2 itself or another upstream component

Comments

@M-archand
Copy link

M-archand commented Dec 20, 2024

After updating to build 3.0.1 I have been getting an error during update when restarting the server, resulting in the client being out of date:

Redirecting stderr to '/home/steam/Steam/logs/stderr.txt'
Logging directory: '/home/steam/Steam/logs'
[  0%] Checking for available updates...
[----] Verifying installation...
[  0%] Downloading update...
[  0%] Checking for available updates...
[----] Download complete.
[----] Extracting package...
[----] Installing update...
[----] Cleaning up...
[----] Update complete, launching Steamcmd...
steamcmd.sh[8]: Restarting steamcmd by request...
UpdateUI: skip show logoRedirecting stderr to '/home/steam/Steam/logs/stderr.txt'
Logging directory: '/home/steam/Steam/logs'
[  0%] Checking for available updates...
[----] Verifying installation...
UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1733269577
-- type 'quit' to exit --
Loading Steam API...OK
Connecting anonymously to Steam Public...OK
Waiting for client config...OK
Waiting for user info...OK
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
Error! App '730' state is 0x6 after update job.
@Cyberschorsch
Copy link

Removing the cs2-data/steamapps folder fixed it for me.

@joedwards32
Copy link
Owner

Try clearing out all cached steamapp data, as @Cyberschorsch suggests, or running the container with ENV STEAMAPPVALIDATE=1 set to force steam to revalidate the steamapps data.

@joedwards32 joedwards32 self-assigned this Dec 20, 2024
@joedwards32 joedwards32 added the upstream Bug in CS2 itself or another upstream component label Dec 20, 2024
@joedwards32
Copy link
Owner

I can reproduce. Bug is upstream (i.e. Valve).

Revalidating my steamapp data didn't help but clearing it out and performing a full game download again sorted things.

@vitordarela
Copy link

Hi, I'm facing the same problem, this only happens after the last 2 updates from Valve.

@julius-gmeinder
Copy link

Revalidating my steamapp data didn't help but clearing it out and performing a full game download again sorted things.

this worked for me. ty

@vitordarela
Copy link

vitordarela commented Dec 22, 2024

Revalidating my steamapp data didn't help but clearing it out and performing a full game download again sorted things.

this worked for me. ty

Yes, but in the next Valve's update you will need to do the same thing again.. it's not a "real fix", just a hotfix

@julius-gmeinder
Copy link

Yes, but in the next Valve's update you will need to do the same thing again.. it's not a "real fix", just a hotfix

i know, uptime is not a big deal for me, i only use the server to practice with my team
its not convenient for now, but better than nothing

@joedwards32
Copy link
Owner

joedwards32 commented Dec 22, 2024

This is an upstream bug. I've submitted a bug report to Valve and would like to wait and see if they fix it before implementing any hacky work arounds in the container entrypoint script

@vitordarela
Copy link

This is an upstream bug. I've submitted a bug report to Valve and would like to wait and see if they fix it before implementing any hacky work arounds in that container entrypoint script

Thanks for the feedback 🙌🏻

@julius-gmeinder
Copy link

just to add onto the issue:

the vanilla server (after doing the hotfix) is working, but theres still an issue with metamod, cssharp or MatchZy and i have no idea why thats happening, theres no errors in console, the plugins seem to load correctly

@M-archand
Copy link
Author

M-archand commented Jan 1, 2025

just to add onto the issue:

the vanilla server (after doing the hotfix) is working, but theres still an issue with metamod, cssharp or MatchZy and i have no idea why thats happening, theres no errors in console, the plugins seem to load correctly

Happening to me as well. Can't use CS# without the server freezing. Vanilla works fine, My other servers that don't use this docker image don't have the issue while using the same version of metamod & CS#.

@vitordarela
Copy link

Hi.. @joedwards32 have some update from Valve's side?

@YESIHACK
Copy link

YESIHACK commented Jan 9, 2025

Any updates?

@M-archand
Copy link
Author

I'm now experiencing this same issue on the docker image 1zc/CS2-Pterodactyl as well.

@joedwards32
Copy link
Owner

Nothing from Valve yet. I sent my report to [email protected], if you want to add your voices.

@Barndo42
Copy link

Also having the same issue

@julius-gmeinder
Copy link

julius-gmeinder commented Jan 11, 2025

Revalidating my steamapp data didn't help but clearing it out and performing a full game download again sorted things.

i just want to add that since deleting the steamapps folder and reinstalling the game once, my server has been running perfectly ever since, even troughout multiple updates.

CS# was also broken after that patch, but they released a hotfix in v293, which solved my plugin related issues aswell.

@joedwards32
Copy link
Owner

I'm not using any mods. Since clearing out steamapps my test server has also been behaving correctly across multiple CS2 updates.

@Barndo42
Copy link

Also having the same issue

I figured my issue out. I added enough disk space to VM but did not partition it. It now works for me

@joedwards32
Copy link
Owner

I think there may be no more to do here. I'll close this issue but will reopen if new evidence is presented.

@vitordarela
Copy link

vitordarela commented Jan 15, 2025

Hello @joedwards32 just so I understand correctly, we have no way to overcome this other than removing the entire volume and installing the game again, right? In other words, Valve's automatic update process no longer works and we have no way to bypass it?

Seems like we are receiving HTTP 401 from the Upstream.. For what reasons would it be returning unauthorized for the update?

image

https://github.com/GameServerManagers/LinuxGSM-Docs/blob/master/steamcmd/errors.md

@joedwards32 joedwards32 reopened this Jan 15, 2025
@joedwards32
Copy link
Owner

joedwards32 commented Jan 16, 2025

Hello @joedwards32 just so I understand correctly, we have no way to overcome this other than removing the entire volume and installing the game again, right? In other words, Valve's automatic update process no longer works and we have no way to bypass it?

Automatic update has been working on my dev environment after an initial destruction of the volume and re-download.

Subsequent updates have been applied successfully. Is this not the case for you?

Seems like we are receiving HTTP 401 from the Upstream.. For what reasons would it be returning unauthorized for the update?

Potentially anonymous SteamCMD usage is not allowed with the updates depot any more?

@vitordarela
Copy link

Hello,
Even if I delete the volume and create it again, with each update I have to always redo this process manually because I always get this error.

@joedwards32
Copy link
Owner

Understood. I'll test in my environment again and keep this issue open.

@ic3man5
Copy link

ic3man5 commented Jan 17, 2025

Commenting here to say "me too". I installed the container fresh a day ago and ran into this issue.

@nuxencs
Copy link

nuxencs commented Jan 29, 2025

could we get a new version release to be able to pull this fix using a tag?
seems like the entrypoint is already updated in the latest tag

@milkywayfarer
Copy link

Seems like the problem isn't solved completely.

This is the output when I try to update the app myself:

 Update state (0x61) downloading, progress: 0.00 (0 / 8054)
src/common/processpipe_posix.cpp (283) : Assertion Failed: invalid name/address:port string provided to BSetIpPortFromName SteamClientService_293
src/common/processpipe_posix.cpp (283) : Assertion Failed: invalid name/address:port string provided to BSetIpPortFromName SteamClientService_293
src/common/processpipe_posix.cpp (283) : Assertion Failed: invalid name/address:port string provided to BSetIpPortFromName SteamClientService_293
src/common/processpipe_posix.cpp (283) : Assertion Failed: invalid name/address:port string provided to BSetIpPortFromName SteamClientService_293
src/common/processpipe_posix.cpp (283) : Assertion Failed: invalid name/address:port string provided to BSetIpPortFromName SteamClientService_293
src/common/processpipe_posix.cpp (283) : Assertion Failed: invalid name/address:port string provided to BSetIpPortFromName SteamClientService_293
src/common/processpipe_posix.cpp (283) : Assertion Failed: invalid name/address:port string provided to BSetIpPortFromName SteamClientService_293
src/common/processpipe_posix.cpp (283) : Assertion Failed: invalid name/address:port string provided to BSetIpPortFromName SteamClientService_293
src/common/processpipe_posix.cpp (283) : Assertion Failed: invalid name/address:port string provided to BSetIpPortFromName SteamClientService_293
IPC function call IClientAppManager::GetUpdateInfo took too long: 1040 msec
Success! App '730' fully installed.

Then it decides that it did install completely until you verify the client again. I cannot get rid of this error particularly. It started happening after I deleted the steamapps folder in my volume, before that it was state 0x6 and state 0x206 at random.

Might be a network related issue, but it started happening only recently. I can post the txt log if you request.

@joedwards32
Copy link
Owner

joedwards32 commented Jan 29, 2025

could we get a new version release to be able to pull this fix using a tag? seems like the entrypoint is already updated in the latest tag

latest tracks main, i.e. it is the latest build and may contain breaking changes. v3.0.3 now exists as a stable release with this fix.

@joedwards32
Copy link
Owner

is the cause of 0x6 - i believe setting @bClientTryRequestManifestWithoutCode to 1 would get around this (seems to on my side) - feel free to test!

GG @jithatsonei

@joedwards32
Copy link
Owner

Reopened due to #153

@jithatsonei
Copy link

jithatsonei commented Feb 8, 2025

Hmm odd, not sure whats triggering that one, can we enable verbose logging by using the set_spew_level 4 4 command in steamcmd? (this will be catastrophically verbose, but the exact error will be listed for me)

@joedwards32
Copy link
Owner

I'll add a DEBUG env var to control the spew level.

@joedwards32
Copy link
Owner

#154 now in latest

@joedwards32
Copy link
Owner

Log from #153

[2025-02-14 23:12:50] HTTPS (SteamCache,35) - cache5-iad1.steamcontent.com (162.254.192.5:443 / 162.254.192.5:443, host: cache5-iad1.steamcontent.com): Received 401 (Unauthorized) HTTP response for depot 2347773
[2025-02-14 23:12:50] HTTPS (SteamCache,35) - cache5-iad1.steamcontent.com (162.254.192.5:443 / 162.254.192.5:443, host: cache5-iad1.steamcontent.com): Closing connection
[2025-02-14 23:12:50] stats: (SteamCache, 35) cache5-iad1.steamcontent.com: 0 Bytes, 0 sec (0.00 Mbps). 0 Hits / 0 Misses (0 %, 0 % bytes)
[2025-02-14 23:12:50] Created download interface of type 'SteamCache' (7) to host cache13-iad1.steamcontent.com (cache13-iad1.steamcontent.com)
[2025-02-14 23:12:50] HTTP (SteamCache,224) - cache9-iad1.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: cache9-iad1.steamcontent.com): Failed to get manifest request Code for depot 2347773 manifest 6815690469295574903 - Access Denied (15) - continuing without it
Submiting threaded work item for HTTP request to cache9-iad1.steamcontent.com
Need new HTTP connection (0xf12cc0f0) for 162.254.192.7:443 (162.254.192.7:443)
(0xf12cc0f0) Sending request for https://cache9-iad1.steamcontent.com/depot/2347773/manifest/6815690469295574903/5 - Stale Timeout 30000
HttpClientConnection (0xf12cc0f0) now connected through 85 
HTTP client (0xf12cc0f0) connect completed (handle 85 handle in 85) (request handle 0xf17be5e0)
(0xf12cc0f0) Beginning HTTPS handshake to cache9-iad1.steamcontent.com with connection 0xf12cc450
COpenSSLConnection(c0xf12cc450) waiting in connect: SSLv3/TLS write client hello (last err = 2)
COpenSSLConnection(c0xf12cc450) waiting in connect: SSLv3/TLS write client hello (last err = 2)
COpenSSLConnection(c0xf12cc450) reused session established to verified peer using 128-bit cipher ECDHE-ECDSA-AES128-GCM-SHA256
COpenSSLConnection(c0xf12cc450) handshake complete after 1 BIO reads (3 calls) of 156 bytes. 2 BIO writes of 723 bytes. 3 calls to SSL_do_handshake (2 errors: 2 want read 0 want write).
HTTP/2 was not negotiated for COpenSSLConnection
(0xf12cc0f0) SSL certificate hostname 'cache9-iad1.steamcontent.com' matches HTTPS request host 'cache9-iad1.steamcontent.com'
(0xf12cc0f0) Beginning headers to cache9-iad1.steamcontent.com
(0xf12cc0f0) State to cache9-iad1.steamcontent.com is now k_EHTTPClientConnectionState_WAITING_RESPONSELINE_VERSION
Connection for 162.254.192.7:443 re-entering pool
No waiting requests for 162.254.192.7:443
Success! https://cache9-iad1.steamcontent.com/depot/2347773/manifest/6815690469295574903/5
[2025-02-14 23:12:50] HTTPS (SteamCache,224) - cache9-iad1.steamcontent.com (162.254.192.7:443 / 162.254.192.7:443, host: cache9-iad1.steamcontent.com): cache9-iad1.steamcontent.com/depot/2347773/manifest/6815690469295574903/5 - received 401 (Unauthorized) HTTP response
[2025-02-14 23:12:50] HTTPS (SteamCache,224) - cache9-iad1.steamcontent.com (162.254.192.7:443 / 162.254.192.7:443, host: cache9-iad1.steamcontent.com): Received 401 (Unauthorized) HTTP response for depot 2347773
[2025-02-14 23:12:50] HTTPS (SteamCache,224) - cache9-iad1.steamcontent.com (162.254.192.7:443 / 162.254.192.7:443, host: cache9-iad1.steamcontent.com): Closing connection
AbortConnection - (0xf117da90) Aborting client HTTP connection
Removing now closed connection (0xf117da90) for 162.254.192.7:443
Removing in-use connection for 162.254.192.7:443, 1 left open, 0 requests waiting, 0 requests still in-flight
Failed! https://cache9-iad1.steamcontent.com/depot/2347770/manifest/7652698890627636582/5
[2025-02-14 23:12:50] stats: (SteamCache, 224) cache9-iad1.steamcontent.com: 0 Bytes, 0 sec (0.00 Mbps). 0 Hits / 0 Misses (0 %, 0 % bytes)
[2025-02-14 23:12:50] Created download interface of type 'SteamCache' (7) to host cache1-iad1.steamcontent.com (cache1-iad1.steamcontent.com)
[2025-02-14 23:12:50] HTTP (SteamCache,223) - cache10-iad1.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: cache10-iad1.steamcontent.com): Failed to get manifest request Code for depot 2347773 manifest 6815690469295574903 - Access Denied (15) - continuing without it
Submiting threaded work item for HTTP request to cache10-iad1.steamcontent.com
[2025-02-14 23:12:50] HTTP (SteamCache,271) - cache13-iad1.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: cache13-iad1.steamcontent.com): Failed to get manifest request Code for depot 2347770 manifest 7652698890627636582 - Access Denied (15) - continuing without it
Submiting threaded work item for HTTP request to cache13-iad1.steamcontent.com
Need new HTTP connection (0xf117da90) for 162.254.192.15:443 (162.254.192.15:443)
(0xf117da90) Sending request for https://cache10-iad1.steamcontent.com/depot/2347773/manifest/6815690469295574903/5 - Stale Timeout 30000
HttpClientConnection (0xf117da90) now connected through 89 
Need new HTTP connection (0xf12cf620) for 162.254.192.36:443 (162.254.192.36:443)
(0xf12cf620) Sending request for https://cache13-iad1.steamcontent.com/depot/2347770/manifest/7652698890627636582/5 - Stale Timeout 30000
HttpClientConnection (0xf12cf620) now connected through 8D 
HTTP client (0xf117da90) connect completed (handle 89 handle in 89) (request handle 0xf0d9d9f0)
(0xf117da90) Beginning HTTPS handshake to cache10-iad1.steamcontent.com with connection 0xf17be210
COpenSSLConnection(c0xf17be210) waiting in connect: SSLv3/TLS write client hello (last err = 2)
COpenSSLConnection(c0xf17be210) waiting in connect: SSLv3/TLS write client hello (last err = 2)
HTTP client (0xf12cf620) connect completed (handle 8D handle in 8D) (request handle 0xf0d90740)
(0xf12cf620) Beginning HTTPS handshake to cache13-iad1.steamcontent.com with connection 0xf12cef10
COpenSSLConnection(c0xf12cef10) waiting in connect: SSLv3/TLS write client hello (last err = 2)
COpenSSLConnection(c0xf12cef10) waiting in connect: SSLv3/TLS write client hello (last err = 2)
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
COpenSSLConnection(c0xf17be210) waiting in connect: SSLv3/TLS write finished (last err = 2)
COpenSSLConnection(c0xf17be210) waiting in connect: SSLv3/TLS write finished (last err = 2)
COpenSSLConnection(c0xf17be210) new session established to verified peer using 128-bit cipher ECDHE-ECDSA-AES128-GCM-SHA256
COpenSSLConnection(c0xf17be210) handshake complete after 2 BIO reads (6 calls) of 2670 bytes. 2 BIO writes of 711 bytes. 5 calls to SSL_do_handshake (4 errors: 4 want read 0 want write).
HTTP/2 was not negotiated for COpenSSLConnection
(0xf117da90) SSL certificate hostname 'cache10-iad1.steamcontent.com' matches HTTPS request host 'cache10-iad1.steamcontent.com'
(0xf117da90) Beginning headers to cache10-iad1.steamcontent.com
(0xf117da90) State to cache10-iad1.steamcontent.com is now k_EHTTPClientConnectionState_WAITING_RESPONSELINE_VERSION
COpenSSLConnection(c0xf12cef10) waiting in connect: SSLv3/TLS write finished (last err = 2)
COpenSSLConnection(c0xf12cef10) waiting in connect: SSLv3/TLS write finished (last err = 2)
COpenSSLConnection(c0xf12cef10) new session established to verified peer using 128-bit cipher ECDHE-ECDSA-AES128-GCM-SHA256
COpenSSLConnection(c0xf12cef10) handshake complete after 2 BIO reads (6 calls) of 2670 bytes. 2 BIO writes of 711 bytes. 5 calls to SSL_do_handshake (4 errors: 4 want read 0 want write).
HTTP/2 was not negotiated for COpenSSLConnection
(0xf12cf620) SSL certificate hostname 'cache13-iad1.steamcontent.com' matches HTTPS request host 'cache13-iad1.steamcontent.com'
(0xf12cf620) Beginning headers to cache13-iad1.steamcontent.com
(0xf12cf620) State to cache13-iad1.steamcontent.com is now k_EHTTPClientConnectionState_WAITING_RESPONSELINE_VERSION
Connection for 162.254.192.36:443 re-entering pool
No waiting requests for 162.254.192.36:443
Success! https://cache13-iad1.steamcontent.com/depot/2347770/manifest/7652698890627636582/5
[2025-02-14 23:12:51] HTTPS (SteamCache,271) - cache13-iad1.steamcontent.com (162.254.192.36:443 / 162.254.192.36:443, host: cache13-iad1.steamcontent.com): cache13-iad1.steamcontent.com/depot/2347770/manifest/7652698890627636582/5 - received 401 (Unauthorized) HTTP response
[2025-02-14 23:12:51] HTTPS (SteamCache,271) - cache13-iad1.steamcontent.com (162.254.192.36:443 / 162.254.192.36:443, host: cache13-iad1.steamcontent.com): Received 401 (Unauthorized) HTTP response for depot 2347770
[2025-02-14 23:12:51] HTTPS (SteamCache,271) - cache13-iad1.steamcontent.com (162.254.192.36:443 / 162.254.192.36:443, host: cache13-iad1.steamcontent.com): Closing connection
[2025-02-14 23:12:51] stats: (SteamCache, 271) cache13-iad1.steamcontent.com: 0 Bytes, 0 sec (0.00 Mbps). 0 Hits / 0 Misses (0 %, 0 % bytes)
[2025-02-14 23:12:51] Moving to source priority class '2'
[2025-02-14 23:12:51] Created download interface of type 'CDN' (2) to host fastly.cdn.steampipe.steamcontent.com (fastly.cdn.steampipe.steamcontent.com)
[2025-02-14 23:12:51] HTTP (SteamCache,31) - cache1-iad1.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: cache1-iad1.steamcontent.com): Failed to get manifest request Code for depot 2347770 manifest 7652698890627636582 - Access Denied (15) - continuing without it
Submiting threaded work item for HTTP request to cache1-iad1.steamcontent.com
Need new HTTP connection (0xf12fb630) for 162.254.192.3:443 (162.254.192.3:443)
(0xf12fb630) Sending request for https://cache1-iad1.steamcontent.com/depot/2347770/manifest/7652698890627636582/5 - Stale Timeout 30000
HttpClientConnection (0xf12fb630) now connected through 91 
HTTP client (0xf12fb630) connect completed (handle 91 handle in 91) (request handle 0xf12d1900)
(0xf12fb630) Beginning HTTPS handshake to cache1-iad1.steamcontent.com with connection 0xf12fc050
COpenSSLConnection(c0xf12fc050) waiting in connect: SSLv3/TLS write client hello (last err = 2)
COpenSSLConnection(c0xf12fc050) waiting in connect: SSLv3/TLS write client hello (last err = 2)
COpenSSLConnection(c0xf12fc050) waiting in connect: SSLv3/TLS write finished (last err = 2)
COpenSSLConnection(c0xf12fc050) waiting in connect: SSLv3/TLS write finished (last err = 2)
COpenSSLConnection(c0xf12fc050) new session established to verified peer using 128-bit cipher ECDHE-ECDSA-AES128-GCM-SHA256
COpenSSLConnection(c0xf12fc050) handshake complete after 3 BIO reads (6 calls) of 2666 bytes. 2 BIO writes of 711 bytes. 5 calls to SSL_do_handshake (4 errors: 4 want read 0 want write).
HTTP/2 was not negotiated for COpenSSLConnection
(0xf12fb630) SSL certificate hostname 'cache1-iad1.steamcontent.com' matches HTTPS request host 'cache1-iad1.steamcontent.com'
(0xf12fb630) Beginning headers to cache1-iad1.steamcontent.com
(0xf12fb630) State to cache1-iad1.steamcontent.com is now k_EHTTPClientConnectionState_WAITING_RESPONSELINE_VERSION
Connection for 162.254.192.3:443 re-entering pool
No waiting requests for 162.254.192.3:443
Success! https://cache1-iad1.steamcontent.com/depot/2347770/manifest/7652698890627636582/5
[2025-02-14 23:12:52] HTTPS (SteamCache,31) - cache1-iad1.steamcontent.com (162.254.192.3:443 / 162.254.192.3:443, host: cache1-iad1.steamcontent.com): cache1-iad1.steamcontent.com/depot/2347770/manifest/7652698890627636582/5 - received 401 (Unauthorized) HTTP response
[2025-02-14 23:12:52] HTTPS (SteamCache,31) - cache1-iad1.steamcontent.com (162.254.192.3:443 / 162.254.192.3:443, host: cache1-iad1.steamcontent.com): Received 401 (Unauthorized) HTTP response for depot 2347770
[2025-02-14 23:12:52] HTTPS (SteamCache,31) - cache1-iad1.steamcontent.com (162.254.192.3:443 / 162.254.192.3:443, host: cache1-iad1.steamcontent.com): Closing connection
[2025-02-14 23:12:52] stats: (SteamCache, 31) cache1-iad1.steamcontent.com: 0 Bytes, 0 sec (0.00 Mbps). 0 Hits / 0 Misses (0 %, 0 % bytes)
[2025-02-14 23:12:52] Created download interface of type 'CDN' (2) to host edgenext.cdn.steampipe.steamcontent.com (edgenext.cdn.steampipe.steamcontent.com)
[2025-02-14 23:12:52] HTTP (CDN,29) - edgenext.cdn.steampipe.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: edgenext.cdn.steampipe.steamcontent.com): AuthenticateDepotID (2347770) - Success!
[2025-02-14 23:12:52] HTTP (CDN,29) - edgenext.cdn.steampipe.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: edgenext.cdn.steampipe.steamcontent.com): Failed to get manifest request Code for depot 2347770 manifest 7652698890627636582 - Access Denied (15) - continuing without it
Submiting threaded work item for HTTP request to edgenext.cdn.steampipe.steamcontent.com
Need new HTTP connection (0xf12fe570) for 154.85.69.101:80 (154.85.69.101:80)
(0xf12fe570) Sending request for http://edgenext.cdn.steampipe.steamcontent.com/depot/2347770/manifest/7652698890627636582/5 - Stale Timeout 30000
HttpClientConnection (0xf12fe570) now connected through 95 
HTTP client (0xf12fe570) connect completed (handle 95 handle in 95) (request handle 0xf0d892f0)
(0xf12fe570) Beginning headers to edgenext.cdn.steampipe.steamcontent.com
(0xf12fe570) State to edgenext.cdn.steampipe.steamcontent.com is now k_EHTTPClientConnectionState_WAITING_RESPONSELINE_VERSION
Connection for 162.254.192.15:443 re-entering pool
No waiting requests for 162.254.192.15:443
Success! https://cache10-iad1.steamcontent.com/depot/2347773/manifest/6815690469295574903/5
[2025-02-14 23:12:52] HTTPS (SteamCache,223) - cache10-iad1.steamcontent.com (162.254.192.15:443 / 162.254.192.15:443, host: cache10-iad1.steamcontent.com): cache10-iad1.steamcontent.com/depot/2347773/manifest/6815690469295574903/5 - received 401 (Unauthorized) HTTP response
[2025-02-14 23:12:52] HTTPS (SteamCache,223) - cache10-iad1.steamcontent.com (162.254.192.15:443 / 162.254.192.15:443, host: cache10-iad1.steamcontent.com): Received 401 (Unauthorized) HTTP response for depot 2347773
[2025-02-14 23:12:52] HTTPS (SteamCache,223) - cache10-iad1.steamcontent.com (162.254.192.15:443 / 162.254.192.15:443, host: cache10-iad1.steamcontent.com): Closing connection
Connection for 154.85.69.101:80 re-entering pool
No waiting requests for 154.85.69.101:80
Success! http://edgenext.cdn.steampipe.steamcontent.com/depot/2347770/manifest/7652698890627636582/5
[2025-02-14 23:12:52] HTTP (CDN,29) - edgenext.cdn.steampipe.steamcontent.com (154.85.69.101:80 / 154.85.69.101:80, host: edgenext.cdn.steampipe.steamcontent.com): edgenext.cdn.steampipe.steamcontent.com/depot/2347770/manifest/7652698890627636582/5 - received 401 (Unauthorized) HTTP response
[2025-02-14 23:12:52] HTTP (CDN,29) - edgenext.cdn.steampipe.steamcontent.com (154.85.69.101:80 / 154.85.69.101:80, host: edgenext.cdn.steampipe.steamcontent.com): Received 401 (Unauthorized) HTTP response for depot 2347770
[2025-02-14 23:12:52] HTTP (CDN,29) - edgenext.cdn.steampipe.steamcontent.com (154.85.69.101:80 / 154.85.69.101:80, host: edgenext.cdn.steampipe.steamcontent.com): Closing connection
[2025-02-14 23:12:52] stats: (SteamCache, 223) cache10-iad1.steamcontent.com: 0 Bytes, 0 sec (0.00 Mbps). 0 Hits / 0 Misses (0 %, 0 % bytes)
[2025-02-14 23:12:52] Created download interface of type 'CDN' (2) to host alibaba.cdn.steampipe.steamcontent.com (alibaba.cdn.steampipe.steamcontent.com)
[2025-02-14 23:12:52] stats: (CDN, 29) edgenext.cdn.steampipe.steamcontent.com: 0 Bytes, 0 sec (0.00 Mbps). 0 Hits / 0 Misses (0 %, 0 % bytes)
[2025-02-14 23:12:52] Moving to source priority class '1'
[2025-02-14 23:12:52] Created download interface of type 'CDN' (2) to host google2.cdn.steampipe.steamcontent.com (google2.cdn.steampipe.steamcontent.com)
[2025-02-14 23:12:52] Flushed store 'userlocal' to '/home/steam/Steam/userdata/anonymous/config/localconfig.vdf'
[2025-02-14 23:12:52] HTTP (CDN,31) - fastly.cdn.steampipe.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: fastly.cdn.steampipe.steamcontent.com): AuthenticateDepotID (2347773) - Success!
[2025-02-14 23:12:52] HTTP (CDN,33) - alibaba.cdn.steampipe.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: alibaba.cdn.steampipe.steamcontent.com): AuthenticateDepotID (2347770) - Success!
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
[2025-02-14 23:12:53] HTTP (CDN,31) - fastly.cdn.steampipe.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: fastly.cdn.steampipe.steamcontent.com): Failed to get manifest request Code for depot 2347773 manifest 6815690469295574903 - Access Denied (15) - continuing without it
Submiting threaded work item for HTTP request to fastly.cdn.steampipe.steamcontent.com
[2025-02-14 23:12:53] HTTP (CDN,33) - alibaba.cdn.steampipe.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: alibaba.cdn.steampipe.steamcontent.com): Failed to get manifest request Code for depot 2347770 manifest 7652698890627636582 - Access Denied (15) - continuing without it
Submiting threaded work item for HTTP request to alibaba.cdn.steampipe.steamcontent.com
Need new HTTP connection (0xf12eafc0) for 199.232.211.82:443 (199.232.211.82:443)
(0xf12eafc0) Sending request for https://fastly.cdn.steampipe.steamcontent.com/depot/2347773/manifest/6815690469295574903/5 - Stale Timeout 30000
HttpClientConnection (0xf12eafc0) now connected through 99 
HTTP client (0xf12eafc0) connect completed (handle 99 handle in 99) (request handle 0xf12eac40)
(0xf12eafc0) Beginning HTTPS handshake to fastly.cdn.steampipe.steamcontent.com with connection 0xf12eb1b0
Need new HTTP connection (0xf12eba80) for 108.156.178.78:80 (108.156.178.78:80)
(0xf12eba80) Sending request for http://alibaba.cdn.steampipe.steamcontent.com/depot/2347770/manifest/7652698890627636582/5 - Stale Timeout 30000
HttpClientConnection (0xf12eba80) now connected through 9D 
[2025-02-14 23:12:53] Flushed store 'userlocal' to '/home/steam/Steam/userdata/anonymous/config/localconfig.vdf'
COpenSSLConnection(c0xf12eb1b0) waiting in connect: SSLv3/TLS write client hello (last err = 2)
COpenSSLConnection(c0xf12eb1b0) waiting in connect: SSLv3/TLS write client hello (last err = 2)
HTTP client (0xf12eba80) connect completed (handle 9D handle in 9D) (request handle 0xf12ea7e0)
(0xf12eba80) Beginning headers to alibaba.cdn.steampipe.steamcontent.com
(0xf12eba80) State to alibaba.cdn.steampipe.steamcontent.com is now k_EHTTPClientConnectionState_WAITING_RESPONSELINE_VERSION
COpenSSLConnection(c0xf12eb1b0) waiting in connect: SSLv3/TLS write client hello (last err = 2)
COpenSSLConnection(c0xf12eb1b0) waiting in connect: SSLv3/TLS write client hello (last err = 2)
COpenSSLConnection(c0xf12eb1b0) new session established to verified peer using 128-bit cipher TLS_AES_128_GCM_SHA256
COpenSSLConnection(c0xf12eb1b0) handshake complete after 2 BIO reads (6 calls) of 3543 bytes. 3 BIO writes of 1098 bytes. 5 calls to SSL_do_handshake (4 errors: 4 want read 0 want write).
HTTP/2 was not negotiated for COpenSSLConnection
(0xf12eafc0) SSL certificate hostname 'fastly.cdn.steampipe.steamcontent.com' matches HTTPS request host 'fastly.cdn.steampipe.steamcontent.com'
(0xf12eafc0) Beginning headers to fastly.cdn.steampipe.steamcontent.com
(0xf12eafc0) State to fastly.cdn.steampipe.steamcontent.com is now k_EHTTPClientConnectionState_WAITING_RESPONSELINE_VERSION
Connection for 199.232.211.82:443 re-entering pool
No waiting requests for 199.232.211.82:443
Success! https://fastly.cdn.steampipe.steamcontent.com/depot/2347773/manifest/6815690469295574903/5
[2025-02-14 23:12:53] HTTPS (CDN,31) - fastly.cdn.steampipe.steamcontent.com (199.232.211.82:443 / 199.232.211.82:443, host: fastly.cdn.steampipe.steamcontent.com): fastly.cdn.steampipe.steamcontent.com/depot/2347773/manifest/6815690469295574903/5 - received 401 (Unauthorized) HTTP response
[2025-02-14 23:12:53] HTTPS (CDN,31) - fastly.cdn.steampipe.steamcontent.com (199.232.211.82:443 / 199.232.211.82:443, host: fastly.cdn.steampipe.steamcontent.com): Received 401 (Unauthorized) HTTP response for depot 2347773
[2025-02-14 23:12:53] HTTPS (CDN,31) - fastly.cdn.steampipe.steamcontent.com (199.232.211.82:443 / 199.232.211.82:443, host: fastly.cdn.steampipe.steamcontent.com): Closing connection
[2025-02-14 23:12:53] ThreadedWriteToDisk: writing appinfo cache to: /home/steam/Steam/appcache/appinfo.vdf
Connection for 108.156.178.78:80 re-entering pool
No waiting requests for 108.156.178.78:80
Success! http://alibaba.cdn.steampipe.steamcontent.com/depot/2347770/manifest/7652698890627636582/5
[2025-02-14 23:12:53] HTTP (CDN,33) - alibaba.cdn.steampipe.steamcontent.com (108.156.178.78:80 / 108.156.178.78:80, host: alibaba.cdn.steampipe.steamcontent.com): alibaba.cdn.steampipe.steamcontent.com/depot/2347770/manifest/7652698890627636582/5 - received 401 (Unauthorized) HTTP response
[2025-02-14 23:12:53] HTTP (CDN,33) - alibaba.cdn.steampipe.steamcontent.com (108.156.178.78:80 / 108.156.178.78:80, host: alibaba.cdn.steampipe.steamcontent.com): Received 401 (Unauthorized) HTTP response for depot 2347770
[2025-02-14 23:12:53] HTTP (CDN,33) - alibaba.cdn.steampipe.steamcontent.com (108.156.178.78:80 / 108.156.178.78:80, host: alibaba.cdn.steampipe.steamcontent.com): Closing connection
[2025-02-14 23:12:53] App cache write succeeded /home/steam/Steam/appcache/appinfo.vdf (743 apps, 2079 KB) in 42 ms
[2025-02-14 23:12:53] stats: (CDN, 33) alibaba.cdn.steampipe.steamcontent.com: 0 Bytes, 0 sec (0.00 Mbps). 0 Hits / 0 Misses (0 %, 0 % bytes)
[2025-02-14 23:12:53] stats: (CDN, 31) fastly.cdn.steampipe.steamcontent.com: 0 Bytes, 0 sec (0.00 Mbps). 0 Hits / 0 Misses (0 %, 0 % bytes)
[2025-02-14 23:12:53] HTTP (CDN,35) - google2.cdn.steampipe.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: google2.cdn.steampipe.steamcontent.com): AuthenticateDepotID (2347773) - Success!
[2025-02-14 23:12:53] HTTP (CDN,35) - google2.cdn.steampipe.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: google2.cdn.steampipe.steamcontent.com): Failed to get manifest request Code for depot 2347773 manifest 6815690469295574903 - Access Denied (15) - continuing without it
Submiting threaded work item for HTTP request to google2.cdn.steampipe.steamcontent.com
Need new HTTP connection (0xf16aad00) for 34.104.36.43:443 (34.104.36.43:443)
(0xf16aad00) Sending request for https://google2.cdn.steampipe.steamcontent.com/depot/2347773/manifest/6815690469295574903/5 - Stale Timeout 30000
HttpClientConnection (0xf16aad00) now connected through A1 
HTTP client (0xf16aad00) connect completed (handle A1 handle in A1) (request handle 0xf16a8ac0)
(0xf16aad00) Beginning HTTPS handshake to google2.cdn.steampipe.steamcontent.com with connection 0xf12f0180
COpenSSLConnection(c0xf12f0180) waiting in connect: SSLv3/TLS write client hello (last err = 2)
COpenSSLConnection(c0xf12f0180) waiting in connect: SSLv3/TLS write client hello (last err = 2)
COpenSSLConnection(c0xf12f0180) waiting in connect: SSLv3/TLS write client hello (last err = 2)
COpenSSLConnection(c0xf12f0180) waiting in connect: SSLv3/TLS write client hello (last err = 2)
[2025-02-14 23:12:54] HTTP (CDN,35) - google2.cdn.steampipe.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: google2.cdn.steampipe.steamcontent.com): AuthenticateDepotID (2347770) - Success!
COpenSSLConnection(c0xf12f0180) waiting in connect: SSLv3/TLS read server hello (last err = 2)
COpenSSLConnection(c0xf12f0180) waiting in connect: SSLv3/TLS read server hello (last err = 2)
COpenSSLConnection(c0xf12f0180) new session established to verified peer using 256-bit cipher TLS_AES_256_GCM_SHA384
COpenSSLConnection(c0xf12f0180) handshake complete after 3 BIO reads (9 calls) of 4696 bytes. 3 BIO writes of 1114 bytes. 7 calls to SSL_do_handshake (6 errors: 6 want read 0 want write).
HTTP/2 was not negotiated for COpenSSLConnection
(0xf16aad00) SSL certificate hostname 'google2.cdn.steampipe.steamcontent.com' matches HTTPS request host 'google2.cdn.steampipe.steamcontent.com'
(0xf16aad00) Beginning headers to google2.cdn.steampipe.steamcontent.com
(0xf16aad00) State to google2.cdn.steampipe.steamcontent.com is now k_EHTTPClientConnectionState_WAITING_RESPONSELINE_VERSION
[2025-02-14 23:12:54] HTTP (CDN,35) - google2.cdn.steampipe.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: google2.cdn.steampipe.steamcontent.com): Failed to get manifest request Code for depot 2347770 manifest 7652698890627636582 - Access Denied (15) - continuing without it
Submiting threaded work item for HTTP request to google2.cdn.steampipe.steamcontent.com
Need new HTTP connection (0xf20081c0) for 34.104.36.43:443 (34.104.36.43:443)
(0xf20081c0) Sending request for https://google2.cdn.steampipe.steamcontent.com/depot/2347770/manifest/7652698890627636582/5 - Stale Timeout 30000
HttpClientConnection (0xf20081c0) now connected through A5 
HTTP client (0xf20081c0) connect completed (handle A5 handle in A5) (request handle 0xf7469950)
(0xf20081c0) Beginning HTTPS handshake to google2.cdn.steampipe.steamcontent.com with connection 0xf12f19f0
COpenSSLConnection(c0xf12f19f0) waiting in connect: SSLv3/TLS write client hello (last err = 2)
COpenSSLConnection(c0xf12f19f0) waiting in connect: SSLv3/TLS write client hello (last err = 2)
[2025-02-14 23:12:54] Flushed store 'userlocal' to '/home/steam/Steam/userdata/anonymous/config/localconfig.vdf'
COpenSSLConnection(c0xf12f19f0) waiting in connect: SSLv3/TLS write client hello (last err = 2)
COpenSSLConnection(c0xf12f19f0) waiting in connect: SSLv3/TLS write client hello (last err = 2)
COpenSSLConnection(c0xf12f19f0) new session established to verified peer using 256-bit cipher TLS_AES_256_GCM_SHA384
COpenSSLConnection(c0xf12f19f0) handshake complete after 3 BIO reads (6 calls) of 4696 bytes. 3 BIO writes of 1114 bytes. 5 calls to SSL_do_handshake (4 errors: 4 want read 0 want write).
HTTP/2 was not negotiated for COpenSSLConnection
(0xf20081c0) SSL certificate hostname 'google2.cdn.steampipe.steamcontent.com' matches HTTPS request host 'google2.cdn.steampipe.steamcontent.com'
(0xf20081c0) Beginning headers to google2.cdn.steampipe.steamcontent.com
(0xf20081c0) State to google2.cdn.steampipe.steamcontent.com is now k_EHTTPClientConnectionState_WAITING_RESPONSELINE_VERSION
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
Connection for 34.104.36.43:443 re-entering pool
No waiting requests for 34.104.36.43:443
Success! https://google2.cdn.steampipe.steamcontent.com/depot/2347773/manifest/6815690469295574903/5
[2025-02-14 23:12:56] HTTPS (CDN,35) - google2.cdn.steampipe.steamcontent.com (34.104.36.43:443 / 34.104.36.43:443, host: google2.cdn.steampipe.steamcontent.com): google2.cdn.steampipe.steamcontent.com/depot/2347773/manifest/6815690469295574903/5 - received 401 (Unauthorized) HTTP response
[2025-02-14 23:12:56] HTTPS (CDN,35) - google2.cdn.steampipe.steamcontent.com (34.104.36.43:443 / 34.104.36.43:443, host: google2.cdn.steampipe.steamcontent.com): Received 401 (Unauthorized) HTTP response for depot 2347773
[2025-02-14 23:12:56] HTTPS (CDN,35) - google2.cdn.steampipe.steamcontent.com (34.104.36.43:443 / 34.104.36.43:443, host: google2.cdn.steampipe.steamcontent.com): Closing connection
AbortConnection - (0xf20081c0) Aborting client HTTP connection
Removing now closed connection (0xf20081c0) for 34.104.36.43:443
Removing in-use connection for 34.104.36.43:443, 1 left open, 0 requests waiting, 0 requests still in-flight
Failed! https://google2.cdn.steampipe.steamcontent.com/depot/2347770/manifest/7652698890627636582/5
[2025-02-14 23:12:56] AppID 730 update canceled : Failed downloading 2 manifests (No connection)
[2025-02-14 23:12:56] AppID 730 update changed : Running Update,Reconfiguring,Stopping,
[2025-02-14 23:12:56] AppID 730 update changed : Running Update,Stopping,
[2025-02-14 23:12:56] stats: (CDN, 35) google2.cdn.steampipe.steamcontent.com: 0 Bytes, 0 sec (0.00 Mbps). 0 Hits / 1 Misses (0 %, -nan % bytes)
[2025-02-14 23:12:56] AppID 730 update changed : None
[2025-02-14 23:12:56] AppID 730 state changed : Update Required,Fully Installed,Update Queued, (No connection)
OnAppEventStateChange 730 10E E
[2025-02-14 23:12:56] AppID 730 state changed : Update Required,Fully Installed, (Update delayed for 30 secs)
OnAppEventStateChange 730 E 6
[2025-02-14 23:12:56] AppID 730 scheduler finished : removed from schedule (result No connection, state 0xe) 
Error! App '730' state is 0x6 after update job.
OnSteamPipeClosed - 131073
[Logged On, 4, 3] [a:1:2438333451] ResetVoiceRecording() (was recording: 0) (last get voice time: 1739574776 seconds ago)
[2025-02-14 23:12:56] [Logged On, 4, 3] [a:1:2438333451] ResetVoiceRecording() (was recording: 0) (last get voice time: 1739574776 seconds ago)
[Logged On, 4, 3] [a:1:2438333451] LogOff()
[2025-02-14 23:12:56] [Logged On, 4, 3] [a:1:2438333451] LogOff()
[Logging Off, 4, 3] [a:1:2438333451] AsyncDisconnect( bDontWaitOnTCPShutdown: true )
[2025-02-14 23:12:56] [Logging Off, 4, 3] [a:1:2438333451] AsyncDisconnect( bDontWaitOnTCPShutdown: true )
[Logging Off, 0, 3] [a:1:2438333451] Log session ended
[2025-02-14 23:12:56] [Logging Off, 0, 3] [a:1:2438333451] Log session ended

@joedwards32
Copy link
Owner

Given the 401 errors are we looking at Valve blocking anonymous access to parts of the depots?

@milkywayfarer
Copy link

Given the 401 errors are we looking at Valve blocking anonymous access to parts of the depots?

Are we able to pass any authdata to the container in that case?

@joedwards32
Copy link
Owner

There was support for steamcmd auth in v1 of this container but I took it away when anonymous access started to work.

I can look at bringing it back.

@milkywayfarer
Copy link

There was support for steamcmd auth in v1 of this container but I took it away when anonymous access started to work.

I can look at bringing it back.

I will check by hand if adding auth negates the issue, since when I'm logging in steamcmd anonymously, this issue persists even outside the container. I'll clear that out asap.

@milkywayfarer
Copy link

milkywayfarer commented Feb 17, 2025

Seems like logging in didn't work. I even got a new error: 0x2000E.

Logs still show that some CDNs return 401:

[2025-02-17 18:49:31] HTTP/2 available
[2025-02-17 18:49:31] Created ipv4-only http client
[2025-02-17 18:49:36] HTTPS (SteamCache,191) - cache6-sto2.steamcontent.com (155.133.252.26:443 / 155.133.252.26:443, host: cache6-sto2.steamcontent.com): cache6-sto2.steamcontent.com/depot/2347774/manifest/2506907270420255040/5/17874562084184848879 - received 200 (OK) HTTP response
[2025-02-17 18:49:36] HTTPS (SteamCache,191) - cache6-sto2.steamcontent.com (155.133.252.26:443 / 155.133.252.26:443, host: cache6-sto2.steamcontent.com): cache6-sto2.steamcontent.com/depot/2347773/manifest/766188519321250455/5/14554786959901206322 - received 200 (OK) HTTP response
[2025-02-17 18:49:36] HTTPS (SteamCache,318) - cache4-sto2.steamcontent.com (155.133.252.7:443 / 155.133.252.7:443, host: cache4-sto2.steamcontent.com): cache4-sto2.steamcontent.com/depot/731/manifest/5920770982147421181/5/14585237810196519918 - received 200 (OK) HTTP response
[2025-02-17 18:49:37] HTTPS (SteamCache,318) - cache4-sto2.steamcontent.com (155.133.252.7:443 / 155.133.252.7:443, host: cache4-sto2.steamcontent.com): cache4-sto2.steamcontent.com/depot/2347770/manifest/2198620295821629508/5/2238943547762848370 - received 200 (OK) HTTP response
[2025-02-17 18:49:38] HTTPS (SteamCache,191) - cache6-sto2.steamcontent.com (155.133.252.26:443 / 155.133.252.26:443, host: cache6-sto2.steamcontent.com): Failed to get manifest request Code for depot 2347770 manifest 7652698890627636582 - Access Denied (15) - continuing without it
[2025-02-17 18:49:38] HTTPS (SteamCache,318) - cache4-sto2.steamcontent.com (155.133.252.7:443 / 155.133.252.7:443, host: cache4-sto2.steamcontent.com): Failed to get manifest request Code for depot 2347773 manifest 6815690469295574903 - Access Denied (15) - continuing without it
[2025-02-17 18:49:38] HTTPS (SteamCache,199) - cache1-sto2.steamcontent.com (155.133.252.4:443 / 155.133.252.4:443, host: cache1-sto2.steamcontent.com): cache1-sto2.steamcontent.com/depot/731/manifest/8678295795087840181/5/17814245895092783319 - received 200 (OK) HTTP response
[2025-02-17 18:49:38] HTTPS (SteamCache,318) - cache4-sto2.steamcontent.com (155.133.252.7:443 / 155.133.252.7:443, host: cache4-sto2.steamcontent.com): cache4-sto2.steamcontent.com/depot/2347773/manifest/6815690469295574903/5 - received 401 (Unauthorized) HTTP response
[2025-02-17 18:49:38] HTTPS (SteamCache,318) - cache4-sto2.steamcontent.com (155.133.252.7:443 / 155.133.252.7:443, host: cache4-sto2.steamcontent.com): Received 401 (Unauthorized) HTTP response for depot 2347773
[2025-02-17 18:49:38] HTTPS (SteamCache,318) - cache4-sto2.steamcontent.com (155.133.252.7:443 / 155.133.252.7:443, host: cache4-sto2.steamcontent.com): Closing connection
[2025-02-17 18:49:38] HTTPS (SteamCache,191) - cache6-sto2.steamcontent.com (155.133.252.26:443 / 155.133.252.26:443, host: cache6-sto2.steamcontent.com): cache6-sto2.steamcontent.com/depot/2347770/manifest/7652698890627636582/5 - received 401 (Unauthorized) HTTP response
[2025-02-17 18:49:38] HTTPS (SteamCache,191) - cache6-sto2.steamcontent.com (155.133.252.26:443 / 155.133.252.26:443, host: cache6-sto2.steamcontent.com): Received 401 (Unauthorized) HTTP response for depot 2347770
[2025-02-17 18:49:38] HTTPS (SteamCache,191) - cache6-sto2.steamcontent.com (155.133.252.26:443 / 155.133.252.26:443, host: cache6-sto2.steamcontent.com): Closing connection
[2025-02-17 18:49:38] stats: (SteamCache, 318) cache4-sto2.steamcontent.com: 2021244 Bytes, 6 sec (2.53 Mbps). 0 Hits / 0 Misses (0 %, 0 % bytes)
[2025-02-17 18:49:38] Created download interface of type 'SteamCache' (7) to host cache6-sto1.steamcontent.com (cache6-sto1.steamcontent.com)
[2025-02-17 18:49:39] HTTPS (SteamCache,191) - cache6-sto2.steamcontent.com (155.133.252.26:443 / 155.133.252.26:443, host: cache6-sto2.steamcontent.com): Failed to get manifest request Code for depot 2347773 manifest 6815690469295574903 - Access Denied (15) - continuing without it
[2025-02-17 18:49:39] stats: (SteamCache, 191) cache6-sto2.steamcontent.com: 53121 Bytes, 4 sec (0.10 Mbps). 0 Hits / 0 Misses (0 %, 0 % bytes)
[2025-02-17 18:49:39] Created download interface of type 'SteamCache' (7) to host cache1-sto1.steamcontent.com (cache1-sto1.steamcontent.com)
[2025-02-17 18:49:39] HTTPS (SteamCache,199) - cache1-sto2.steamcontent.com (155.133.252.4:443 / 155.133.252.4:443, host: cache1-sto2.steamcontent.com): Failed to get manifest request Code for depot 2347770 manifest 7652698890627636582 - Access Denied (15) - continuing without it
[2025-02-17 18:49:39] HTTPS (SteamCache,199) - cache1-sto2.steamcontent.com (155.133.252.4:443 / 155.133.252.4:443, host: cache1-sto2.steamcontent.com): cache1-sto2.steamcontent.com/depot/2347770/manifest/7652698890627636582/5 - received 401 (Unauthorized) HTTP response
[2025-02-17 18:49:39] HTTPS (SteamCache,199) - cache1-sto2.steamcontent.com (155.133.252.4:443 / 155.133.252.4:443, host: cache1-sto2.steamcontent.com): Received 401 (Unauthorized) HTTP response for depot 2347770
[2025-02-17 18:49:39] HTTPS (SteamCache,199) - cache1-sto2.steamcontent.com (155.133.252.4:443 / 155.133.252.4:443, host: cache1-sto2.steamcontent.com): Closing connection
[2025-02-17 18:49:39] stats: (SteamCache, 199) cache1-sto2.steamcontent.com: 477 Bytes, 0 sec (0.01 Mbps). 0 Hits / 0 Misses (0 %, 0 % bytes)
[2025-02-17 18:49:39] Created download interface of type 'SteamCache' (7) to host cache9-sto1.steamcontent.com (cache9-sto1.steamcontent.com)
[2025-02-17 18:49:39] HTTP (SteamCache,211) - cache1-sto1.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: cache1-sto1.steamcontent.com): Failed to get manifest request Code for depot 2347773 manifest 6815690469295574903 - Access Denied (15) - continuing without it
[2025-02-17 18:49:39] HTTP (SteamCache,297) - cache6-sto1.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: cache6-sto1.steamcontent.com): Failed to get manifest request Code for depot 2347770 manifest 7652698890627636582 - Access Denied (15) - continuing without it
[2025-02-17 18:49:39] HTTPS (SteamCache,211) - cache1-sto1.steamcontent.com (162.254.198.14:443 / 162.254.198.14:443, host: cache1-sto1.steamcontent.com): cache1-sto1.steamcontent.com/depot/2347773/manifest/6815690469295574903/5 - received 401 (Unauthorized) HTTP response
[2025-02-17 18:49:39] HTTPS (SteamCache,211) - cache1-sto1.steamcontent.com (162.254.198.14:443 / 162.254.198.14:443, host: cache1-sto1.steamcontent.com): Received 401 (Unauthorized) HTTP response for depot 2347773
[2025-02-17 18:49:39] HTTPS (SteamCache,211) - cache1-sto1.steamcontent.com (162.254.198.14:443 / 162.254.198.14:443, host: cache1-sto1.steamcontent.com): Closing connection
[2025-02-17 18:49:39] stats: (SteamCache, 211) cache1-sto1.steamcontent.com: 0 Bytes, 0 sec (0.00 Mbps). 0 Hits / 0 Misses (0 %, 0 % bytes)
[2025-02-17 18:49:39] Created download interface of type 'SteamCache' (7) to host cache7-sto1.steamcontent.com (cache7-sto1.steamcontent.com)
[2025-02-17 18:49:40] HTTPS (SteamCache,297) - cache6-sto1.steamcontent.com (162.254.198.6:443 / 162.254.198.6:443, host: cache6-sto1.steamcontent.com): cache6-sto1.steamcontent.com/depot/2347770/manifest/7652698890627636582/5 - received 401 (Unauthorized) HTTP response
[2025-02-17 18:49:40] HTTPS (SteamCache,297) - cache6-sto1.steamcontent.com (162.254.198.6:443 / 162.254.198.6:443, host: cache6-sto1.steamcontent.com): Received 401 (Unauthorized) HTTP response for depot 2347770
[2025-02-17 18:49:40] HTTPS (SteamCache,297) - cache6-sto1.steamcontent.com (162.254.198.6:443 / 162.254.198.6:443, host: cache6-sto1.steamcontent.com): Closing connection
[2025-02-17 18:49:40] HTTPS (SteamCache,297) - cache6-sto1.steamcontent.com (162.254.198.6:443 / 162.254.198.6:443, host: cache6-sto1.steamcontent.com): Failed to get manifest request Code for depot 2347773 manifest 6815690469295574903 - Access Denied (15) - continuing without it
[2025-02-17 18:49:40] stats: (SteamCache, 297) cache6-sto1.steamcontent.com: 0 Bytes, 0 sec (0.00 Mbps). 0 Hits / 0 Misses (0 %, 0 % bytes)
[2025-02-17 18:49:40] Created download interface of type 'SteamCache' (7) to host cache2-sto1.steamcontent.com (cache2-sto1.steamcontent.com)
[2025-02-17 18:49:40] HTTP (SteamCache,265) - cache9-sto1.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: cache9-sto1.steamcontent.com): Failed to get manifest request Code for depot 2347770 manifest 7652698890627636582 - Access Denied (15) - continuing without it
[2025-02-17 18:49:40] HTTP (SteamCache,212) - cache2-sto1.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: cache2-sto1.steamcontent.com): Failed to get manifest request Code for depot 2347773 manifest 6815690469295574903 - Access Denied (15) - continuing without it
[2025-02-17 18:49:40] HTTPS (SteamCache,265) - cache9-sto1.steamcontent.com (162.254.198.8:443 / 162.254.198.8:443, host: cache9-sto1.steamcontent.com): cache9-sto1.steamcontent.com/depot/2347770/manifest/7652698890627636582/5 - received 401 (Unauthorized) HTTP response
[2025-02-17 18:49:40] HTTPS (SteamCache,265) - cache9-sto1.steamcontent.com (162.254.198.8:443 / 162.254.198.8:443, host: cache9-sto1.steamcontent.com): Received 401 (Unauthorized) HTTP response for depot 2347770
[2025-02-17 18:49:40] HTTPS (SteamCache,265) - cache9-sto1.steamcontent.com (162.254.198.8:443 / 162.254.198.8:443, host: cache9-sto1.steamcontent.com): Closing connection
[2025-02-17 18:49:40] stats: (SteamCache, 265) cache9-sto1.steamcontent.com: 0 Bytes, 0 sec (0.00 Mbps). 0 Hits / 0 Misses (0 %, 0 % bytes)
[2025-02-17 18:49:40] Created download interface of type 'SteamCache' (7) to host cache4-sto1.steamcontent.com (cache4-sto1.steamcontent.com)
[2025-02-17 18:49:40] HTTPS (SteamCache,212) - cache2-sto1.steamcontent.com (162.254.198.16:443 / 162.254.198.16:443, host: cache2-sto1.steamcontent.com): cache2-sto1.steamcontent.com/depot/2347773/manifest/6815690469295574903/5 - received 401 (Unauthorized) HTTP response
[2025-02-17 18:49:40] HTTPS (SteamCache,212) - cache2-sto1.steamcontent.com (162.254.198.16:443 / 162.254.198.16:443, host: cache2-sto1.steamcontent.com): Received 401 (Unauthorized) HTTP response for depot 2347773
[2025-02-17 18:49:40] HTTPS (SteamCache,212) - cache2-sto1.steamcontent.com (162.254.198.16:443 / 162.254.198.16:443, host: cache2-sto1.steamcontent.com): Closing connection
[2025-02-17 18:49:41] stats: (SteamCache, 212) cache2-sto1.steamcontent.com: 0 Bytes, 0 sec (0.00 Mbps). 0 Hits / 0 Misses (0 %, 0 % bytes)
[2025-02-17 18:49:41] Moving to source priority class '2'
[2025-02-17 18:49:41] Created download interface of type 'CDN' (2) to host edgenext.cdn.steampipe.steamcontent.com (edgenext.cdn.steampipe.steamcontent.com)
[2025-02-17 18:49:41] HTTP (SteamCache,192) - cache7-sto1.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: cache7-sto1.steamcontent.com): Failed to get manifest request Code for depot 2347770 manifest 7652698890627636582 - Access Denied (15) - continuing without it
[2025-02-17 18:49:41] HTTP (SteamCache,198) - cache4-sto1.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: cache4-sto1.steamcontent.com): Failed to get manifest request Code for depot 2347773 manifest 6815690469295574903 - Access Denied (15) - continuing without it
[2025-02-17 18:49:41] HTTPS (SteamCache,192) - cache7-sto1.steamcontent.com (162.254.198.5:443 / 162.254.198.5:443, host: cache7-sto1.steamcontent.com): cache7-sto1.steamcontent.com/depot/2347770/manifest/7652698890627636582/5 - received 401 (Unauthorized) HTTP response
[2025-02-17 18:49:41] HTTPS (SteamCache,192) - cache7-sto1.steamcontent.com (162.254.198.5:443 / 162.254.198.5:443, host: cache7-sto1.steamcontent.com): Received 401 (Unauthorized) HTTP response for depot 2347770
[2025-02-17 18:49:41] HTTPS (SteamCache,192) - cache7-sto1.steamcontent.com (162.254.198.5:443 / 162.254.198.5:443, host: cache7-sto1.steamcontent.com): Closing connection
[2025-02-17 18:49:41] stats: (SteamCache, 192) cache7-sto1.steamcontent.com: 0 Bytes, 0 sec (0.00 Mbps). 0 Hits / 0 Misses (0 %, 0 % bytes)
[2025-02-17 18:49:41] Moving to source priority class '1'
[2025-02-17 18:49:41] Created download interface of type 'CDN' (2) to host alibaba.cdn.steampipe.steamcontent.com (alibaba.cdn.steampipe.steamcontent.com)
[2025-02-17 18:49:41] HTTPS (SteamCache,198) - cache4-sto1.steamcontent.com (162.254.198.4:443 / 162.254.198.4:443, host: cache4-sto1.steamcontent.com): cache4-sto1.steamcontent.com/depot/2347773/manifest/6815690469295574903/5 - received 401 (Unauthorized) HTTP response
[2025-02-17 18:49:41] HTTPS (SteamCache,198) - cache4-sto1.steamcontent.com (162.254.198.4:443 / 162.254.198.4:443, host: cache4-sto1.steamcontent.com): Received 401 (Unauthorized) HTTP response for depot 2347773
[2025-02-17 18:49:41] HTTPS (SteamCache,198) - cache4-sto1.steamcontent.com (162.254.198.4:443 / 162.254.198.4:443, host: cache4-sto1.steamcontent.com): Closing connection
[2025-02-17 18:49:41] stats: (SteamCache, 198) cache4-sto1.steamcontent.com: 0 Bytes, 0 sec (0.00 Mbps). 0 Hits / 0 Misses (0 %, 0 % bytes)
[2025-02-17 18:49:41] HTTP (CDN,29) - edgenext.cdn.steampipe.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: edgenext.cdn.steampipe.steamcontent.com): AuthenticateDepotID (2347770) - Success!
[2025-02-17 18:49:42] HTTP (CDN,33) - alibaba.cdn.steampipe.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: alibaba.cdn.steampipe.steamcontent.com): AuthenticateDepotID (2347773) - Success!
[2025-02-17 18:49:42] HTTP (CDN,29) - edgenext.cdn.steampipe.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: edgenext.cdn.steampipe.steamcontent.com): Failed to get manifest request Code for depot 2347770 manifest 7652698890627636582 - Access Denied (15) - continuing without it
[2025-02-17 18:49:42] HTTP (CDN,29) - edgenext.cdn.steampipe.steamcontent.com (154.85.93.249:80 / 154.85.93.249:80, host: edgenext.cdn.steampipe.steamcontent.com): edgenext.cdn.steampipe.steamcontent.com/depot/2347770/manifest/7652698890627636582/5 - received 401 (Unauthorized) HTTP response
[2025-02-17 18:49:42] HTTP (CDN,29) - edgenext.cdn.steampipe.steamcontent.com (154.85.93.249:80 / 154.85.93.249:80, host: edgenext.cdn.steampipe.steamcontent.com): Received 401 (Unauthorized) HTTP response for depot 2347770
[2025-02-17 18:49:42] HTTP (CDN,29) - edgenext.cdn.steampipe.steamcontent.com (154.85.93.249:80 / 154.85.93.249:80, host: edgenext.cdn.steampipe.steamcontent.com): Closing connection
[2025-02-17 18:49:42] stats: (CDN, 29) edgenext.cdn.steampipe.steamcontent.com: 0 Bytes, 0 sec (0.00 Mbps). 0 Hits / 0 Misses (0 %, 0 % bytes)
[2025-02-17 18:49:42] HTTP (CDN,33) - alibaba.cdn.steampipe.steamcontent.com (0.0.0.0:0 / 0.0.0.0:0, host: alibaba.cdn.steampipe.steamcontent.com): Failed to get manifest request Code for depot 2347773 manifest 6815690469295574903 - Access Denied (15) - continuing without it
[2025-02-17 18:49:42] HTTP (CDN,33) - alibaba.cdn.steampipe.steamcontent.com (108.156.24.120:80 / 108.156.24.120:80, host: alibaba.cdn.steampipe.steamcontent.com): alibaba.cdn.steampipe.steamcontent.com/depot/2347773/manifest/6815690469295574903/5 - received 401 (Unauthorized) HTTP response
[2025-02-17 18:49:42] HTTP (CDN,33) - alibaba.cdn.steampipe.steamcontent.com (108.156.24.120:80 / 108.156.24.120:80, host: alibaba.cdn.steampipe.steamcontent.com): Received 401 (Unauthorized) HTTP response for depot 2347773
[2025-02-17 18:49:42] HTTP (CDN,33) - alibaba.cdn.steampipe.steamcontent.com (108.156.24.120:80 / 108.156.24.120:80, host: alibaba.cdn.steampipe.steamcontent.com): Closing connection
[2025-02-17 18:49:42] HTTP (CDN,33) - alibaba.cdn.steampipe.steamcontent.com (108.156.24.120:80 / 108.156.24.120:80, host: alibaba.cdn.steampipe.steamcontent.com): AuthenticateDepotID (2347770) - Success!
[2025-02-17 18:49:42] HTTP (CDN,33) - alibaba.cdn.steampipe.steamcontent.com (108.156.24.120:80 / 108.156.24.120:80, host: alibaba.cdn.steampipe.steamcontent.com): Failed to send depot manifest request for depot 2347770 manifest 7652698890627636582 - No Connection (3)
[2025-02-17 18:49:42] stats: (CDN, 33) alibaba.cdn.steampipe.steamcontent.com: 0 Bytes, 0 sec (0.00 Mbps). 0 Hits / 0 Misses (0 %, 0 % bytes)
[2025-02-17 18:49:42] AppID 730 update canceled : Failed downloading 2 manifests (Unspecified Error)
[2025-02-17 18:49:42] AppID 730 update changed : Running Update,Reconfiguring,Stopping,
[2025-02-17 18:49:42] AppID 730 update changed : Running Update,Stopping,
[2025-02-17 18:49:42] AppID 730 update changed : None
[2025-02-17 18:49:42] AppID 730 state changed : Update Required,Fully Installed,Update Queued, (Unspecified Error)
[2025-02-17 18:49:42] AppID 730 state changed : Update Required,Fully Installed,Update Paused,
[2025-02-17 18:49:42] AppID 730 scheduler finished : removed from schedule (result Unspecified Error, state 0x206)

P.S. This is steamcmd running from a container for an outdated CS2 client.

@joedwards32
Copy link
Owner

If the error occurs outside of the container, we may be back to trying to get Valve to accept an upstream bug.

@milkywayfarer
Copy link

If the error occurs outside of the container, we may be back to trying to get Valve to accept an upstream bug.

That may be something network-related from their side, as spamming the app_update 730 a couple of times starts the update. I see no point in trying to use steamcmd outside the container, because the environment is basically the same as any other Linux bare-metal installation.

@joedwards32
Copy link
Owner

I could add some error handling with a retry loop

@milkywayfarer
Copy link

I could add some error handling with a retry loop

Tried to do that myself but failed to capture an error that returns from the command. If it's possible, it would save my server cluster, at least. This should be an env-option (as a recovery measure) since this behavior is not expected most of the time.

@joedwards32
Copy link
Owner

Fix that works for me in PR #155

Now available in latest if you pull the image @milkywayfarer

@milkywayfarer
Copy link

Fix that works for me in PR #155

Now available in latest if you pull the image @milkywayfarer

I can check that when the next update for CS2 will roll, and it seems that it will be somewhere during this week. I'll write back.

@Hamsterman
Copy link

I can confirm that my server has now updated and is working

@irimiecernea
Copy link

I ran into this issue as well last week, but didn't have the latest image at that time. I pulled the latest image and re-built the container. I'll leave a comment if everything is fine after the next CS2 update. Considering I have a lot of workshop maps already downloaded, it'll be the perfect test.

@BenKuhar
Copy link

Just had a new update here that worked on retry, thanks for getting this fix in!

@joedwards32
Copy link
Owner

Latest update also worked for me on retry. Going to mark this as closed.

Will reopen if contrary evidence emerges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream Bug in CS2 itself or another upstream component
Projects
None yet
Development

Successfully merging a pull request may close this issue.