Skip to content

Instantly share code, notes, and snippets.

@Bilbo
Created October 11, 2018 03:38
Show Gist options
  • Save Bilbo/241faa2cf4278fed4f08085ff0168cc5 to your computer and use it in GitHub Desktop.
Save Bilbo/241faa2cf4278fed4f08085ff0168cc5 to your computer and use it in GitHub Desktop.
2018-10-10 20:33:22 INFO SHOWQUEUE-ADD :: [4614efc] 219631: Updating NFOs for show with new indexer info
2018-10-10 20:33:22 INFO SHOWQUEUE-ADD :: [4614efc] Copying from E:\Data\TV\Mrs Brown's Boys\poster.jpg to C:\Program Files\Medusa\cache\images\tvdb\219631.poster.jpg
2018-10-10 20:33:23 INFO SHOWQUEUE-ADD :: [4614efc] Selected fanart for series 219631 (score=4.06906713698, score_bay=6.13813427395, rating=7, votes=4, res=1920x1080): https://www.thetvdb.com/banners/fanart/original/219631-5.jpg
2018-10-10 20:33:23 INFO SHOWQUEUE-ADD :: [4614efc] Selected poster for series 219631 (score=4.28157923947, score_bay=7.56315847895, rating=10, votes=1, res=680x1000): https://www.thetvdb.com/banners/posters/219631-4.jpg
2018-10-10 20:33:24 INFO SHOWQUEUE-ADD :: [4614efc] Cache check completed
2018-10-10 20:33:26 INFO SHOWQUEUE-ADD :: [4614efc] Starting to add show by ShowDir: E:\Data\TV\My Next Guest Needs No Introduction With David Letterman
2018-10-10 20:33:26 INFO SHOWQUEUE-ADD :: [4614efc] TVDBv2: {u'session': <medusa.session.core.MedusaSession object at 0x0000000006BA3780>, u'cache': u'C:\\Program Files\\Medusa\\cache\\indexers\\TVDBv2', u'language': u'en', u'use_zip': True}
2018-10-10 20:33:28 INFO SHOWQUEUE-ADD :: [4614efc] 340520: Unable to find the show in the database
2018-10-10 20:33:30 INFO SHOWQUEUE-ADD :: [4614efc] Setting all previously aired episodes to the specified status: Skipped
2018-10-10 20:33:33 INFO SHOWQUEUE-ADD :: [4614efc] Updating exception_cache and exception_season_cache
2018-10-10 20:33:33 INFO SHOWQUEUE-ADD :: [4614efc] Finished processing 2899 scene exceptions.
2018-10-10 20:33:33 INFO SHOWQUEUE-ADD :: [4614efc] Building internal name cache for My Next Guest Needs No Introduction With David Letterman
2018-10-10 20:33:33 INFO SHOWQUEUE-ADD :: [4614efc] 340520: Updating NFOs for show with new indexer info
2018-10-10 20:33:33 INFO SHOWQUEUE-ADD :: [4614efc] Copying from E:\Data\TV\My Next Guest Needs No Introduction With David Letterman\poster.jpg to C:\Program Files\Medusa\cache\images\tvdb\340520.poster.jpg
2018-10-10 20:33:34 INFO SHOWQUEUE-ADD :: [4614efc] Selected fanart for series 340520 (score=5.07102637323, score_bay=9.14205274646, rating=10, votes=1, res=1920x1080): https://www.thetvdb.com/banners/fanart/original/340520-3.jpg
2018-10-10 20:33:34 INFO SHOWQUEUE-ADD :: [4614efc] Selected poster for series 340520 (score=4.42, score_bay=7.84, rating=8.5, votes=2, res=680x1000): https://www.thetvdb.com/banners/posters/340520-2.jpg
2018-10-10 20:33:34 INFO SHOWQUEUE-ADD :: [4614efc] Cache check completed
2018-10-10 20:33:35 INFO SHOWQUEUE-ADD :: [4614efc] Starting to add show by ShowDir: E:\Data\TV\Nobodies
2018-10-10 20:33:35 INFO SHOWQUEUE-ADD :: [4614efc] TVDBv2: {u'session': <medusa.session.core.MedusaSession object at 0x0000000006BA3780>, u'cache': u'C:\\Program Files\\Medusa\\cache\\indexers\\TVDBv2', u'language': u'en', u'use_zip': True}
2018-10-10 20:33:37 INFO SHOWQUEUE-ADD :: [4614efc] 321785: Unable to find the show in the database
2018-10-10 20:33:39 INFO SHOWQUEUE-ADD :: [4614efc] Setting all previously aired episodes to the specified status: Skipped
2018-10-10 20:34:01 ERROR SHOWQUEUE-ADD :: [4614efc] Error loading IMDb info: HTTPSConnectionPool(host='api.imdbws.com', port=443): Max retries exceeded with url: /title/tt4925366/auxiliary (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x000000001574E630>: Failed to establish a new connection: [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond',))
Traceback (most recent call last):
File "C:\Program Files\Medusa\medusa\show_queue.py", line 587, in run
self.show.load_imdb_info()
File "C:\Program Files\Medusa\medusa\tv\series.py", line 1553, in load_imdb_info
imdb_info = imdb_api.get_title(self.imdb_id)
File "C:\Program Files\Medusa\ext\imdbpie\imdbpie.py", line 80, in get_title
'/title/{0}/auxiliary'.format(imdb_id)
File "C:\Program Files\Medusa\ext\imdbpie\imdbpie.py", line 296, in _get_resource
return self._get(url=url)['resource']
File "C:\Program Files\Medusa\ext\imdbpie\imdbpie.py", line 305, in _get
resp = self.session.get(url, headers=headers, params=params)
File "C:\Program Files\Medusa\ext\requests\sessions.py", line 525, in get
return self.request('GET', url, **kwargs)
File "C:\Program Files\Medusa\ext\requests\sessions.py", line 512, in request
resp = self.send(prep, **send_kwargs)
File "C:\Program Files\Medusa\ext\requests\sessions.py", line 622, in send
r = adapter.send(request, **kwargs)
File "C:\Program Files\Medusa\ext\requests\adapters.py", line 513, in send
raise ConnectionError(e, request=request)
ConnectionError: HTTPSConnectionPool(host='api.imdbws.com', port=443): Max retries exceeded with url: /title/tt4925366/auxiliary (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x000000001574E630>: Failed to establish a new connection: [Errno 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond',))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment