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
[2024-07-19 04:16:40,272] ERROR in app: Exception on /video_upload [POST]
Traceback (most recent call last):
File "/opt/conda/lib/python3.10/site-packages/flask/app.py", line 1473, in wsgi_app
response = self.full_dispatch_request()
File "/opt/conda/lib/python3.10/site-packages/flask/app.py", line 882, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/opt/conda/lib/python3.10/site-packages/flask/app.py", line 880, in full_dispatch_request
rv = self.dispatch_request()
File "/opt/conda/lib/python3.10/site-packages/flask/app.py", line 865, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return]
File "/opt/conda/lib/python3.10/site-packages/prometheus_flask_exporter/__init__.py", line 765, in func
return current_app.handle_user_exception(ex)
File "/opt/conda/lib/python3.10/site-packages/prometheus_flask_exporter/__init__.py", line 763, in func
raise exception
File "/opt/conda/lib/python3.10/site-packages/prometheus_flask_exporter/__init__.py", line 721, in func
response = current_app.handle_user_exception(ex)
File "/opt/conda/lib/python3.10/site-packages/prometheus_flask_exporter/__init__.py", line 718, in func
response = f(*args, **kwargs)
File "/app/app.py", line 120, in video_upload
file_ext = get_extension(filename)
File "/app/app.py", line 95, in get_extension
return filename.rsplit('.', 1)[1].lower()
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: