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

plexapi.exceptions.BadRequest: ekey was not provided #102

Open
ellisonpatterson opened this issue Aug 6, 2024 · 2 comments
Open

plexapi.exceptions.BadRequest: ekey was not provided #102

ellisonpatterson opened this issue Aug 6, 2024 · 2 comments

Comments

@ellisonpatterson
Copy link

Started getting this error recently. Using the config.yaml and it is parsing it correctly. I have specified the plex server and token, and do not have the docker environment variables for those specified with the plexautolanguages container.

2024-08-06 10:50:15,222 [ERROR] Unable to process playing
Traceback (most recent call last):
  File "/app/plex_auto_languages/plex_alert_handler.py", line 66, in _process_alerts
    alert.process(self._plex)
  File "/app/plex_auto_languages/alerts/playing.py", line 55, in process
    if plex.should_ignore_show(item.show()):
  File "/usr/local/lib/python3.8/site-packages/plexapi/video.py", line 990, in show
    return self.fetchItem(self.grandparentKey)
  File "/usr/local/lib/python3.8/site-packages/plexapi/base.py", line 307, in fetchItem
    return self.fetchItems(ekey, cls, **kwargs)[0]
  File "/usr/local/lib/python3.8/site-packages/plexapi/base.py", line 235, in fetchItems
    raise BadRequest('ekey was not provided')
plexapi.exceptions.BadRequest: ekey was not provided
@causefx
Copy link

causefx commented Nov 6, 2024

wonder if this is caused by live tv item.

@flip1900
Copy link

flip1900 commented Dec 1, 2024

i have the same issue, any ways to fix it?

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

3 participants