Closed papampi closed 4 years ago
So its been 2 hours since I started the "Add existing shows" and it only added 2 shows, with this pace it's going to take months to complete it.
Any helps?
Looks like you are having connectivity issues to TVmaze. Have you tried renaming the sick* database from sickbeard.db to main.db?
I removed all *.db files after failed restore from web to start fresh.
I have all old sickchill files, is it better to copy them all? Which ones should be copied and renamed?
Edit: Thank for the tip, just coped/renamed sickbeard.db and all looks ok.
If you are having connectivity issues, adding many shows can be a pain. That's why I suggested to copy sickbeard.db and rename it to main.db. It usually works that way. You can try to copy over the config.ini as well if you want to keep the settings.
Glad it's working for you now, closing the issue.
Already done the settings manually, but why there is connectivity issue to tvmaze? I can open web and api links with no problems. Looks like same issue posted in https://github.com/pymedusa/Medusa/issues/7240
Can you reach http://api.tvmaze.com/singlesearch/shows?q=girls&embed=episodes from the same machine Medusa is installed on? It could be a temporary issue on their end or maybe they are limiting you or your country.
I can reach it from the machine I have my proxy on it, but looks like medusa not passing tvmaze through my proxy. I cant see it shows in proxy logs either
Here is the proxy log when I try to reach it from any machines on my local network through proxy:
CONNECT Jan 04 17:58:38 [29817]: Connect (file descriptor 6): 192.168.1.251 [192.168.1.251]
CONNECT Jan 04 17:58:38 [29817]: Request (file descriptor 6): GET http://api.tvmaze.com/singlesearch/shows?q=girls&embed=episodes HTTP/1.1
INFO Jan 04 17:58:38 [29817]: No upstream proxy for api.tvmaze.com
CONNECT Jan 04 17:58:38 [29817]: Established connection to host "api.tvmaze.com" using file descriptor 7.
But see no requests in logs from medusa
It connects to the tvdb via proxy:
2020-01-04 17:57:33 INFO SHOWQUEUE-ADD :: [d0c136d] TVDBv2: {u'session': <medusa.session.core.MedusaSession object at 0x4d1a200>, u'cache': u'/share/CACHEDEV1_DATA/.qpkg/OMedusa/config/cache/indexers/TVDBv2', u'language': u'en', u'use_zip': True, u'proxy': u'http://192.168.1.251:3128'}
Buy looks like no proxy for tvmaze:
2020-01-04 18:00:48 WARNING SHOWQUEUE-ADD :: [d0c136d] Could not get tvmaze externals. Cause: ConnectTimeout(MaxRetryError("HTTPConnectionPool(host='api.tvmaze.com', port=80): Max retries exceeded with url: /lookup/shows?imdb=tt6156584 (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f55b01708e0>, 'Connection to api.tvmaze.com timed out. (connect timeout=30)'))",),)
@medariox Should I open a new ticket for tvmaze proxy or you will re-open this one?
I think it's just that one method that doesn't use the proxy. Can you try adding a random show with tvmaze and see if it goes through the proxy?
Looks like not passing through proxy and not showing on my proxy logs
2020-01-04 18:18:26 INFO APIv2-Thread-6 :: [d0c136d] Error searching for show. term(s): [u'girls'] indexer: tvmaze error: Show search failed in getting a result with error: ConnectionError()
2020-01-04 18:18:21 DEBUG APIv2-Thread-6 :: [d0c136d] Searching for show girls
2020-01-04 18:18:21 DEBUG APIv2-Thread-6 :: [d0c136d] Searching for show with search term(s): [u'girls'] on indexer: tvmaze
2020-01-04 18:17:32 DEBUG APIv2-Thread-3 :: [d0c136d] Searching for show girls
2020-01-04 18:17:32 DEBUG APIv2-Thread-3 :: [d0c136d] Searching for show with search term(s): [u'girls'] on indexer: tvmaze
TMDB doing the same:
2020-01-04 18:21:05 WARNING SHOWQUEUE-ADD :: [d0c136d] Indexer TMDB is unavailable at this time: HTTPSConnectionPool(host='api.themoviedb.org', port=443): Max retries exceeded with url: /3/configuration?api_key=edc5f123313769de83a71e157758030b (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f55b0206a40>: Failed to establish a new connection: [Errno 110] Connection timed out',))
It looks like in advanced settings it mentioned that only thetvdb uses proxy
"use proxy host for connecting to indexers (thetvdb)"
Hi guys, Installd on QNAP with sherpa script with no problems at all. But ...
Tried to restore sickchill backup with no luck, all the fields shown empty and no shows at all, so stopped medusa removed all .db and start it to go clean. I saw many tvmaze errors:
Could not get tvmaze externals. Cause: ConnectTimeout(MaxRetryError("HTTPConnectionPool(host='api.tvmaze.com', port=80): Max retries exceeded with url: /lookup/shows?imdb=tt10234362 (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f5550015360>, 'Connection to api.tvmaze.com timed out. (connect timeout=30)'))",),)
So set the indexer to tvdbv2 restarted medusa but the tvmaze error still pops up and It looks like its not scanning folders or its too slow
**Debug logs:
Additional context Add any other context about the problem here.