question

Kim jung hyun avatar image
Kim jung hyun asked

CloudScript Error

server.MoveItemToCharacterFromUser(args);

I was using api well before that. But today I suddenly got an error.

/CloudScript/ExecuteEntityCloudScript: Temporary storage issue, please retry request

It happened frequently even in one call.

This happened about two hours ago, and it works fine now.

Is this a problem with the backend server? Or is it a problem with my account?

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

·
Rick Chen avatar image
Rick Chen answered

The PlayFab server seems fine, you can check the status from https://status.playfab.com/

This error occurs when there's a sudden increase in writes for a single entity in a short period, you can refer to this thread: https://community.playfab.com/questions/4101/why-am-i-seeing-the-error-temporary-storage-issue.html

In this case, perhaps several calls of your script was fired that are all trying to move the same item instance from user to character, which causes the issue.

2 comments
10 |1200

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

Kim jung hyun avatar image Kim jung hyun commented ·

Yes i know it too

however, this happened even in a single call.

0 Likes 0 ·
Rick Chen avatar image Rick Chen ♦ Kim jung hyun commented ·

I was informed by the team that there was an incident during that time. It has been solved lately.

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.