Niklas Bäckström
Niklas Bäckström
We're getting HTTP 500 errors from `POST https://americas.api.riotgames.com/lol/tournament/v5/providers` now. Our requests were successful in testing yesterday though.
> @Pikeman Should be fixed, could you please verify? It works! Thanks for the quick fix.
We're getting null PUUID on LobbyEventV5DTO: ```json [ { "timestamp": "2023-10-12 01:14:35.0", "eventType": "PracticeGameCreatedEvent", "puuid": null }, { "timestamp": "2023-10-12 01:14:56.0", "eventType": "PlayerJoinedGameEvent", "puuid": null }, { "timestamp": "2023-10-12 01:15:04.0",...