You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is because steam changed how logins work or because steam's login is down, but I'm getting a WebException: Could not find remote server during SteamAPISession.Authenticate().
It's not you. The IP of the API server has changed, which was hardcoded for some reason. However, the login still fails.
I just decompiled the Steam APK and it looks like the login protocol has changed quite a bit. The ISteamOAuth2/GetTokenWithCredentials/v0001 endpoint no longer exists. I may have time to rework the login code somewhere at the end of this week.
Not sure if this is because steam changed how logins work or because steam's login is down, but I'm getting a
WebException: Could not find remote server
duringSteamAPISession.Authenticate()
.Here's the relevant part of the code:
Is this a problem with my code or with the API?
The text was updated successfully, but these errors were encountered: