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
i think it's constructing the URL incorrectly, getting a 404, and then failing to serialize that 404 json into an actual C# object
it looks like the code for UserClient.GetPersonalBests just concatenates the query parameters to the URL string without adding the necessary ? and &s, which doesn't generate a valid URL for the SRC API
The text was updated successfully, but these errors were encountered:
i think it's constructing the URL incorrectly, getting a 404, and then failing to serialize that 404 json into an actual C# object
it looks like the code for UserClient.GetPersonalBests just concatenates the query parameters to the URL string without adding the necessary
?
and&
s, which doesn't generate a valid URL for the SRC APIThe text was updated successfully, but these errors were encountered: