question

kazuha-yamahata avatar image
kazuha-yamahata asked

CreateMatchMakingTicket ERROR "User is a member of too many tickets",Problem with 'CreateMatchMakingTicket' when using multiple devices

When using multiple devices Error in CreateMatchMakingTicket

The content of the error is : User is a member of too many tickets.

Under what conditions does this error occur?

5652-%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88-2023-03-18-115801.png

,When using multiple devices Error in CreateMatchMakingTicket

The content of the error is : User is a member of too many tickets.

Under what conditions does this error occur?

5650-%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88-2023-03-18-115801.png

multiplayerMatchmaking
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Neils Shi avatar image
Neils Shi answered

As the documentation says, a player may only be in one ticket at a time. The "errorMessage": "User is a member of too many tickets" means you try to create a second ticket before the previous ticket expires. You can use API CancelAllMatchmakingTicketsForPlayer or CancelMatchmakingTicket to cancel the player's ticket and then create a new one.

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

kazuha-yamahata avatar image kazuha-yamahata commented ·

I will try "CancelAllMatchmakingTicketsForPlayer"!

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.