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 Handling #324

Open
keehoo opened this issue Aug 5, 2020 · 2 comments
Open

Error Handling #324

keehoo opened this issue Aug 5, 2020 · 2 comments

Comments

@keehoo
Copy link

keehoo commented Aug 5, 2020

Hi, cheers for your work on doing this library, it's working like a charm. What I'm missing is error handling. Can't see any option to handle HTTP errors, unresolved hosts etc...
Any plans to add that?

@blunderous
Copy link

I think that there is a better way of checking http errors rather than include them here. There is the http package that takes an http request, and then you can check if the response is what you want, parse your information and then download the file. There are so many variables to take into account in order to merge both of them, that it is not worth it. Furthermore, accounting for all the errors that one may have makes using this and the http package a way more simple task.

@ghost
Copy link

ghost commented Feb 13, 2023

Any update on this issue? It seems error handling is one of the most important features missing from this nice package

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

2 participants