Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. ConnectionException
  2. Could not connect!
  3. Traceback (most recent call last):
  4. File "site-packages\urllib3\connection.py", line 159, in _new_conn
  5. File "site-packages\urllib3\util\connection.py", line 80, in create_connection
  6. File "site-packages\urllib3\util\connection.py", line 70, in create_connection
  7. OSError: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions
  8.  
  9. During handling of the above exception, another exception occurred:
  10.  
  11. Traceback (most recent call last):
  12. File "site-packages\urllib3\connectionpool.py", line 600, in urlopen
  13. File "site-packages\urllib3\connectionpool.py", line 354, in _make_request
  14. File "http\client.py", line 1239, in request
  15. File "http\client.py", line 1285, in _send_request
  16. File "http\client.py", line 1234, in endheaders
  17. File "http\client.py", line 1026, in _send_output
  18. File "http\client.py", line 964, in send
  19. File "site-packages\urllib3\connection.py", line 181, in connect
  20. File "site-packages\urllib3\connection.py", line 168, in _new_conn
  21. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x0000024E1EF65048>: Failed to establish a new connection: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions
  22.  
  23. During handling of the above exception, another exception occurred:
  24.  
  25. Traceback (most recent call last):
  26. File "site-packages\requests\adapters.py", line 449, in send
  27. File "site-packages\urllib3\connectionpool.py", line 638, in urlopen
  28. File "site-packages\urllib3\util\retry.py", line 398, in increment
  29. urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='danbooru.iqdb.org', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000024E1EF65048>: Failed to establish a new connection: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions',))
  30.  
  31. During handling of the above exception, another exception occurred:
  32.  
  33. Traceback (most recent call last):
  34. File "include\ClientNetworkingJobs.py", line 905, in Start
  35. response = self._SendRequestAndGetResponse()
  36. File "include\ClientNetworkingJobs.py", line 257, in _SendRequestAndGetResponse
  37. response = session.request( method, url, data = data, files = files, headers = headers, stream = True, timeout = ( connect_timeout, read_timeout ) )
  38. File "site-packages\requests\sessions.py", line 533, in request
  39. File "site-packages\requests\sessions.py", line 646, in send
  40. File "site-packages\requests\adapters.py", line 516, in send
  41. requests.exceptions.ConnectionError: HTTPConnectionPool(host='danbooru.iqdb.org', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000024E1EF65048>: Failed to establish a new connection: [WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions',))
  42.  
  43. During handling of the above exception, another exception occurred:
  44.  
  45. Traceback (most recent call last):
  46. File "include\ClientParsing.py", line 2654, in FetchParsingText
  47. network_job.WaitUntilDone()
  48. File "include\ClientNetworkingJobs.py", line 1137, in WaitUntilDone
  49. raise self._error_exception
  50. File "include\ClientNetworkingJobs.py", line 1018, in Start
  51. raise HydrusExceptions.ConnectionException( 'Could not connect!' )
  52. include.HydrusExceptions.ConnectionException: Could not connect!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement