jeasonlzy / okhttp-OkGo

OkGo - 3.0 震撼来袭,该库是基于 Http 协议,封装了 OkHttp 的网络请求框架,比 Retrofit 更简单易用,支持 RxJava,RxJava2,支持自定义缓存,支持批量断点下载管理和批量上传管理功能
Apache License 2.0
10.6k stars 2.55k forks source link

OkGo的文件上传Error:com.lzy.okgo.exception.HttpException: network error! http response code is 404 or 5xx! #947

Open heatonJr opened 4 years ago

heatonJr commented 4 years ago

使用OkGo上传文件: Server是本地Tomcat,出现异常: The origin server did not find a current representation for the target resource or is not willing to disclose that one exists. com.lzy.okgo.exception.HttpException: network error! http response code is 404 or 5xx! 请各位大侠帮忙看看是什么原因?谢谢!

1 2 3 4 5

heatonJr commented 4 years ago

responseCode == 404