-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SerializationException: Invalid JSON string #12
Comments
@EthanSK does this happen for all your Azure Functions, a subset or just one? Can you debug the local ExecuteFunction itself and see if the response looks right or wrong while inside that implementation before being returned to Unity? |
It happens for all of them. The response looks fine in wireshark. |
Does it look fine in wireshark both between the Azure Function and ExecuteFunction and between ExecuteFunction and Unity? |
The response seems to be fine, and in wireshark it looks fine, but when being parsed in the Unity SDK, it throws
SerializationException: Invalid JSON string
. If I print the string it's trying to parse, it just gives a question mark character.This issue does not happen when using the live Azure Function, only the local one with executefunction.cs
The text was updated successfully, but these errors were encountered: