- Newest
- Most votes
- Most comments
The "MatchmakingFailed" event occurs when there is any sort of terminal error for a matchmaking ticket. The example on https://docs.aws.amazon.com/gamelift/latest/flexmatchguide/match-events.html#match-events-matchmakingfailed shows a potential error for "UNEXPECTED_ERROR", but another error like the "PLACING_FAILED" that you observed is also a valid failure reason.
The flow that you observed of MatchmakingSearching, PotentialMatchCreated, MatchmakingFailed suggests that a match was created with a placement attempting to be made onto your fleet. However, the game server failed to mark the game session as active and went into Error. This suggests that there is an issue with the game server code that needs to be addressed. I recommend you to look closer at your game session logs that are showing "Error" to find and fix whatever is causing the error.
Relevant content
- Accepted Answerasked 4 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago
- Why did my CloudWatch canary fail with the error "Node is either not visible or not an HTMLElement"?AWS OFFICIALUpdated a year ago