com.android.volley.ParseError:org.json.JSONException:java.lang.String类型的值连接无法转换为JSONObject

com.android.volley.ParseError:org.json.JSONException:java.lang.String类型的值连接无法转换为JSONObject,json,android-volley,Json,Android Volley,一切都很好,但是从几个小时开始我就发现了错误 E/TAG: com.android.volley.ParseError: org.json.JSONException: Value Connection of type java.lang.String cannot be converted to JSONObject 我正在使用compile'com.mcxiaoke.volley:library-aar:1.0.0'library @Override public void onError

一切都很好,但是从几个小时开始我就发现了错误

E/TAG: com.android.volley.ParseError: org.json.JSONException: Value Connection of type java.lang.String cannot be converted to JSONObject
我正在使用
compile'com.mcxiaoke.volley:library-aar:1.0.0'
library

@Override
public void onErrorResponse(VolleyError error) {
Log.e("TAG",message);
}

这似乎是API所在的服务器端的错误。 检查RESTAPI是否正常工作