为什么httpGet()会导致com.github.kittinunf.fuel.core.BubbleFuelError:空?

时间:2019-03-06 10:40:56

标签: android rest kotlin

我有一个fuel library在我的Android应用程序Kotlin项目中实现的休息电话。尝试调用httpGet时,我得到了:

  

原因:com.github.kittinunf.fuel.core.BubbleFuelError:null   com.github.kittinunf.fuel.core.FuelError $ Companion.wrap(FuelError.kt:84)   03年6月11日32:39.112 6328-6328 / com.example.demo I / System.out:     com.github.kittinunf.fuel.core.requests.RequestTask.executeRequest(RequestTask.kt:24)   com.github.kittinunf.fuel.core.requests.RequestTask.call(RequestTask.kt:44)   com.github.kittinunf.fuel.core.requests.RequestTask.call(RequestTask.kt:14)   com.github.kittinunf.fuel.core.DeserializableKt.response(Deserializable.kt:166)   com.github.kittinunf.fuel.core.requests.DefaultRequest.responseObject(DefaultRequest.kt:463)

通话时

url.httpGet().responseObject(moshiDeserializerOf(RestContextResult::class.java))

我需要使用协程不阻塞线程吗?怎么了?

0 个答案:

没有答案