question

nikosp420 avatar image
nikosp420 asked

Unity's Editor Extension offline error

Good morning guys !! So i get 2 errors from Playfab Unity's Editorextension when i am not connected to the internet.

First :

PlayFab EditorExtensions: Caught an error:SharedErrorCallbackCannot resolve destination host 

and second

PlayFab EditorExtensions: Caught an error:Invalid JSON string 

Is there a solution for that? (Unity 2019.2.9f1)

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

·
Citrus Yan avatar image
Citrus Yan answered

I would recommend that you close the "PlayFab EdEx" window after you've done setting up your project in it, the errors will then disappear. In fact, if you keep that window open in the editor, it will update its state which includes http requests in the background - PlayFab.PfEditor.EditorCoroutine:Update(), hence, errors will occur when there is no internet connection.

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.

nikosp420 avatar image nikosp420 commented ·

That is the correct solution. Simple and yet couldn't find anything on the web.
Thanks in advance :)

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.