腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
Android
Volley
ServerError
GET
方法
、
我已经开发了一个REST webservice,并通过
android
客户端使用它。webservice运行得很好,但有时
android
volley
会有一个com.
android
.
volley
.
ServerError
。如果我用邮递员检查url,一切都正常。", url); (Request.Method.
GET
A
浏览 13
提问于2018-07-26
得票数 0
1
回答
Android
Volley
ServerError
、
、
我正在使用以下函数调用服务器,如果出现错误,请帮助我。public void onErrorResponse(VolleyError error) { Log.e("
Volley
[The Error which i
get
on logcat.][1]][1]
浏览 2
提问于2017-02-21
得票数 0
回答已采纳
2
回答
Android
Volley
POST
ServerError
、
、
、
、
我正在使用
volley
库,并且遇到了这个错误:com.
android
.
volley
.
ServerError
,将message作为NULL。;import com.
android
.
volley
.Request; import com.
android
.
volley<
浏览 22
提问于2016-09-25
得票数 0
回答已采纳
1
回答
如何使用post
方法
将json格式的数据发送到
volley
、
、
我有一个应用程序是通过
volley
集成的。现在我正在进行维护,因为我希望将数据作为一个数组列表发送,其中包含逗号分隔值,如{"cart_details":3,1}。所以有人能告诉我怎么做吗?我试着这样做提前谢谢。
浏览 0
提问于2017-09-18
得票数 0
2
回答
沃尔利图书馆的麻烦
、
我试图在我的应用程序中获得响应,当我尝试使用
volley
库调用API时,它提供了com.
android
.
volley
.
ServerError
和响应代码400。这是我的密码 try //start bottomprogressDialog.dismiss(); }
浏览 1
提问于2018-10-12
得票数 3
回答已采纳
1
回答
重复截击,直到状态不再是500。
、
我试着打电话,直到
ServerError
的错误不同,但没有成功。do { @Override
serverError
}
浏览 0
提问于2016-02-16
得票数 1
回答已采纳
1
回答
获取JSON数据时发生
Android
Volley
错误
、
我的localhost中有一个JSON文件,我正在尝试使用
Volley
请求来获取我的
android
应用程序上的所有数据。现在,当我尝试获取我的解析数据(使用JSON)时,我得到了一些未知的错误!;import
android
.view.View;import
浏览 1
提问于2016-08-23
得票数 0
回答已采纳
1
回答
安卓
GET
接口拉取数据basicnetwork.performrequest异常
、
、
我需要从以下api的data数组中获取
android
中的数据我尝试了JSONObject请求和字符串请求 JsonObjectRequest obreq = new JsonObjectRequest(Request.Method.
GET
public void onErrorResponse(Volley
浏览 0
提问于2017-05-12
得票数 0
2
回答
在
Android
中使用
Volley
发送HTTP
GET
请求时出错
、
、
我在
android
应用程序中使用
volley
发出HTTP
GET
请求。isSBSettingEnabled falseRequestQueue queue2 =
Volley
.newRequestQueue(appC
浏览 10
提问于2017-01-19
得票数 0
回答已采纳
1
回答
BasicNetwork.performRequest:意外响应代码400 (
GET
)
、
、
、
、
我使用
volley
向服务器发送请求链接,并使用
GET
方法
获取json。但是它会在一些平板电脑上发生意外的错误,并造成这个错误。E/
Volley
(7696):855 BasicNetwork.performRequest: com.
android
.
volley
.toolbox.BasicNetwork.performRequest(BasicNetwork.java:146)学习BasicNetwork.per
浏览 4
提问于2014-10-01
得票数 2
2
回答
未传递URL编码参数的
Volley
、
、
、
我尝试了两种
方法
,HTTP和HTTPS,它们在这里的工作方式都是一样的。; import com.
android
.
volley
.Request;import com.
android
.
volley
.Response; import com.
android</e
浏览 3
提问于2020-07-30
得票数 1
回答已采纳
4
回答
意外响应代码405 com.
android
.
volley
.
ServerError
意外响应代码405 com.
android
.
volley
.
ServerError
public class Wow extends AppCompatActivity {Override Log.e("
VOLLEY
UnsupportedEncodingException uee) {
浏览 11
提问于2016-11-15
得票数 1
1
回答
JSONArray解析问题
、
;import com.
android
.
volley
.NetworkError;import com.
android
.
volley
.ParseError; import com.
andro
浏览 2
提问于2017-04-27
得票数 1
0
回答
使用抽射创建CouchDb文档
、
、
、
、
你好,我尝试使用
Volley
在CouchDb中创建一个文档,但是POST和PUT
方法
都有问题。: onErrorResponse:
浏览 10
提问于2016-07-14
得票数 0
回答已采纳
1
回答
Android
-使用抽射但没有得到响应
、
: java.util.concurrent.ExecutionException: com.
android
.
volley
.
ServerError
java.util.concurrent.ExecutionException: com.
android
.
volley
.
ServerError
at com.
android
.
volley
.toolbox.RequestFuture.
get
(SourceFile:88)Caused by: co
浏览 2
提问于2016-05-25
得票数 1
6
回答
手柄截击误差
、
、
Log.e("Status code", String.valueOf(networkResponse.statusCode)); }我想在这里处理com.
android
.
volley
.TimeoutError
浏览 5
提问于2014-07-11
得票数 43
回答已采纳
2
回答
Android
Volley
NetworkImageView无法处理某些图像
、
、
、
我使用
Volley
的NetworkImageView调用setImageUrl:它一直运行的很好,直到我使用这个图像链接,它不会打开,我只得到com.
android
.
volley
.
ServerError
工作链接示例: 这两个链接之间有什么不同会导致这个错误呢
浏览 3
提问于2016-02-27
得票数 1
回答已采纳
1
回答
请求在失眠症上工作,但不是
Android
?
、
、
但是,如果我在
Android
上用
volley
来做这件事,我会得到一个"
ServerError
": val params = JSONObject()params.put("device_key", Settings.Secure.getString(contentResolver, Settings.Secure.
ANDROID
_ID))} } request.retryPolicy = DefaultRetryPolicy
浏览 8
提问于2018-02-13
得票数 0
回答已采纳
1
回答
如何在
android
中使用
volley
进行自定义对象的post调用
、
、
for http://192.168.10.37:8088/adduser com.
android
.
volley
.
ServerError
at com.
android
.
volley
.toolbox.BasicNetwork.performRequest(BasicNetwork.java:163)at com.
android
.
volley
.NetworkD
浏览 1
提问于2017-03-08
得票数 1
回答已采纳
1
回答
无法将“com.
android
.
volley
.
ServerError
”强制转换为“com.
android
.
volley
.NoConnectionError”
、
JSONObject>() { public void onResponse(JSONObject response) { error.printStackTrace(); VolleyLog.d("
VOLLEY
getApplicationContext()).addToRequestQueue(jsonObje
浏览 0
提问于2018-12-09
得票数 1
点击加载更多
相关
资讯
Volley 源码解析
Volley 官方教程-简介以及配置
get!网费贵?有方法啦
如何优化Android异步请求服务器数据?
Python中的get和set方法
热门
标签
更多标签
云服务器
ICP备案
对象存储
即时通信 IM
云直播
活动推荐
运营活动
广告
关闭
领券