Cosmic-Ide / rewrite

WIP Cosmic IDE rewrite
35 stars 6 forks source link

Crash on pull changes in git #65

Closed aikrq closed 1 year ago

aikrq commented 1 year ago

Stacktrace:

java.lang.NoSuchFieldError: No static field INSTANCE of type Lorg/apache/http/conn/ssl/AllowAllHostnameVerifier; in class Lorg/apache/http/conn/ssl/AllowAllHostnameVerifier; or its superclasses (declaration of 'org.apache.http.conn.ssl.AllowAllHostnameVerifier' appears in /system/framework/framework.jar!classes4.dex)
    at org.apache.http.conn.ssl.SSLConnectionSocketFactory.<clinit>(SSLConnectionSocketFactory.java:151)
    at org.apache.http.conn.ssl.SSLConnectionSocketFactory.getDefaultHostnameVerifier(SSLConnectionSocketFactory.java:183)
    at org.eclipse.jgit.transport.http.apache.HttpClientConnectionFactory$HttpClientSession.configure(HttpClientConnectionFactory.java:81)
    at org.eclipse.jgit.transport.http.apache.HttpClientConnectionFactory$HttpClientSession.configure(HttpClientConnectionFactory.java:1)
    at org.eclipse.jgit.transport.TransportHttp.httpOpen(TransportHttp.java:1060)
    at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:653)
    at org.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:465)
    at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:153)
    at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:105)
    at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1462)
    at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:238)
    at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:1)
    at com.github.syari.kgit.KGitCommand.call(KGitCommand.kt:10)
    at com.github.syari.kgit.KGit.fetch(KGit.kt:111)
    at dev.pranav.jgit.tasks.Repository.pull(Repository.kt:66)
    at org.cosmicide.rewrite.fragment.GitFragment$setup$8$1.invokeSuspend(GitFragment.kt:157)
    at org.cosmicide.rewrite.fragment.GitFragment$setup$8$1.invoke(Unknown Source:8)
    at org.cosmicide.rewrite.fragment.GitFragment$setup$8$1.invoke(Unknown Source:2)
    at org.cosmicide.rewrite.fragment.GitFragment$catchException$1.invokeSuspend(GitFragment.kt:232)
    at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
    at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
    at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
    at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:100)
    at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
    at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
    Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@8441e42, Dispatchers.IO]

User actions: 
2023-07-24 14:12:15: MainActivity created
2023-07-24 14:12:15: MainActivity resumed