question

Dale Strickler avatar image
Dale Strickler asked

PlayFab EditorExtensions: Caught an error:SharedErrorCallbackHTTP/1.1 404 Not Found

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.

Dale Strickler avatar image Dale Strickler commented ·

I am getting the error:

PlayFab EditorExtensions: Caught an error:SharedErrorCallbackHTTP/1.1 404 Not Found

I am also noticing that two of the changes in a recent update to the editor extension are changes in URLs:

- Application.OpenURL("https://docs.microsoft.com/en-us/gaming/playfab/release-notes/");
+ Application.OpenURL("https://api.playfab.com/releaseNotes/");

and:

- PlayFabEditorHttp.MakeDownloadCall("https://aka.ms/PlayFabUnitySdk", (fileName) =>
+ PlayFabEditorHttp.MakeDownloadCall("https://api.playfab.com/sdks/download/unity-via-edex", (fileName) =>

Though the debug tacking is not very clear it seems like there could be an issue that some of the PlayFab servers URLs are not correctly exposed. Looking at the GIT repo of the Unity PlayFab Editor extension issues with server settings and URLs is a very good possibility of why we are seeing errors.

0 Likes 0 ·

1 Answer

·
Citrus Yan avatar image
Citrus Yan answered

Are you still experiencing this issue? Based on my testing I believe it’s solved now, as discussed in this thread: https://community.playfab.com/questions/45949/sharederrorcallbackhttp11-404-not-found-error.html

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.