You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FATAL EXCEPTION: OkHttp Dispatcher Process: com.ggb.nirvanahappyclub.test, PID: 11789 java.lang.NoSuchFieldError: No field instance of type Lokhttp3/internal/Internal; in class Lokhttp3/internal/Internal; or its superclasses (declaration of 'okhttp3.internal.Internal' appears in /data/app/~~CfuST8eiVwyTGeFyPZv0iA==/com.ggb.nirvanahappyclub.test-pSNLWEHNh7eOHOMQKUkCOQ==/base.apk!classes20.dex) at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.java:77) at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.java:56) at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) at java.lang.Thread.run(Thread.java:1012)
The text was updated successfully, but these errors were encountered:
我看咱们项目中是引用了chatgpt-java 这个库,其中的okhttp版本用的是3.14.9,但是我实际项目中用的okhttp版本是4.10.0,这就在往请求发送后,程序会报错闪退,请问我该怎么解决这个,期待您的解惑
FATAL EXCEPTION: OkHttp Dispatcher Process: com.ggb.nirvanahappyclub.test, PID: 11789 java.lang.NoSuchFieldError: No field instance of type Lokhttp3/internal/Internal; in class Lokhttp3/internal/Internal; or its superclasses (declaration of 'okhttp3.internal.Internal' appears in /data/app/~~CfuST8eiVwyTGeFyPZv0iA==/com.ggb.nirvanahappyclub.test-pSNLWEHNh7eOHOMQKUkCOQ==/base.apk!classes20.dex) at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.java:77) at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.java:56) at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:519) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644) at java.lang.Thread.run(Thread.java:1012)
The text was updated successfully, but these errors were encountered: