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]: IndexerUnavailable: Indexer TMDB is unavailable at this time. Cause: 429 Client Error: Too Many Requests for url: https://api.themoviedb.org/3/configuration?api_key=edc5f123313769de83a71e157758030b #7306

Closed
thesugarat opened this issue Nov 2, 2019 · 1 comment
Labels
triage Untriaged issue

Comments

@thesugarat
Copy link

INFO

Python Version: 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:53:40) [MSC v.1500 64 bit (AMD64)]
Operating System: Windows-10-10.0.18362
Locale: cp1252
Branch: master
Database: 44.14
Commit: baad1e5
Link to Log: No Log available

ERROR

2019-11-01 02:33:01 ERROR    SHOWQUEUE-REFRESH :: [baad1e5] 79: Error while refreshing show The Goldbergs. Error: Indexer TMDB is unavailable at this time. Cause: 429 Client Error: Too Many Requests for url: https://api.themoviedb.org/3/configuration?api_key=edc5f123313769de83a71e157758030b
Traceback (most recent call last):
  File "C:\Medusa\Medusa\medusa\show_queue.py", line 705, in run
    self.show.refresh_dir()
  File "C:\Medusa\Medusa\medusa\tv\series.py", line 1815, in refresh_dir
    self.load_episodes_from_dir()
  File "C:\Medusa\Medusa\medusa\tv\series.py", line 1076, in load_episodes_from_dir
    cur_episode = self.make_ep_from_file(os.path.join(self.location, media_file))
  File "C:\Medusa\Medusa\medusa\tv\series.py", line 1379, in make_ep_from_file
    'normal', 'anime')[self.is_anime]).parse(filepath)
  File "C:\Medusa\Medusa\medusa\name_parser\parser.py", line 386, in parse
    result = self._parse_string(name)
  File "C:\Medusa\Medusa\medusa\name_parser\parser.py", line 295, in _parse_string
    search_series = helpers.get_show(result.series_name, self.try_indexers) if not self.naming_pattern else None
  File "C:\Medusa\Medusa\medusa\helpers\__init__.py", line 1018, in get_show
    ui=classes.ShowListUI)
  File "C:\Medusa\Medusa\medusa\helpers\__init__.py", line 218, in search_indexer_for_show_id
    t = indexer_api.indexer(**indexer_api_params)
  File "C:\Medusa\Medusa\medusa\indexers\tvdbv2\fallback.py", line 58, in __call__
    return self.func(*args, **kwargs)
  File "C:\Medusa\Medusa\medusa\indexers\indexer_api.py", line 26, in indexer
    indexer_obj = indexerConfig[self.indexer_id]['module'](*args, **kwargs)
  File "C:\Medusa\Medusa\medusa\indexers\tmdb\tmdb.py", line 48, in __init__
    raise IndexerUnavailable('Indexer TMDB is unavailable at this time. Cause: {cause}'.format(cause=e))
IndexerUnavailable: Indexer TMDB is unavailable at this time. Cause: 429 Client Error: Too Many Requests for url: https://api.themoviedb.org/3/configuration?api_key=edc5f123313769de83a71e157758030b

STAFF NOTIFIED: @pymedusa/support @pymedusa/moderators

@triage-new-issues triage-new-issues bot added the triage Untriaged issue label Nov 2, 2019
@medariox
Copy link
Contributor

Fixed with #7837

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

No branches or pull requests

2 participants