-
Notifications
You must be signed in to change notification settings - Fork 339
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
(HTTPoison.Error) :closed needs a proper message that its from hackney #432
Comments
Hi @dkuku , What do you mean by handle it? If you use |
I scrolled the wrong command in iex - I was using get before when I pasted the initial title I was thinking more of pointing the user that the error comes from hackney - I only found it out only because I saw that its using hackney and I checked if it works in hackney, The original atom is converted to string anyway so it would be good to add something that points to hackney instead just wrapping it in a struct because its a bit confusing. |
The README.md very clearly states that we use hackney under the hood. I don't see us changing the return of a function so that people are aware of which libs are used. I think it's part of the research that people should do around using open source libraries. Thanks for opening the issue |
I have an error with "https://www.sejm.gov.pl/", (HTTPoison.Error) :closed
I can get to google with HTTPPoison (iex(3)) and this url: https://www.sejm.gov.pl/ with curl works just fine iex(2)
Steps to reproduce:
I saw an old post from 2018 that it may be a hackney issue - and the solution was to upgrade hackney.
#326
So even if it is hackney - we should probably handle it and show some kind of message to the user
The text was updated successfully, but these errors were encountered: