Guest User

Untitled

a guest
Aug 25th, 2016
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. 2016/08/22 12:19:37: Error when processing http://gelbooru.com/index.php?page=post&s=view&id=3313501!
  2. 2016/08/22 12:19:37: Traceback (most recent call last):
  3. File "include\ClientImporting.py", line 2146, in _WorkOnFiles
  4. tags = gallery.GetFileAndTags( temp_path, url, report_hooks = [ hook ] )
  5. File "include\ClientDownloading.py", line 1002, in GetFileAndTags
  6. self._FetchData( file_url, referer_url = url, report_hooks = report_hooks, temp_path = temp_path )
  7. File "include\ClientDownloading.py", line 655, in _FetchData
  8. return HydrusGlobals.client_controller.DoHTTP( HC.GET, url, request_headers = request_headers, report_hooks = report_hooks, temp_path = temp_path )
  9. File "include\ClientController.py", line 377, in DoHTTP
  10. def DoHTTP( self, *args, **kwargs ): return self._http.Request( *args, **kwargs )
  11. File "include\ClientNetworking.py", line 300, in Request
  12. ( 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 )
  13. File "include\ClientNetworking.py", line 249, in _DoRequest
  14. ( 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 )
  15. File "include\ClientNetworking.py", line 641, in Request
  16. size_of_response = self._WriteResponseToPath( response, temp_path, report_hooks )
  17. File "include\ClientNetworking.py", line 585, in _WriteResponseToPath
  18. for block in HydrusPaths.ReadFileLikeAsBlocks( response ):
  19. File "include\HydrusPaths.py", line 469, in ReadFileLikeAsBlocks
  20. next_block = f.read( HC.READ_BLOCK_SIZE )
  21. File "httplib.py", line 612, in read
  22. File "socket.py", line 384, in read
  23. timeout: timed out
  24.  
  25. 2016/08/22 20:49:21: The subscription Gelbooru anyannko encountered an exception when trying to sync:
  26. 2016/08/22 20:49:22: Exception:
  27. 2016/08/22 20:49:22: timeout
  28.  
  29. timed out
  30.  
  31. Traceback (most recent call last):
  32. File "include\ClientImporting.py", line 2458, in Sync
  33. self._SyncQuery( job_key )
  34. File "include\ClientImporting.py", line 2277, in _SyncQuery
  35. ( page_of_urls, definitely_no_more_pages ) = gallery.GetPage( self._query, page_index )
  36. File "include\ClientDownloading.py", line 685, in GetPage
  37. data = self._FetchData( gallery_url )
  38. File "include\ClientDownloading.py", line 655, in _FetchData
  39. return HydrusGlobals.client_controller.DoHTTP( HC.GET, url, request_headers = request_headers, report_hooks = report_hooks, temp_path = temp_path )
  40. File "include\ClientController.py", line 377, in DoHTTP
  41. def DoHTTP( self, *args, **kwargs ): return self._http.Request( *args, **kwargs )
  42. File "include\ClientNetworking.py", line 300, in Request
  43. ( 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 )
  44. File "include\ClientNetworking.py", line 249, in _DoRequest
  45. ( 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 )
  46. File "include\ClientNetworking.py", line 647, in Request
  47. ( parsed_response, size_of_response ) = self._ParseResponse( response, report_hooks )
  48. File "include\ClientNetworking.py", line 484, in _ParseResponse
  49. for block in HydrusPaths.ReadFileLikeAsBlocks( response ):
  50. File "include\HydrusPaths.py", line 463, in ReadFileLikeAsBlocks
  51. next_block = f.read( HC.READ_BLOCK_SIZE )
  52. File "httplib.py", line 588, in read
  53. File "httplib.py", line 657, in _read_chunked
  54. File "httplib.py", line 703, in _safe_read
  55. File "socket.py", line 384, in read
  56. timeout: timed out
  57.  
  58. 2016/08/22 20:50:00: Uncaught exception:
  59. 2016/08/22 20:50:00: KeyError
  60.  
  61. 'popup_text_1'
  62.  
  63. File "include\ClientGUICommon.py", line 5007, in TIMEREvent
  64. message_window.Update()
  65. File "include\ClientGUICommon.py", line 4650, in Update
  66. text = self._job_key.GetVariable( 'popup_text_1' )
  67. File "include\ClientThreading.py", line 126, in GetVariable
  68. with self._variable_lock: return self._variables[ name ]
Advertisement
Add Comment
Please, Sign In to add comment