Cometchat, get volley com.android.volley.ServerError 206 library error when trying to log in

How can I create a new user from the same URL, but could not login to cometchat

cometchat.login(url, "username","password", new Callbacks() @Override public void successCallback(JSONObject success) { Log.d("Success-->", success + ""); } @Override public void failCallback(JSONObject fail) { Log.d("Fail Login-->", fail + ""); //createUser(); } }); 

Answer: { "code": "206", "message": "com.android.volley.ServerError" }

+5
source share
2 answers

It will be released on the server side. so check and check.

-1
source

The code link mentioned in the request for the SDK looks older. We can ask you to contact the new version of the SDK version 6.3.2 and create a support ticket if there is a problem. In the name of the new SDK function, the name is "loginCallbacks"

-2
source

Source: https://habr.com/ru/post/1262349/


All Articles