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
Read timeout error for a large sheet (3k records, 120 columns). Setting :read-timeout and :connection-timeout in google-ctx not changing anything. Values set to 560000 but it still times-out after about 15s.
Unhandled java.net.SocketTimeoutException
Read timed out
Read timeout error for a large sheet (3k records, 120 columns). Setting :read-timeout and :connection-timeout in google-ctx not changing anything. Values set to 560000 but it still times-out after about 15s.
Unhandled java.net.SocketTimeoutException
Read timed out
SSLSocketInputRecord.java: 469 sun.security.ssl.SSLSocketInputRecord/read
SSLSocketInputRecord.java: 463 sun.security.ssl.SSLSocketInputRecord/readHeader
SSLSocketInputRecord.java: 70 sun.security.ssl.SSLSocketInputRecord/bytesInCompletePacket
SSLSocketImpl.java: 1421 sun.security.ssl.SSLSocketImpl/readApplicationRecord
SSLSocketImpl.java: 1033 sun.security.ssl.SSLSocketImpl$AppInputStream/read
BufferedInputStream.java: 244 java.io.BufferedInputStream/fill
BufferedInputStream.java: 284 java.io.BufferedInputStream/read1
BufferedInputStream.java: 343 java.io.BufferedInputStream/read
HttpClient.java: 754 sun.net.www.http.HttpClient/parseHTTPHeader
HttpClient.java: 689 sun.net.www.http.HttpClient/parseHTTP
HttpURLConnection.java: 1623 sun.net.www.protocol.http.HttpURLConnection/getInputStream0
HttpURLConnection.java: 1528 sun.net.www.protocol.http.HttpURLConnection/getInputStream
HttpURLConnection.java: 527 java.net.HttpURLConnection/getResponseCode
HttpsURLConnectionImpl.java: 308 sun.net.www.protocol.https.HttpsURLConnectionImpl/getResponseCode
NetHttpResponse.java: 37 com.google.api.client.http.javanet.NetHttpResponse/
NetHttpRequest.java: 94 com.google.api.client.http.javanet.NetHttpRequest/execute
HttpRequest.java: 981 com.google.api.client.http.HttpRequest/execute
AbstractGoogleClientRequest.java: 419 com.google.api.client.googleapis.services.AbstractGoogleClientRequest/executeUnparsed
AbstractGoogleClientRequest.java: 352 com.google.api.client.googleapis.services.AbstractGoogleClientRequest/executeUnparsed
AbstractGoogleClientRequest.java: 469 com.google.api.client.googleapis.services.AbstractGoogleClientRequest/execute
google_sheets_v4.clj: 391 google-apps-clj.google-sheets-v4/get-cells
google_sheets_v4.clj: 375 google-apps-clj.google-sheets-v4/get-cells
google_sheets_v4.clj: 410 google-apps-clj.google-sheets-v4/get-cell-values
google_sheets_v4.clj: 404 google-apps-clj.google-sheets-v4/get-cell-values
The text was updated successfully, but these errors were encountered: