My e621 subscription now pulls "150 new links discovered", but then fails, and spits
SSLError
('The read operation timed out',)
Traceback (most recent call last):
File "include\ClientImporting.py", line 2493, in Sync
self._SyncQuery( job_key )
File "include\ClientImporting.py", line 2312, in _SyncQuery
( page_of_urls, definitely_no_more_pages ) = gallery.GetPage( self._query, page_index )
File "include\ClientDownloading.py", line 757, in GetPage
data = self._FetchData( gallery_url )
File "include\ClientDownloading.py", line 727, in _FetchData
return HydrusGlobals.client_controller.DoHTTP( HC.GET, url, request_headers = request_headers, report_hooks = report_hooks, temp_path = temp_path )
File "include\ClientController.py", line 380, in DoHTTP
def DoHTTP( self, *args, kwargs ): return self._http.Request( *args, kwargs )
File "include\ClientNetworking.py", line 300, in Request
( response, size_of_response, response_headers, cookies ) = self._DoRequest( method, location, path, query, request_headers, body, follow_redirects = follow_redirects, report_hooks = report_hooks, temp_path = temp_path )
File "include\ClientNetworking.py", line 249, in _DoRequest
( parsed_response, redirect_info, size_of_response, response_headers, cookies ) = connection.Request( method, path_and_query, request_headers, body, report_hooks = report_hooks, temp_path = temp_path )
File "include\ClientNetworking.py", line 667, in Request
response = self._GetResponse( method_string, path_and_query, request_headers, body )
File "include\ClientNetworking.py", line 372, in _GetResponse
return self._connection.getresponse()
File "httplib.py", line 1136, in getresponse
File "httplib.py", line 453, in begin
File "httplib.py", line 409, in _read_status
File "socket.py", line 480, in readline
File "ssl.py", line 756, in recv
File "ssl.py", line 643, in read
SSLError: ('The read operation timed out',)