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
Command Line error :
Traceback (most recent call last):
File "C:\Users\BOMHUZ\AppData\Local\anaconda3\envs\excalibur\lib\site-packages\flask\app.py", line 1511, in wsgi_app
response = self.full_dispatch_request()
File "C:\Users\BOMHUZ\AppData\Local\anaconda3\envs\excalibur\lib\site-packages\flask\app.py", line 919, in full_dispatch_request
rv = self.handle_user_exception(e)
File "C:\Users\BOMHUZ\AppData\Local\anaconda3\envs\excalibur\lib\site-packages\flask\app.py", line 917, in full_dispatch_request
rv = self.dispatch_request()
File "C:\Users\BOMHUZ\AppData\Local\anaconda3\envs\excalibur\lib\site-packages\flask\app.py", line 902, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return]
File "C:\Users\BOMHUZ\AppData\Local\anaconda3\envs\excalibur\lib\site-packages\excalibur\www\views.py", line 262, in download
return send_from_directory(
TypeError: send_from_directory() missing 1 required positional argument: 'path'
127.0.0.1 - - [11/Feb/2025 16:04:20] "POST /download HTTP/1.1" 500 -
Server Error
Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
The text was updated successfully, but these errors were encountered:
Command Line error :
Traceback (most recent call last):
File "C:\Users\BOMHUZ\AppData\Local\anaconda3\envs\excalibur\lib\site-packages\flask\app.py", line 1511, in wsgi_app
response = self.full_dispatch_request()
File "C:\Users\BOMHUZ\AppData\Local\anaconda3\envs\excalibur\lib\site-packages\flask\app.py", line 919, in full_dispatch_request
rv = self.handle_user_exception(e)
File "C:\Users\BOMHUZ\AppData\Local\anaconda3\envs\excalibur\lib\site-packages\flask\app.py", line 917, in full_dispatch_request
rv = self.dispatch_request()
File "C:\Users\BOMHUZ\AppData\Local\anaconda3\envs\excalibur\lib\site-packages\flask\app.py", line 902, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) # type: ignore[no-any-return]
File "C:\Users\BOMHUZ\AppData\Local\anaconda3\envs\excalibur\lib\site-packages\excalibur\www\views.py", line 262, in download
return send_from_directory(
TypeError: send_from_directory() missing 1 required positional argument: 'path'
127.0.0.1 - - [11/Feb/2025 16:04:20] "POST /download HTTP/1.1" 500 -
Server Error
Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
The text was updated successfully, but these errors were encountered: