如何解决调用ruby curb gem的http_get方法的Curl :: Err :: ConnectionFailedError?

时间:2016-06-01 07:26:09

标签: ruby-on-rails ruby curl libcurl curb

当我打电话给body.modal-open { position: fixed; overflow: scroll; width: 100%; padding-right: 0!important; } curb gem的方法时

http_get

我收到了异常

Curl::Easy.http_get(url)

问题只是在我的系统中在其他系统上生成它正常工作。我尝试了各种方法来解决这个问题,就像我使用error='Curl::Err::ConnectionFailedError: Couldn't connect to server' duration=7805.63 view=0.00 db=1.33 remote_ip=127.0.0.1 Curl::Err::ConnectionFailedError - Couldn't connect to server: curb (0.9.3) lib/curl/easy.rb:73:in `perform' curb (0.9.3) lib/curl/easy.rb:296:in `http' curb (0.9.3) lib/curl/easy.rb:296:in `http_get' curb (0.9.3) lib/curl/easy.rb:347:in `http_get' () home/punitcse/projects/project-name/core/modulename/here.rb:30:in `block in route' 重建curl一样,因为此链接建议{{ 3}}。我试图调试gem,但无法完全理解错误的原因。

这是curl版本的输出

ares

如果需要其他任何内容,请告诉我。

0 个答案:

没有答案