-
Notifications
You must be signed in to change notification settings - Fork 12
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
** (KeyError) key :status_code not found in: %HTTPotion.ErrorResponse{message: "req_timedout"} #14
Comments
We are looking into this issue. Thank you for reporting! |
Hi @thomasdola I will let you know when this is done, and write little breakdown about which functions are changed. Thank you |
thank you.. |
I'm preparing new version which should return {:error, something} for all function calls. So it should help you to decide if you want to teardown your app or not, or repeat same call again, or something else. I doubt that first author of this library had in mind design where it should teardown your app, it is just missed case in code. |
thanks.. |
Next week. |
@thomasdola this should be fixed now. Could you please give it a try from latest master commit. Please note that error (the timeout) will be bubbled back as return value of any call which fails to complete in given timeframe as There is one more thing. In case of bad network connectivity, if you are starting application and try to execute any function the error will be probably Let me know if latest version works for you so I can close the issue. Thanks! |
|
Could you please tell me which elixir and erlang version you are using? |
elixir v1.5.1.1 |
keep getting this error anytime i try to upload..
** (KeyError) key :status_code not found in: %HTTPotion.ErrorResponse{message: "req_timedout"}
any help ?
The text was updated successfully, but these errors were encountered: