Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APP SUBMITTED]: 404 Client Error: Not Found for url: https://api.thetvdb.com/series/306475 (404) #3321

Closed
mikeo999 opened this issue Nov 26, 2017 · 16 comments

Comments

@mikeo999
Copy link

INFO

Python Version: 2.7.13 (default, Dec 18 2016, 23:11:11) [GCC 4.6.4]
Operating System: Linux-3.2.40-armv7l-with-glibc2.4
Locale: UTF-8
Branch: master
Database: 44.8
Commit: 76e0401
Link to Log: https://gist.github.com/cb9c876770149ea24b2e71f81ea43439

ERROR

2017-11-26 14:31:36 ERROR    SHOWQUEUE-ADD :: [76e0401] 306475 Error while loading information from indexer TVDBv2. Error: 'Show search failed in getting a result with reason: HTTPError\n404 Client Error: Not Found for url: https://api.thetvdb.com/series/306475 (404)'
Traceback (most recent call last):
  File "/volume2/@appstore/sickbeard-custom/var/SickBeard/medusa/show_queue.py", line 376, in run
    s = indexer_api[self.indexer_id]
  File "/volume2/@appstore/sickbeard-custom/var/SickBeard/medusa/indexers/indexer_base.py", line 243, in __getitem__
    self._get_show_data(key, self.config['language'])
  File "/volume2/@appstore/sickbeard-custom/var/SickBeard/medusa/indexers/tvdbv2/tvdbv2_api.py", line 561, in _get_show_data
    series_info = self._get_show_by_id(sid, request_language=get_show_in_language)
  File "/volume2/@appstore/sickbeard-custom/var/SickBeard/medusa/indexers/tvdbv2/fallback.py", line 110, in __call__
    return self.func(*args, **kwargs)
  File "/volume2/@appstore/sickbeard-custom/var/SickBeard/medusa/indexers/tvdbv2/tvdbv2_api.py", line 199, in _get_show_by_id
    reason=error.reason, status=error.status
IndexerShowNotFound: Show search failed in getting a result with reason: HTTPError
404 Client Error: Not Found for url: https://api.thetvdb.com/series/306475 (404)

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@medariox
Copy link
Contributor

Remove the show and add it again, the show ID has changed.
Also, this should probably be a Warning instead of Error.

@fernandog
Copy link
Contributor

In this case yes but 404 must be error so we check if API has changed

@medariox
Copy link
Contributor

We can close this then.

@mikeo999
Copy link
Author

mikeo999 commented Nov 27, 2017

I is a brand new installation of Medusa. While adding my existing shows it goes wrong with the show
https://www.thetvdb.com/?tab=series&id=274260&lid=7 (De Ridder)

The show was not added after the error. So i search again for new shows and again i get more shows and also De Ridder. It was recognized by the APIV2 and again error that the show could not add.

In the main screen i see the show De Ridder. But again same error and could not change it of

I also a lot of Warnings, so maybe it got something to do with that.

2017-11-27 07:28:02 WARNING  SHOWQUEUE-ADD :: [76e0401] 329895: Data retrieved from TVDBv2 was incomplete. The indexer does not provide show information in the searched language en. Aborting: Missing attribute series_name, cant index in language: en
2017-11-26 16:58:44 WARNING  TORNADO :: [76e0401] 400 GET /api/v2/series/264586/asset/fanart?api_key=**********
2017-11-26 16:58:01 WARNING  TORNADO :: [76e0401] 400 GET /api/v2/series/321060/asset/fanart?api_key=**********
2017-11-26 16:57:18 WARNING  TORNADO :: [76e0401] 400 GET /api/v2/series/310516/asset/fanart?api_key=**********
2017-11-26 16:56:46 WARNING  TORNADO :: [76e0401] 400 GET /api/v2/series/289590/asset/fanart?api_key=**********
2017-11-26 16:55:48 WARNING  TORNADO :: [76e0401] 400 GET /api/v2/series/311904/asset/fanart?api_key=**********
2017-11-26 16:55:18 WARNING  TORNADO :: [76e0401] 400 GET /api/v2/series/313024/asset/fanart?api_key=**********

@mikeo999
Copy link
Author

mikeo999 commented Nov 27, 2017

Found the problem. While adding the show it goes wrong with English language. I find the show and tries to add it but then it goes wrong and while it looks like it is added, the show is later removed again.

Switching to Dutch solved the problem and show is now added.
Same problem with show: Las chicas del cable while choosing English. Choosing Dutch and show is added.

Now i only need to get rid of the other errors.

@ghost
Copy link

ghost commented Feb 11, 2018

INFO

Python Version: 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609]
Operating System: Linux-4.14.12-xxxx-std-ipv6-64-x86_64-with-Ubuntu-16.04-xenial
Locale: UTF-8
Branch: master
Database: 44.9
Commit: ccbc0ce
Link to Log: https://gist.github.com/12bff2546ba06fc1f0598620c6ea402f

ERROR

2018-02-11 13:25:19 ERROR    SHOWQUEUE-ADD :: [ccbc0ce] 307934 Error while loading information from indexer TVDBv2. Error: 'Show search failed in getting a result with reason: HTTPError\n404 Client Error: Not Found for url: https://api.thetvdb.com/series/307934 (404)'
Traceback (most recent call last):
  File "/home/governorma/.medusa/medusa/show_queue.py", line 379, in run
    s = indexer_api[self.indexer_id]
  File "/home/governorma/.medusa/medusa/indexers/indexer_base.py", line 398, in __getitem__
    self._get_show_data(key, self.config['language'])
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/tvdbv2_api.py", line 559, in _get_show_data
    series_info = self._get_show_by_id(sid, request_language=get_show_in_language)
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/fallback.py", line 110, in __call__
    return self.func(*args, **kwargs)
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/tvdbv2_api.py", line 200, in _get_show_by_id
    reason=error.reason, status=error.status
IndexerShowNotFound: Show search failed in getting a result with reason: HTTPError
404 Client Error: Not Found for url: https://api.thetvdb.com/series/307934 (404)

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@ghost
Copy link

ghost commented Feb 11, 2018

INFO

Python Version: 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609]
Operating System: Linux-4.14.12-xxxx-std-ipv6-64-x86_64-with-Ubuntu-16.04-xenial
Locale: UTF-8
Branch: master
Database: 44.9
Commit: ccbc0ce
Link to Log: https://gist.github.com/8fb5507019e7c2d9cf57c5e7c106ed59

ERROR

2018-02-11 17:25:26 ERROR    SHOWQUEUE-ADD :: [ccbc0ce] 307934 Error while loading information from indexer TVDBv2. Error: 'Show search failed in getting a result with reason: HTTPError\n404 Client Error: Not Found for url: https://api.thetvdb.com/series/307934 (404)'
Traceback (most recent call last):
  File "/home/governorma/.medusa/medusa/show_queue.py", line 379, in run
    s = indexer_api[self.indexer_id]
  File "/home/governorma/.medusa/medusa/indexers/indexer_base.py", line 398, in __getitem__
    self._get_show_data(key, self.config['language'])
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/tvdbv2_api.py", line 559, in _get_show_data
    series_info = self._get_show_by_id(sid, request_language=get_show_in_language)
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/fallback.py", line 110, in __call__
    return self.func(*args, **kwargs)
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/tvdbv2_api.py", line 200, in _get_show_by_id
    reason=error.reason, status=error.status
IndexerShowNotFound: Show search failed in getting a result with reason: HTTPError
404 Client Error: Not Found for url: https://api.thetvdb.com/series/307934 (404)

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@ghost
Copy link

ghost commented Feb 11, 2018

INFO

Python Version: 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609]
Operating System: Linux-4.14.12-xxxx-std-ipv6-64-x86_64-with-Ubuntu-16.04-xenial
Locale: UTF-8
Branch: master
Database: 44.9
Commit: ccbc0ce
Link to Log: https://gist.github.com/bc0aa20fdbe8c3a3ccf87caf2050746c

ERROR

2018-02-11 22:27:06 ERROR    SHOWQUEUE-ADD :: [ccbc0ce] 307934 Error while loading information from indexer TVDBv2. Error: 'Show search failed in getting a result with reason: HTTPError\n404 Client Error: Not Found for url: https://api.thetvdb.com/series/307934 (404)'
Traceback (most recent call last):
  File "/home/governorma/.medusa/medusa/show_queue.py", line 379, in run
    s = indexer_api[self.indexer_id]
  File "/home/governorma/.medusa/medusa/indexers/indexer_base.py", line 398, in __getitem__
    self._get_show_data(key, self.config['language'])
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/tvdbv2_api.py", line 559, in _get_show_data
    series_info = self._get_show_by_id(sid, request_language=get_show_in_language)
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/fallback.py", line 110, in __call__
    return self.func(*args, **kwargs)
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/tvdbv2_api.py", line 200, in _get_show_by_id
    reason=error.reason, status=error.status
IndexerShowNotFound: Show search failed in getting a result with reason: HTTPError
404 Client Error: Not Found for url: https://api.thetvdb.com/series/307934 (404)

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@ghost
Copy link

ghost commented Feb 12, 2018

INFO

Python Version: 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609]
Operating System: Linux-4.14.12-xxxx-std-ipv6-64-x86_64-with-Ubuntu-16.04-xenial
Locale: UTF-8
Branch: master
Database: 44.9
Commit: ccbc0ce
Link to Log: https://gist.github.com/caac686a0fd14c8f79c309d6541799c9

ERROR

2018-02-12 09:25:26 ERROR    SHOWQUEUE-ADD :: [ccbc0ce] 307934 Error while loading information from indexer TVDBv2. Error: 'Show search failed in getting a result with reason: HTTPError\n404 Client Error: Not Found for url: https://api.thetvdb.com/series/307934 (404)'
Traceback (most recent call last):
  File "/home/governorma/.medusa/medusa/show_queue.py", line 379, in run
    s = indexer_api[self.indexer_id]
  File "/home/governorma/.medusa/medusa/indexers/indexer_base.py", line 398, in __getitem__
    self._get_show_data(key, self.config['language'])
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/tvdbv2_api.py", line 559, in _get_show_data
    series_info = self._get_show_by_id(sid, request_language=get_show_in_language)
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/fallback.py", line 110, in __call__
    return self.func(*args, **kwargs)
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/tvdbv2_api.py", line 200, in _get_show_by_id
    reason=error.reason, status=error.status
IndexerShowNotFound: Show search failed in getting a result with reason: HTTPError
404 Client Error: Not Found for url: https://api.thetvdb.com/series/307934 (404)

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@ghost
Copy link

ghost commented Feb 12, 2018

INFO

Python Version: 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609]
Operating System: Linux-4.14.12-xxxx-std-ipv6-64-x86_64-with-Ubuntu-16.04-xenial
Locale: UTF-8
Branch: master
Database: 44.9
Commit: ccbc0ce
Link to Log: https://gist.github.com/e0fb262d54c07d7e499ad4b2dc6a9606

ERROR

2018-02-12 10:25:26 ERROR    SHOWQUEUE-ADD :: [ccbc0ce] 307934 Error while loading information from indexer TVDBv2. Error: 'Show search failed in getting a result with reason: HTTPError\n404 Client Error: Not Found for url: https://api.thetvdb.com/series/307934 (404)'
Traceback (most recent call last):
  File "/home/governorma/.medusa/medusa/show_queue.py", line 379, in run
    s = indexer_api[self.indexer_id]
  File "/home/governorma/.medusa/medusa/indexers/indexer_base.py", line 398, in __getitem__
    self._get_show_data(key, self.config['language'])
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/tvdbv2_api.py", line 559, in _get_show_data
    series_info = self._get_show_by_id(sid, request_language=get_show_in_language)
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/fallback.py", line 110, in __call__
    return self.func(*args, **kwargs)
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/tvdbv2_api.py", line 200, in _get_show_by_id
    reason=error.reason, status=error.status
IndexerShowNotFound: Show search failed in getting a result with reason: HTTPError
404 Client Error: Not Found for url: https://api.thetvdb.com/series/307934 (404)

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@p0psicles
Copy link
Contributor

