SteamRE / DepotDownloader

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

Expired login tokens aren't removed #460

Closed einstein95 closed 9 months ago

einstein95 commented 11 months ago

What did you expect to happen?

When logging in using a token which expired, I expected DepotDownloader to remove the expired token and sign in again.

Instead of that, what actually happened?

DepotDownloader just reported that the login result was "Expired" then exited. Had to manually delete the Isolated storage entry in order to sign in.

Which operating system are you running on?

Linux

Version

2.5.0

Relevant log output

No response

Additional Information

No response