Closed theyaoster closed 1 year ago
was a problem with valorant-api.com, and it should be fixed now
Confirmed it's working again, thanks - didn't realize we had a dependency on valorant-api.
(For future readers, valorant-api is needed to fill the X-Riot-ClientVersion
header. I'm guessing that's what caused the issue.)
Since VALORANT 6.01, I've been seeing these two client calls returning None. Running the following with the game open
gives
That said, I inspected ShooterGame.log, and it looks like the endpoints and API routes are correct (unlike in a previous issue where the API got bumped from
v2
tov3
). Moreover, I can see successful calls in the log to these endpoints:So I'm thinking maybe something has changed with the API interaction = maybe additional or different parameters/headers are required. Let me know if you can reproduce this with the latest version of VALORANT.