Seems to be an issue with the selected locale. Please check your adding using a supported locale on tvdb.

@ghost
Copy link

ghost commented Feb 15, 2018

INFO

Python Version: 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609]
Operating System: Linux-4.14.12-xxxx-std-ipv6-64-x86_64-with-Ubuntu-16.04-xenial
Locale: UTF-8
Branch: master
Database: 44.9
Commit: ccbc0ce
Link to Log: https://gist.github.com/7adfb69cd0e9e5eb211d01816554d776

ERROR

2018-02-15 18:57:34 ERROR    SHOWQUEUE-ADD :: [ccbc0ce] 307934 Error while loading information from indexer TVDBv2. Error: 'Show search failed in getting a result with reason: HTTPError\n404 Client Error: Not Found for url: https://api.thetvdb.com/series/307934 (404)'
Traceback (most recent call last):
  File "/home/governorma/.medusa/medusa/show_queue.py", line 379, in run
    s = indexer_api[self.indexer_id]
  File "/home/governorma/.medusa/medusa/indexers/indexer_base.py", line 398, in __getitem__
    self._get_show_data(key, self.config['language'])
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/tvdbv2_api.py", line 559, in _get_show_data
    series_info = self._get_show_by_id(sid, request_language=get_show_in_language)
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/fallback.py", line 110, in __call__
    return self.func(*args, **kwargs)
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/tvdbv2_api.py", line 200, in _get_show_by_id
    reason=error.reason, status=error.status
IndexerShowNotFound: Show search failed in getting a result with reason: HTTPError
404 Client Error: Not Found for url: https://api.thetvdb.com/series/307934 (404)

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@ghost
Copy link

ghost commented Feb 27, 2018

INFO

Python Version: 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609]
Operating System: Linux-4.14.12-xxxx-std-ipv6-64-x86_64-with-Ubuntu-16.04-xenial
Locale: UTF-8
Branch: master
Database: 44.9
Commit: ccbc0ce
Link to Log: https://gist.github.com/43de29196334340ebeaf776f64c4f409

ERROR

2018-02-27 06:03:52 ERROR    SHOWQUEUE-ADD :: [ccbc0ce] 307934 Error while loading information from indexer TVDBv2. Error: 'Show search failed in getting a result with reason: HTTPError\n404 Client Error: Not Found for url: https://api.thetvdb.com/series/307934 (404)'
Traceback (most recent call last):
  File "/home/governorma/.medusa/medusa/show_queue.py", line 379, in run
    s = indexer_api[self.indexer_id]
  File "/home/governorma/.medusa/medusa/indexers/indexer_base.py", line 398, in __getitem__
    self._get_show_data(key, self.config['language'])
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/tvdbv2_api.py", line 559, in _get_show_data
    series_info = self._get_show_by_id(sid, request_language=get_show_in_language)
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/fallback.py", line 110, in __call__
    return self.func(*args, **kwargs)
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/tvdbv2_api.py", line 200, in _get_show_by_id
    reason=error.reason, status=error.status
IndexerShowNotFound: Show search failed in getting a result with reason: HTTPError
404 Client Error: Not Found for url: https://api.thetvdb.com/series/307934 (404)

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@ghost
Copy link

ghost commented Mar 2, 2018

INFO

Python Version: 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609]
Operating System: Linux-4.14.12-xxxx-std-ipv6-64-x86_64-with-Ubuntu-16.04-xenial
Locale: UTF-8
Branch: master
Database: 44.9
Commit: d6eb72d
Link to Log: https://gist.github.com/3b283d0134cdaaf4b45cd4fe112e4e97

ERROR

2018-03-02 06:27:15 ERROR    SHOWQUEUE-ADD :: [d6eb72d] 307934 Error while loading information from indexer TVDBv2. Error: 'Show search failed in getting a result with reason: HTTPError\n404 Client Error: Not Found for url: https://api.thetvdb.com/series/307934 (404)'
Traceback (most recent call last):
  File "/home/governorma/.medusa/medusa/show_queue.py", line 379, in run
    s = indexer_api[self.indexer_id]
  File "/home/governorma/.medusa/medusa/indexers/indexer_base.py", line 398, in __getitem__
    self._get_show_data(key, self.config['language'])
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/tvdbv2_api.py", line 585, in _get_show_data
    series_info = self._get_show_by_id(sid, request_language=get_show_in_language)
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/fallback.py", line 110, in __call__
    return self.func(*args, **kwargs)
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/tvdbv2_api.py", line 200, in _get_show_by_id
    reason=error.reason, status=error.status
