-
-
Notifications
You must be signed in to change notification settings - Fork 736
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
IllegalArgument exception #201
Comments
More interesting stuff: If I install app without OkHTTP and launch it -> it works; |
Thank you for your feedback. We prioritize issues that have clear and concise repro steps. Please see our Bug Reporting Guidelines about what information should be added to this issue.
|
To help us debug this, would you be able to provide a project and repro steps? |
You can get a project here: http://lisauskas.lt/parseandroid_201.tar.gz If you remove OKHttp dependancy from build.gradlew -> it works without problems; Now, if you add OKHTTP dependancy back -> it still works without problems, but if you clear app data, or remove it before installing it starts crashing again 👎 |
The problem with the sample project you linked is that there is no |
Ok, my bad. Seems that was a issue. Adding git tag on project on which example was based on solved an issue. Just wondering why it worked without OkHTTP? |
Great to hear that your issue is resolved! As to why it worked without OkHttp, I'm assuming it has different contracts than Apache or HttpURLConnection. |
It looks like OkHTTP client implemetation is making some problems. It looks like parse SDK is trying to set null as a value for a header;
If I remove OkHTTP library from project -> it works;
The text was updated successfully, but these errors were encountered: