Hackney pool connection issue
Closed this issue · 2 comments
isaacsanders commented
Hey all,
I have a stacktrace that is likely cause by my use of the max heap size (hmax
) flag. I don't know how you might wish to handle this, but I figured I should report it.
** (CaseClauseError) no case clause matching: {:EXIT, {:noproc, {:gen_server, :call, [#PID<0.4189.0>, {:checkout, {'myhostname', 80, :hackney_tcp}, #PID<0.8329.0>, #Reference<0.471436145.4074766338.24202>}, 8000]}}}
(hackney) /build/deps/hackney/src/hackney_pool.erl:72: :hackney_pool.checkout/4
(hackney) /build/deps/hackney/src/hackney_connect.erl:217: :hackney_connect.socket_from_pool/4
(hackney) /build/deps/hackney/src/hackney_connect.erl:47: :hackney_connect.connect/5
(hackney) /build/deps/hackney/src/hackney.erl:333: :hackney.request/5
(httpoison) lib/httpoison/base.ex:796: HTTPoison.Base.request/6
benoitc commented
it looks like hackney is not started . You should make sure it is started.
benoitc commented
closing issue since no activity happened since