- 最新
- 投票最多
- 评论最多
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.