You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected result: the file downloads into the specified target file.
Actual result: Mint adapter:
** (UndefinedFunctionError) function :ssl.cipher_suites/0 is undefined or private, use cipher_suites/2,3 instead
(ssl 10.5.3) :ssl.cipher_suites()
(mint 1.1.0) lib/mint/core/transport/ssl.ex:579: Mint.Core.Transport.SSL.default_ciphers/0
(mint 1.1.0) lib/mint/core/transport/ssl.ex:495: Mint.Core.Transport.SSL.default_ssl_opts/1
(mint 1.1.0) lib/mint/core/transport/ssl.ex:405: Mint.Core.Transport.SSL.ssl_opts/2
(mint 1.1.0) lib/mint/core/transport/ssl.ex:318: Mint.Core.Transport.SSL.connect/3
(mint 1.1.0) lib/mint/negotiate.ex:65: Mint.Negotiate.connect_negotiate/4
(http_stream 1.0.0) lib/http_stream/adapter/mint.ex:13: HTTPStream.Adapter.Mint.request/1
(elixir 1.13.0) lib/stream.ex:1517: anonymous fn/5 in Stream.resource/3
Actual result, HTTPoison adapter:
** (ArgumentError) errors were found at the given arguments:
* 1st argument: the table identifier does not refer to an existing ETS table
(stdlib 3.16.1) :ets.lookup_element(:hackney_config, :mod_metrics, 2)
(hackney 1.16.0) /Users/everett/prepos/http_stream/deps/hackney/src/hackney_metrics.erl:27: :hackney_metrics.get_engine/0
(hackney 1.16.0) /Users/everett/prepos/http_stream/deps/hackney/src/hackney_connect.erl:75: :hackney_connect.create_connection/5
(hackney 1.16.0) /Users/everett/prepos/http_stream/deps/hackney/src/hackney_connect.erl:44: :hackney_connect.connect/5
(hackney 1.16.0) /Users/everett/prepos/http_stream/deps/hackney/src/hackney.erl:333: :hackney.request/5
(httpoison 1.7.0) lib/httpoison/base.ex:796: HTTPoison.Base.request/6
(elixir 1.13.0) lib/stream.ex:1517: anonymous fn/5 in Stream.resource/3
(elixir 1.13.0) lib/stream.ex:544: Stream.do_into/4
Other info:
Elixir 1.13.0 (compiled with Erlang/OTP 24)
FYI: hackney is locked at version 1.16.0.
The text was updated successfully, but these errors were encountered:
Have you tried switching to the HTTPoison 1.7 as to use w/adapter? Seems that Mint is a bit more strict with SSL opts but I have not worked w/that here. I have different issue.
I have tried following the examples, e.g.
Expected result: the file downloads into the specified target file.
Actual result: Mint adapter:
Actual result, HTTPoison adapter:
Other info:
FYI:
hackney
is locked at version1.16.0
.The text was updated successfully, but these errors were encountered: