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
13:02:56.240 [DefaultDispatcher-worker-1] �[1;31mERROR�[0;39m suwayomi.tachidesk.manga.impl.extension.github.ExtensionGithubApi - Failed to get extensions from GitHub
java.net.ConnectException: Failed to connect to raw.githubusercontent.com/0.0.0.0:443
at okhttp3.internal.connection.ConnectPlan.connectSocket(ConnectPlan.kt:256)
at okhttp3.internal.connection.ConnectPlan.connectTcp(ConnectPlan.kt:128)
at okhttp3.internal.connection.FastFallbackExchangeFinder$launchTcpConnect$1.runOnce(FastFallbackExchangeFinder.kt:138)
in the log.
And it is hard to say if this config is really working.
The text was updated successfully, but these errors were encountered:
Maybe socks5 is OK. raw.githubusercontent.com error is caused by DNS pollusion. Adding hosts to docker config solves this:
raw.githubusercontent.com:151.101.76.133
but I'm not sure if socks5 is working, because loading things in sources is very slow.
Adding a export http_proxy=http://host.docker.internal:1080 into D:/Tachidesk-Comic/proxy.sh and bind volume to /home/suwayomi/.local/share/Tachidesk and modify CMD to
In #59 , I tried both one, and still getting
in the log.
And it is hard to say if this config is really working.
The text was updated successfully, but these errors were encountered: