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

Error 401 for Rust Dedicated Server Depot 258551 Manifest 1888942548033520782 #577

Closed
deadender420 opened this issue Dec 7, 2024 · 6 comments
Labels

Comments

@deadender420
Copy link

What did you expect to happen?

I expected to be able to download the manifest like I've done several times before

Instead of that, what actually happened?

I got an error message
image

Which operating system are you running on?

Windows

Version

2.7.4

Command

.\depotdownloader.exe -app 258550 -depot 258551 -manifest 1888942548033520782

Relevant log output

No response

Additional Information

downloading works like normal with the current version
image

@THEOldManJoe
Copy link

same

@capsiir-2997
Copy link

Use a nightly DepotDownloader build and it should work.

@zhuyifei1999
Copy link

Use a nightly DepotDownloader build and it should work.

It does not. Using the given test case:

$ ./DepotDownloader -app 258550 -depot 258551 -manifest 1888942548033520782
No username given. Using anonymous account with dedicated server subscription.
Connecting to Steam3... Done!
Logging anonymously into Steam3... Done!
Using Steam3 suggested CellID: 10
Got AppInfo for 258550
Using app branch: 'public'.
Got depot key for 258551 result: OK
Processing depot 258551
Downloading depot 258551 manifest
No manifest request code was returned for depot 258551 from app 258550, manifest 1888942548033520782
Encountered 401 for depot manifest 258551 1888942548033520782. Aborting.

Unable to download manifest 1888942548033520782 for depot 258551
App 258550 was not completely downloaded.
The operation was canceled.
Disconnected from Steam
$ ./DepotDownloader
DepotDownloader v2.7.3+5fe8a827d895c08d8d74254ce546c646812d6a5d

Usage: downloading one or all depots for an app:
[...]

@xPaw
Copy link
Member

xPaw commented Jan 4, 2025

If you get no manifest code with correct parameters, Steam doesn't want you to download it. That's what the manifest codes were added for.

EDIT: Try using a logged in account, that seems to have worked for me.

@THEOldManJoe
Copy link

If you get no manifest code with correct parameters, Steam doesn't want you to download it. That's what the manifest codes were added for.

EDIT: Try using a logged in account, that seems to have worked for me.

He is trying to download server files. Not game files. We need to login anonymously in order to get Rust server files.

@SturdyStubs
Copy link

SturdyStubs commented Jan 28, 2025

If you get no manifest code with correct parameters, Steam doesn't want you to download it. That's what the manifest codes were added for.

EDIT: Try using a logged in account, that seems to have worked for me.

Slight misinformation here. The publisher has blocked old depot downloads. Unsure on the date threshold here however as of a couple months ago from the first reported issue, it seems that attempting to downloading any manifest from a year or older and possibly even new than that, it will respond with a 401 error on DepotDownloader and an access denied error on SteamCMD. Since this is a dedicated server app, you cannot download it via logging in and are required to login anonymous.

Would be nice to get a list of blocked apps somewhere either on here or on SteamDB. I'll see if SteamDB can add something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants