Make friends leaderboard warn with Steam API is down #2220
Labels
Blocked: Needs further work
This needs more work to be able to be accepted
Priority: Low
Something not very essential to the release, can be done in free time and bumped back if needed.
Size: Trivial
Something that is estimated to be only a few lines of code or will take minutes to do. "Quick Wins"
Type: Enhancement
This can improve a system/thing already in place.
Where: Game
This is something for the main game code.
Valve in their infinite wisdom/lack of engineers that give a shit/lack of serious competition from other platforms have a significant Steam outage every week, which stops filtering leaderboards by friends.
New backend responds with a 503 when this happens. Game should have a specific
OnlineTimeStatus_t
value for this, and display an appropriate error. See TODO inc_mom_leaderboards.cpp
.This is very low priority, and no reason to do until we do larger leaderboard reworks in the future. Blocked then, once we spec out of those changes, reference this issue/include it in a project board.
Tom note:
503
is probably a bad error code, we don't care about it showing up in logs/Sentry. Maybe just move to some 4xx unused by that endpoint).The text was updated successfully, but these errors were encountered: