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

Does not work with daily TV series #9

Open
cgetzen opened this issue Mar 2, 2023 · 0 comments · May be fixed by #11
Open

Does not work with daily TV series #9

cgetzen opened this issue Mar 2, 2023 · 0 comments · May be fixed by #11

Comments

@cgetzen
Copy link

cgetzen commented Mar 2, 2023

[2023-02-27 23:04:25,873] ERROR in app: Exception on /create_video [POST]
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/flask/app.py", line 2073, in wsgi_app
    response = self.full_dispatch_request()
  File "/usr/lib/python3.9/site-packages/flask/app.py", line 1518, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/usr/lib/python3.9/site-packages/flask/app.py", line 1516, in full_dispatch_request
    rv = self.dispatch_request()
  File "/usr/lib/python3.9/site-packages/flask/app.py", line 1502, in dispatch_request
    return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
  File "/app/app/routes.py", line 42, in create_video
    result = get_instant_video(args.get('username'), start, end)
  File "/app/app/routes.py", line 52, in get_instant_video
    video = clipplexAPI.Video(plex_data, start, clip_time, file_name)
  File "/app/clipplexAPI.py", line 145, in __init__
    self.metadata_episode_number = plex_attributes["index"]
KeyError: 'index'
@cgetzen cgetzen linked a pull request May 3, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant