Advertisement
drinfernoo

Untitled

Mar 16th, 2022
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. Logger: pynetgear
  2. Source: /usr/local/lib/python3.9/site-packages/pynetgear/__init__.py:617
  3. First occurred: 4:25:58 PM (4 occurrences)
  4. Last logged: 4:25:58 PM
  5.  
  6. Error talking to API
  7. Traceback (most recent call last):
  8. File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 174, in _new_conn
  9. conn = connection.create_connection(
  10. File "/usr/local/lib/python3.9/site-packages/urllib3/util/connection.py", line 95, in create_connection
  11. raise err
  12. File "/usr/local/lib/python3.9/site-packages/urllib3/util/connection.py", line 85, in create_connection
  13. sock.connect(sa)
  14. ConnectionRefusedError: [Errno 111] Connection refused
  15.  
  16. During handling of the above exception, another exception occurred:
  17.  
  18. Traceback (most recent call last):
  19. File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 703, in urlopen
  20. httplib_response = self._make_request(
  21. File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 398, in _make_request
  22. conn.request(method, url, **httplib_request_kw)
  23. File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 239, in request
  24. super(HTTPConnection, self).request(method, url, body=body, headers=headers)
  25. File "/usr/local/lib/python3.9/http/client.py", line 1285, in request
  26. self._send_request(method, url, body, headers, encode_chunked)
  27. File "/usr/local/lib/python3.9/http/client.py", line 1331, in _send_request
  28. self.endheaders(body, encode_chunked=encode_chunked)
  29. File "/usr/local/lib/python3.9/http/client.py", line 1280, in endheaders
  30. self._send_output(message_body, encode_chunked=encode_chunked)
  31. File "/usr/local/lib/python3.9/http/client.py", line 1040, in _send_output
  32. self.send(msg)
  33. File "/usr/local/lib/python3.9/http/client.py", line 980, in send
  34. self.connect()
  35. File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 205, in connect
  36. conn = self._new_conn()
  37. File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 186, in _new_conn
  38. raise NewConnectionError(
  39. urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f688fedaeb0>: Failed to establish a new connection: [Errno 111] Connection refused
  40.  
  41. During handling of the above exception, another exception occurred:
  42.  
  43. Traceback (most recent call last):
  44. File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 440, in send
  45. resp = conn.urlopen(
  46. File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 785, in urlopen
  47. retries = retries.increment(
  48. File "/usr/local/lib/python3.9/site-packages/urllib3/util/retry.py", line 592, in increment
  49. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  50. urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='192.168.1.2', port=5000): Max retries exceeded with url: /soap/server_sa/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f688fedaeb0>: Failed to establish a new connection: [Errno 111] Connection refused'))
  51.  
  52. During handling of the above exception, another exception occurred:
  53.  
  54. Traceback (most recent call last):
  55. File "/usr/local/lib/python3.9/site-packages/pynetgear/__init__.py", line 577, in _make_request
  56. response = requests.post(
  57. File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 117, in post
  58. return request('post', url, data=data, json=json, **kwargs)
  59. File "/usr/local/lib/python3.9/site-packages/requests/api.py", line 61, in request
  60. return session.request(method=method, url=url, **kwargs)
  61. File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 529, in request
  62. resp = self.send(prep, **send_kwargs)
  63. File "/usr/local/lib/python3.9/site-packages/requests/sessions.py", line 645, in send
  64. r = adapter.send(request, **kwargs)
  65. File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 519, in send
  66. raise ConnectionError(e, request=request)
  67. requests.exceptions.ConnectionError: HTTPConnectionPool(host='192.168.1.2', port=5000): Max retries exceeded with url: /soap/server_sa/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f688fedaeb0>: Failed to establish a new connection: [Errno 111] Connection refused'))
  68.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement