-
Notifications
You must be signed in to change notification settings - Fork 228
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
Parsing error of a json response #4
Comments
+1 |
1 similar comment
+1 |
I send a pull request yesterday |
+1, still not fixed |
Only @styoe can merge |
this has been fixed, additionally a new callback has been implemented, onError, which provides feedback and allows you to react to an error within your app. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The plugin throws the following error when it receives a Content-Type: application/json as a response once the image is uploaded:
I think that the plugin is parsing an already parsed json object. When the content type is changed to text/html this error doesn't happen.
The correct Header if we are returning a json object is "application/json" so i think this should be fixed appropriately.
Thanks guys for the good work.
The text was updated successfully, but these errors were encountered: