You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: