I'm getting an error response after calling GetMatchmakingTicket()
A combination of the ticket parameters and the rules for the queue makes this ticket unmatchable. None of the common regions across the users in the ticket are valid azure regions.
However, I'm using the EastUs region, which seems to be a valid Azure region. (reference:
https://docs.microsoft.com/en-us/gaming/playfab/api-references/events/data-types/azureregion)
My TitleID is B186.
Happy to provide full source code for my client if it's helpful, since I'm running this all on a test project while I learn the framework.
Answer by Brent Batas (Lisk) · Aug 01, 2019 at 09:45 PM
Resolved - there was a capitalization error in my code. I was using EastUS instead of EastUs. Sorry about this!
Disabling login with Custom IDs 1 Answer
Help with Server Architecture 2 Answers
Terminate Game Instance reporting game_ended to external matchmaker 1 Answer
Is having a a "dummy" region selection rule the best practice if we use a single region? 1 Answer
Does calling PlayFabMatchmakerAPI.StartGame without any available servers return a failure callback? 2 Answers