question

Ozan Yilmaz avatar image
Ozan Yilmaz asked

How many API calls cause error 1123?

Hello,

There is some kind of a lucky wheel in my game and the players can spin that as many times they want. The spin takes around ~7-10 seconds. Every time it spins, the client calls ExecuteCloudscript function in order to prevent cheating. I was wondering if this gameplay feature can cause the error 1123? What's the limit for this error, and what happens if the client gets error 1123?

This is what the documents says about the error:

ServiceUnavailable (1123):
Indicates that PlayFab may be having a temporary issue or the client is making too many API calls too quickly.
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

·
Seth Du avatar image
Seth Du answered

Though the limit for this API call is not specified in the Game Manager. Calling ExecuteCloudScript frequently may cause this issue. In terms of error 1123, there are many possible reasons. One thing you may check is to make sure the client is calling this API synchronously, which means only when the callback result of the first API call has been received, will the client call for the second one.

Please also refer to this related thread:https://community.playfab.com/questions/14804/error-1123.html.

In addition, feel free to share a fiddler capture via .saz file with us so that we can look into it.

10 |1200

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

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.