[BUG] No Callbacks Received from Registered Tournament Provider #944
Labels
api: tournament-v5
on hold: escalated to team
This issue has been escalated to the team that owns the service.
scope: lol
type: bug report
Bug Description
The callback from the League of Legends server to the registered URL is not functioning as expected. Despite the server receiving the request when using postman, no proper acknowledgment or expected behavior occurs from riot - dont see any calls.
Problem Description
There is no callback from Riot that the game is over. And the correct ports are activated, I try to do it through postman and it works as it should.
Expected Result
After the game completes, the server should receive a callback with the game results. This should trigger the server to process the data, update the database, and perform necessary actions based on the game results. The server should acknowledge the callback with a 200 OK response.
Actual Result
Nothing happens!
I haven't received any requests on the url I used when registering a tournament provider from the tournament codes generated with that provider id
The text was updated successfully, but these errors were encountered: