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
Increasing the connectTimeout at line 13 of AndroidHttpClient.kt does not fix it.
I see this in logcat:
2022-09-02 09:57:44.604 16529-16529/com.github.jetbrains.rssreader.androidApp V/AndroidHttpClient: REQUEST https://blog.jetbrains.com/kotlin/feed/ failed with exception: io.ktor.client.network.sockets.ConnectTimeoutException: Connect timeout has expired [url=https://blog.jetbrains.com/kotlin/feed/, connect_timeout=unknown ms]
2022-09-02 09:57:44.608 16529-16529/com.github.jetbrains.rssreader.androidApp D/FeedStore: Action: Error(error=io.ktor.client.network.sockets.ConnectTimeoutException: Connect timeout has expired [url=https://blog.jetbrains.com/kotlin/feed/, connect_timeout=unknown ms])
The text was updated successfully, but these errors were encountered:
Increasing the connectTimeout at line 13 of AndroidHttpClient.kt does not fix it.
I see this in logcat:
2022-09-02 09:57:44.604 16529-16529/com.github.jetbrains.rssreader.androidApp V/AndroidHttpClient: REQUEST https://blog.jetbrains.com/kotlin/feed/ failed with exception: io.ktor.client.network.sockets.ConnectTimeoutException: Connect timeout has expired [url=https://blog.jetbrains.com/kotlin/feed/, connect_timeout=unknown ms]
2022-09-02 09:57:44.608 16529-16529/com.github.jetbrains.rssreader.androidApp D/FeedStore: Action: Error(error=io.ktor.client.network.sockets.ConnectTimeoutException: Connect timeout has expired [url=https://blog.jetbrains.com/kotlin/feed/, connect_timeout=unknown ms])
The text was updated successfully, but these errors were encountered: