** (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
此处指定的项目依赖项: https ://github.com/navyad/moviematch/blob/master/mix.exs#L22
当前 Elixir 版本:1.12 和 Erlang/OTP 24 我已将 httpoison 从 1.4 升级到 1.8
脚步
- 混合 deps.get
- 混合编译
- iex -S 混合
MovieMatch.Imdb.fetch_imdb_watchlist("ur26610840")