GithubHelp home page GithubHelp logo

[APP SUBMITTED]: requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api-v2launch.trakt.tv', port=443): Max retries exceeded with url: /sync/watched/shows?extended=noseasons (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f1c785fe640>: Failed to establish a new connection: [Errno -2] Name or service not known')) about medusa HOT 2 OPEN

Ombouwleusden avatar Ombouwleusden commented on June 15, 2024
[APP SUBMITTED]: requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api-v2launch.trakt.tv', port=443): Max retries exceeded with url: /sync/watched/shows?extended=noseasons (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))

from medusa.

Comments (2)

x9906789x avatar x9906789x commented on June 15, 2024

getting a ton of these same errors.

from medusa.

atrament00 avatar atrament00 commented on June 15, 2024

Same problem here.

2024-02-09 12:29:16 ERROR TRAKTCHECKER :: [c5a1e37] Trakt exception while running trakt_checker.
Error: HTTPSConnectionPool(host='api-v2launch.trakt.tv', port=443): Max retries exceeded with url: /users/settings (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff9c5448170>: Failed to establish a new connection: [Errno -2] Name or service not known'))
Traceback (most recent call last):
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/urllib3/util/connection.py", line 72, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "/opt/lib/python3.10/socket.py", line 955, in getaddrinfo
socket.gaierror: [Errno -2] Name or service not known

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/urllib3/connectionpool.py", line 715, in urlopen
httplib_response = self._make_request(
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/urllib3/connectionpool.py", line 404, in _make_request
self._validate_conn(conn)
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/urllib3/connectionpool.py", line 1058, in _validate_conn
conn.connect()
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/urllib3/connection.py", line 363, in connect
self.sock = conn = self._new_conn()
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7ff9c5448170>: Failed to establish a new connection: [Errno -2] Name or service not known

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/requests/adapters.py", line 486, in send
resp = conn.urlopen(
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/urllib3/connectionpool.py", line 799, in urlopen
retries = retries.increment(
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api-v2launch.trakt.tv', port=443): Max retries exceeded with url: /users/settings (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff9c5448170>: Failed to establish a new connection: [Errno -2] Name or service not known'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/medusa/schedulers/trakt_checker.py", line 92, in run
self.sync_watchlist()
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/medusa/schedulers/trakt_checker.py", line 314, in sync_watchlist
if self._get_show_watchlist():
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/medusa/schedulers/trakt_checker.py", line 722, in _get_show_watchlist
user = get_trakt_user()
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/medusa/helpers/trakt.py", line 23, in get_trakt_user
user = users.get_user_settings()
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/trakt/core.py", line 578, in inner
json_data = self._handle_request('get', url)
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/trakt/core.py", line 543, in _handle_request
response = session.request(method, url, headers=HEADERS,
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/requests/adapters.py", line 519, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api-v2launch.trakt.tv', port=443): Max retries exceeded with url: /users/settings (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff9c5448170>: Failed to establish a new connection: [Errno -2] Name or service not known'))
2024-02-09 00:00:04 ERROR GENERICQUEUESCHEDULER-UPDATE-RECOMMENDED-TRAKT :: [c5a1e37] Could not connect to Trakt service: HTTPSConnectionPool(host='api-v2launch.trakt.tv', port=443): Max retries exceeded with url: /sync/watched/shows?extended=noseasons (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff9d041fd90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
Traceback (most recent call last):
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/urllib3/connection.py", line 174, in _new_conn
conn = connection.create_connection(
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/urllib3/util/connection.py", line 72, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "/opt/lib/python3.10/socket.py", line 955, in getaddrinfo
socket.gaierror: [Errno -2] Name or service not known

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/urllib3/connectionpool.py", line 715, in urlopen
httplib_response = self._make_request(
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/urllib3/connectionpool.py", line 404, in _make_request
self._validate_conn(conn)
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/urllib3/connectionpool.py", line 1058, in _validate_conn
conn.connect()
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/urllib3/connection.py", line 363, in connect
self.sock = conn = self._new_conn()
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/urllib3/connection.py", line 186, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7ff9d041fd90>: Failed to establish a new connection: [Errno -2] Name or service not known

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/requests/adapters.py", line 486, in send
resp = conn.urlopen(
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/urllib3/connectionpool.py", line 799, in urlopen
retries = retries.increment(
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api-v2launch.trakt.tv', port=443): Max retries exceeded with url: /sync/watched/shows?extended=noseasons (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff9d041fd90>: Failed to establish a new connection: [Errno -2] Name or service not known'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/medusa/show/recommendations/trakt.py", line 145, in fetch_popular_shows
removed_from_medusa = self.get_removed_from_medusa()
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/medusa/show/recommendations/trakt.py", line 128, in get_removed_from_medusa
library_shows = sync.get_watched('shows', extended='noseasons') + sync.get_collection('shows', extended='full')
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/wrapt/wrappers.py", line 578, in call
return self.self_wrapper(self.wrapped, self.self_instance,
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/deprecated/classic.py", line 186, in wrapper_function
return wrapped
(*args
, **kwargs_)
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/trakt/core.py", line 578, in inner
json_data = self._handle_request('get', url)
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/trakt/core.py", line 543, in _handle_request
response = session.request(method, url, headers=HEADERS,
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/requests/sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
File "/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/ext/requests/adapters.py", line 519, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api-v2launch.trakt.tv', port=443): Max retries exceeded with url: /sync/watched/shows?extended=noseasons (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7ff9d041fd90>: Failed to establish a new connection: [Errno -2] Name or service not known'))
2024-02-08 15:05:39 ERROR MAIN :: [c5a1e37] Missing time zone for network: Extension765

from medusa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.