我收到6500错误,这就是文档必须说的。
public static final int STATUS_MATCH_ERROR_INVALID_PARTICIPANT_STATE
One or more participants in this match are not in valid states.
This could occur if a specified participant is not actually a participant of the match, or is invalid, or is in an incorrect state to make the API call.
Check the logs for more detailed information.
Constant Value: 6500 (0x00001964)
有人可以详细说明此错误的其他原因吗?
编辑:精化。
我开始 TurnBasedMatch ,然后我开始轮流使用 GamesClient.takeTurn()。两次转动后,我的应用程序因空指针异常而崩溃。我的TurnBasedMatch对象变为null,因为我收到状态码为6500的错误。我不知道为什么会这样。
答案 0 :(得分:6)
一旦检查您的待定参与者。 你可能会传递错误的待定参与者..