收藏
回答

getCallerTicket 偶尔报错?

io.reactivex.exceptions.UndeliverableException: com.tencent.wxvoip.ServiceProxy$GetTicketException: Value fail of type java.lang.String cannot be converted to JSONObject

  at io.reactivex.plugins.RxJavaPlugins.onError(RxJavaPlugins.java:367)

at io.reactivex.internal.observers.ConsumerSingleObserver.onSuccess(ConsumerSingleObserver.java:66)

  at io.reactivex.internal.operators.single.SingleCreate$Emitter.onSuccess(SingleCreate.java:68)

Caused by: com.tencent.wxvoip.ServiceProxy$GetTicketException: Value fail of type java.lang.String cannot be converted to JSONObject

at com.tencent.wxvoip.ServiceProxy.getCallerTicket(Unknown Source:615)

service.getCallerTicket 这个接口报出异常导致App崩溃

Value fail of type java.lang.String cannot be converted to JSONObject 麻烦看一下是因为什么


回答关注问题邀请回答
收藏

1 个回答

  • 高
    2023-09-11

    这种一般是网络问题,请求的回复不是正确的 json 内容,你可以 catch 这个 exception,不会导致 app 崩溃吧?

    2023-09-11
    有用
    回复
登录 后发表内容
问题标签