onFailure unexpected end of stream

使用Retrofit调用接口,同时传递参数和图片,出现这个错误。导致操作的时候有时候成功,有时候不成功,记录一下希望能帮助遇到此问题的朋友;


错误走向:

onFailure unexpected end of streamonFailure unexpected end of stream

错误结果,其实是Retrofit提示的错误,不是服务器返回的

onFailure unexpected end of streamonFailure unexpected end of stream


原因:

onFailure unexpected end of streamonFailure unexpected end of stream


找了好久网上没有具体能解决的办法,回过头来看到这里,发现这里写的直接是File对象,而不是字节流Byte[],然后修改下:

onFailure unexpected end of streamonFailure unexpected end of stream


onFailure unexpected end of streamonFailure unexpected end of stream


再次尝试,OK可以了,不会是偶尔能成功