When trying to launch the app I get the following Crash: (Logcat)
FATAL EXCEPTION: OkHttp Dispatcher
Process: com.commit451.gitlab, PID: 5117
java.lang.IllegalStateException: cannot make a new request because the previous response is still open: please call response.close()
at okhttp3.internal.connection.RealCall.enterNetworkInterceptorExchange(RealCall.kt:229)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:66)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at com.commit451.gitlab.api.FixBrokenXmlRequestInterceptor.intercept(FixBrokenXmlRequestInterceptor.kt:29)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at com.commit451.gitlab.api.AuthenticationRequestInterceptor.intercept(AuthenticationRequestInterceptor.kt:34)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:517)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
at java.lang.Thread.run(Thread.java:1012)
I assume that was introduced in
a9d8382a