-
Notifications
You must be signed in to change notification settings - Fork 1
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
handle Errors from non http URL sources #60
Comments
In the end, this issue was fixed along side issue #52 |
EddyCMWF
added a commit
that referenced
this issue
Nov 6, 2023
* generic error hadnling * generic error hadnling * #60 * #60 * backup downloader added * add tests for ftp * fix urls * fix test * cleanup * wget only * ftp test added * multiurl updated to handle ftp properly * qa * unit tests * qa * removing unused test * clean up and extra download test * qa * Mattia comments addressed --------- Co-authored-by: Mattia Almansi <m.almansi@bopen.eu>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current implementation can only handle error messages from http[s] servers. This causes problems for ftp datasets (see #52 ).
The exception handler should be more generic
The text was updated successfully, but these errors were encountered: