** (UndefinedFunctionError) function :ssl.cipher_suites/0 is undefined or private, use cipher_suites/2,3 instead
(ssl 10.4.1) :ssl.cipher_suites()
(hackney 1.15.2) /Users/naveen/NAV/moviematch/deps/hackney/src/hackney_ssl.erl:77: :hackney_ssl.ciphers/0
(hackney 1.15.2) /Users/naveen/NAV/moviematch/deps/hackney/src/hackney_ssl.erl:69: :hackney_ssl.connect/4
(hackney 1.15.2) /Users/naveen/NAV/moviematch/deps/hackney/src/hackney_connect.erl:277: :hackney_connect.do_connect/5
(hackney 1.15.2) /Users/naveen/NAV/moviematch/deps/hackney/src/hackney_connect.erl:47: :hackney_connect.connect/5
(hackney 1.15.2) /Users/naveen/NAV/moviematch/deps/hackney/src/hackney.erl:333: :hackney.request/5
(httpoison 1.8.0) lib/httpoison/base.ex:846: HTTPoison.Base.request/6
project dependency specified here: https://github.com/navyad/moviematch/blob/master/mix.exs#L22
Current Elixir version: 1.12 and Erlang/OTP 24 I have upgraded the httpoison from 1.4 to 1.8
Steps
- mix deps.get
- mix compile
- iex -S mix
MovieMatch.Imdb.fetch_imdb_watchlist("ur26610840")
I don't know why you are checking out Hackney from GitHub rather than Hex, but I was able to fix your problem by upgrading your dependencies with
mix deps update --all
:Test:
Running on OTP 24.0.2 and Elixir 1.12.1.