Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/local/lib/python3.6/dist-packages/requests/adapters.py", line 449, in send
  3. timeout=timeout
  4. File "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 639, in urlopen
  5. _stacktrace=sys.exc_info()[2])
  6. File "/usr/local/lib/python3.6/dist-packages/urllib3/util/retry.py", line 388, in increment
  7. raise MaxRetryError(_pool, url, error or ResponseError(cause))
  8. urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=7878): Max retries exceeded with url: /api/profile (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efd7f57f470>: Failed to establish a new connection: [Errno 111] Connection refused',))
  9.  
  10. During handling of the above exception, another exception occurred:
  11.  
  12. Traceback (most recent call last):
  13. File "/home/louis/scripts/traktarr/media/pvr.py", line 77, in get_profile_id
  14. allow_redirects=False
  15. File "/usr/local/lib/python3.6/dist-packages/requests/api.py", line 75, in get
  16. return request('get', url, params=params, **kwargs)
  17. File "/usr/local/lib/python3.6/dist-packages/requests/api.py", line 60, in request
  18. return session.request(method=method, url=url, **kwargs)
  19. File "/usr/local/lib/python3.6/dist-packages/requests/sessions.py", line 533, in request
  20. resp = self.send(prep, **send_kwargs)
  21. File "/usr/local/lib/python3.6/dist-packages/requests/sessions.py", line 646, in send
  22. r = adapter.send(request, **kwargs)
  23. File "/usr/local/lib/python3.6/dist-packages/requests/adapters.py", line 516, in send
  24. raise ConnectionError(e, request=request)
  25. requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=7878): Max retries exceeded with url: /api/profile (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efd7f57f470>: Failed to establish a new connection: [Errno 111] Connection refused',))
  26. 2019-09-19 17:48:30,285 - ERROR - backoff - _log_giveup - Giving up get_profile_id(...) after 4 tries (None)
  27. 2019-09-19 17:48:30,285 - ERROR - Traktarr - get_profile_id - Aborting due to failure to retrieve Profile ID for: TOUT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement