问题标签 [elixir-poison]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
elixir - ssl.cipher_suites/0 未定义或私有,请改用 cipher_suites/2,3 (ssl 10.4.1) :ssl.cipher_suites()
此处指定的项目依赖项: 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")
elixir - HTTPoison:请求被关闭
https://yts.lt/api/v2/list_movies.json?query_term=tt11296058
上述 URL 始终可用,并在从浏览器访问时提供预期输出 (JOSN)
但有时(随机)在使用 httposion 访问相同的 URL 时,会收到以下错误:
要求:
HTTPoison.get(url, [], follow_redirect: true)
错误
{:error, %HTTPoison.Error{id: nil, reason: :closed}}
这可能是什么原因。
elixir - 使用长生不老药中的毒药在地图中解析列表时出错
我正在尝试解析 api 查询,但在以下代码中出现错误:
错误说:
我从实现 Mix.Task 行为的模块运行此代码。