Skip to content

if you use sdk version is 1.13.0 #456

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

Closed
biz-rl opened this issue May 13, 2016 · 5 comments
Closed

if you use sdk version is 1.13.0 #456

biz-rl opened this issue May 13, 2016 · 5 comments

Comments

@biz-rl
Copy link

biz-rl commented May 13, 2016

if you use sdk version is 1.13.0 , you have error for this (bad json request, code error=100),you must check you serve url like this ( http://xxxxxxxxxxx/parse/ ), "/" is must behind for url ,I solved this after the operation

@biz-rl
Copy link
Author

biz-rl commented May 13, 2016

like this

// new
.server("http://xxx.xxx.com/parse/") // is work
// old
//.server("http://xxx.xxx.com/parse") // not work

@devcheetah
Copy link

I confirm this issue as I had it myself. Thanks.

@crebstock
Copy link

Yep, you'll get a bad json response if you attempt to save the Currrent Installation. Hopefully anyone who gets that can end up here and find the fix!

@grantland
Copy link
Contributor

Fixed by #436

@biz-rl
Copy link
Author

biz-rl commented Jun 28, 2016

think you @grantland

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

4 participants