Skip to content
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

Network Bug? SDK handle response code 201 incorrectly #449

Closed
cslwkah opened this issue Jan 30, 2014 · 2 comments
Closed

Network Bug? SDK handle response code 201 incorrectly #449

cslwkah opened this issue Jan 30, 2014 · 2 comments
Assignees

Comments

@cslwkah
Copy link

cslwkah commented Jan 30, 2014

I got a error message "BasicNetwork.performRequest: Unexpected response code 201 for..." when I try to create a new object via native salesforce android sdk. 201 means OK so may be it is a bug!?

I found this from google(https://plus.google.com/+StevenVanBael/posts/2YkZDSyENwH), which stated that it was a bug on the volley android library.

The I go to https://android.googlesource.com/platform/frameworks/volley/
The latest version of volley is 4.4.2_r1 today but the library jar in SDK is still
4.3_r2.1. I updated the jar file and the problem was solved.

@bhariharan bhariharan self-assigned this Feb 26, 2014
@bhariharan
Copy link
Contributor

Thank for you reporting this issue. We will look into putting a fix in our next release.

@bhariharan
Copy link
Contributor

This has been fixed in our latest release - v2.2.0, available on our master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants