Suggest logging in if no manifest code is returned

pull/634/head
Pavel Djundik 5 months ago
parent 665f83983b
commit 08542bd09f

@ -265,6 +265,11 @@ namespace DepotDownloader
if (requestCode == 0)
{
Console.WriteLine($"No manifest request code was returned for depot {depotId} from app {appId}, manifest {manifestId}");
if (!authenticatedUser)
{
Console.WriteLine("Suggestion: Try logging in with -username as old manifests may not be available for anonymous accounts.");
}
}
else
{

Loading…
Cancel
Save