question

brendan avatar image
brendan asked

Internal Server Error on ValidateGooglePlayPurchase

Question from a developer:

We're getting the following error when calling ValidateGooglePlayPurchase:

(500) Internal Server Error

Unhandled exception in ProcessHttpResponse : https://{titleId}.playfabapi.com/Client/ValidateGooglePlayPurchase

PlayFab.Internal.PlayFabWebRequest:ProcessHttpResponse(CallRequestContainer)

PlayFab.Internal.PlayFabWebRequest:WorkerThreadMainLoop()

PlayFabError.Error: ServiceUnavailable PlayFabError.ErrorMessage: 500 Internal Server Error App

In-Game Economy
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

·
brendan avatar image
brendan answered

Looking at your title, the issue is that the call to read the catalog is failing internally, specifically because the name of the catalog ends in a period. If you could update to remove the period from the name of the catalog, that will resolve the issue. I'll file a bug to add a validation check, to prevent the CatalogVersion from being set to something that can't be supported.

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.

Developer -Mindstormstudios avatar image Developer -Mindstormstudios commented ·

Thanks Brendan, you are a life-saver.

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.