SteamRE / DepotDownloader

Steam depot downloader utilizing the SteamKit2 library.
GNU General Public License v2.0
1.98k stars 268 forks source link

Newer depot is downloaded despite manifest being recognized #450

Open gudvinr opened 1 year ago

gudvinr commented 1 year ago

What did you expect to happen?

I was trying to download depot with specific manifest:

depotdownloader -app 550 -depot 551 -manifest 4050944490529318656

This particular manifest dated as of "24 Jul 2019" on steam db and depotdownloader does recognize that (see log below).

Instead of that, what actually happened?

When I inspect output of "Pre-allocating" and "Downloading" stages, I see files that shouldn't exist at that point of time.
Also, files that did exist, have fresh content too.

Which operating system are you running on?

Linux

Version

2.5.0.r1.g4c52ad3a (depotdownloader-git from AUR)

Relevant log output

Got AppInfo for 550
Using app branch: 'public'.
Got depot key for 551 result: OK
Processing depot 551
Downloading depot manifest...Got manifest request code for 551 4050944490529318656 result: 6279582552509618910
 Done!
Manifest 4050944490529318656 (17/07/2019 00:20:34)
Downloading depot 551

Additional Information

No response