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

Error when downloading extracted data - any format #198

Open
hemanturvey opened this issue Feb 11, 2025 · 0 comments
Open

Error when downloading extracted data - any format #198

hemanturvey opened this issue Feb 11, 2025 · 0 comments

Comments

@hemanturvey
Copy link

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.

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

1 participant