Attempting to use the Gracenote gem to hit the web api - registers fine but the query times out - anyone out there able to use this successfully?
问问题
152 次
1 回答
3
这个我也见过不少。
这有可能与 Net:HTTP 的线程超时错误有关。我已将 gem 的本地版本切换到 HTTParty 并且不再看到此问题。
我可能说得太早了——仍然看到超时。很高兴看到 Gracenote 有人对超时策略发表评论。
更新为了进一步补充这一点,我已经执行了 pygn repo 并且没有看到任何超时。这进一步导致了 ruby 版本的 HTTP 库的错误。
**回答** 我已经更新了 repo 以使用 libcurl 而不是 Net::HTTP 并且它已经解决了这个问题。https://github.com/MattNewberry/gracenote
于 2013-11-05T03:11:08.193 回答