gpt4 book ai didi

java.lang.RuntimeException : Unable to invoke no-args constructor for retrofit2. 调用

转载 作者:行者123 更新时间:2023-12-01 18:09:21 28 4
gpt4 key购买 nike

向 Gson 注册此类型的 InstanceCreator 可能会解决此问题。

有人可以帮助我吗?我需要从响应中捕获 header (授权 token )。

val call: Call<GuestAuth> = api.getGuestAuthToken(AuthModel("guest"))

call.enqueue(object : Callback<GuestAuth> {
override fun onFailure(call: Call<GuestAuth>, t: Throwable) {
Log.e("retrofit", t.localizedMessage)
}

override fun onResponse(call: Call<GuestAuth>,response: Response<GuestAuth>) {
Log.e("retrofit", "OK")
data = response.body()
authorizationToken = response.headers().get("Authorization").toString()
}
})

之前的堆栈溢出问题都没有帮助我:(

最佳答案

也许这个帖子对您有帮助:https://github.com/square/retrofit/issues/3226

请提供有关您的代码的更多详细信息。

关于java.lang.RuntimeException : Unable to invoke no-args constructor for retrofit2. 调用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60494628/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com