IndexerShowNotFound: Show search failed in getting a result with reason: HTTPError
404 Client Error: Not Found for url: https://api.thetvdb.com/series/307934 (404)

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@ghost
Copy link

ghost commented Mar 26, 2018

INFO

Python Version: 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609]
Operating System: Linux-4.14.12-xxxx-std-ipv6-64-x86_64-with-Ubuntu-16.04-xenial
Locale: UTF-8
Branch: master
Database: 44.9
Commit: d6eb72d
Link to Log: https://gist.github.com/d682d8d615ed2051ed18d58d9a88161d

ERROR

2018-03-26 06:02:44 ERROR    SHOWQUEUE-ADD :: [d6eb72d] 307934 Error while loading information from indexer TVDBv2. Error: 'Show search failed in getting a result with reason: HTTPError\n404 Client Error: Not Found for url: https://api.thetvdb.com/series/307934 (404)'
Traceback (most recent call last):
  File "/home/governorma/.medusa/medusa/show_queue.py", line 379, in run
    s = indexer_api[self.indexer_id]
  File "/home/governorma/.medusa/medusa/indexers/indexer_base.py", line 398, in __getitem__
    self._get_show_data(key, self.config['language'])
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/tvdbv2_api.py", line 585, in _get_show_data
    series_info = self._get_show_by_id(sid, request_language=get_show_in_language)
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/fallback.py", line 110, in __call__
    return self.func(*args, **kwargs)
  File "/home/governorma/.medusa/medusa/indexers/tvdbv2/tvdbv2_api.py", line 200, in _get_show_by_id
    reason=error.reason, status=error.status
IndexerShowNotFound: Show search failed in getting a result with reason: HTTPError
404 Client Error: Not Found for url: https://api.thetvdb.com/series/307934 (404)

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@droo88
Copy link

droo88 commented Jun 4, 2018

INFO

Python Version: 2.7.13 (default, Nov 24 2017, 17:33:09) [GCC 6.3.0 20170516]
Operating System: Linux-4.9.0-6-amd64-x86_64-with-debian-9.4
Locale: UTF-8
Branch: develop
Database: 44.11
Commit: 55b472b
Link to Log: https://gist.github.com/e3efd8e9a77d70b3cf486a7505754ede

ERROR

2018-06-04 22:42:39 ERROR    SHOWQUEUE-ADD :: [55b472b] 329749 Error while loading information from indexer TVDBv2. Error: u'Show search failed in getting a result with reason: HTTPError\n404 Client Error: Not Found for url: https://api.thetvdb.com/series/329749 (404)'
Traceback (most recent call last):
  File "/home8/**********/.apps/medusa/medusa/medusa/show_queue.py", line 381, in run
    s = indexer_api[self.indexer_id]
  File "/home8/**********/.apps/medusa/medusa/medusa/indexers/indexer_base.py", line 399, in __getitem__
    self._get_show_data(key, self.config['language'])
  File "/home8/**********/.apps/medusa/medusa/medusa/indexers/tvdbv2/tvdbv2_api.py", line 585, in _get_show_data
    series_info = self._get_show_by_id(sid, request_language=get_show_in_language)
  File "/home8/**********/.apps/medusa/medusa/medusa/indexers/tvdbv2/fallback.py", line 112, in __call__
    return self.func(*args, **kwargs)
  File "/home8/**********/.apps/medusa/medusa/medusa/indexers/tvdbv2/tvdbv2_api.py", line 200, in _get_show_by_id
    reason=error.reason, status=error.status
IndexerShowNotFound: Show search failed in getting a result with reason: HTTPError
404 Client Error: Not Found for url: https://api.thetvdb.com/series/329749 (404)

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants