question

juanrodriguezgiles avatar image
juanrodriguezgiles asked

Requested value 'GooglePlayGames' was not found.

When executing an Azure function through a Scheduled Task we get the following error creating the PlayerPlayStreamFunctionExecutionContext: "Requested value 'GooglePlayGames' was not found.". 6728-img.png 6733-asd.png

CloudScript
img.png (39.7 KiB)
asd.png (18.4 KiB)
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

·
Xiao Zha avatar image
Xiao Zha answered

It seems your issue related to the version of PlayFabAllSDK you used in your Azure Function. The old version may not define the GooglePlayGames in the enum LoginIdentityProvider. You may use “dotnet add package PlayFabAllSDK” to update the version of PlayFab SDK to latest in your Azure Function.

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.