LianjiaTech / retrofit-spring-boot-starter

A spring-boot starter for retrofit, supports rapid integration and feature enhancements.(适用于retrofit的spring-boot-starter,支持快速集成和功能增强)
Apache License 2.0
1.78k stars 340 forks source link

RetrofitIOException乱码报错 #139

Closed wangyunpeng0319 closed 1 year ago

wangyunpeng0319 commented 1 year ago

com.github.lianjiatech.retrofit.spring.boot.exception.RetrofitIOException: CRC: actual 0xace75ff5 != expected 0xc9e75ff5, request=Request{method=GET, url=, tags={class retrofit2.Invocation=getDealerVersion() [0, [2135606]]}} at com.github.lianjiatech.retrofit.spring.boot.exception.RetrofitException.errorExecuting(RetrofitException.java:41) at com.github.lianjiatech.retrofit.spring.boot.core.BodyCallAdapterFactory$BodyCallAdapter.adapt(BodyCallAdapterFactory.java:79)

retrofit-spring-boot.version=2.2.10 spring-boot-starter-parent.version=2.6.7

chentianming11 commented 1 year ago

这个一般跟组件无关,麻烦自行排查http请求自身问题吧。