Errno :: ECONNREFUSED(无法打开到:80的TCP连接(连接被拒绝-无端口80的connect(2)))

时间:2018-11-15 01:41:43

标签: ruby http httparty

我试图使用库HTTParty,但是每当我运行下面的代码时,我都会收到错误消息。

代码:

require 'httparty'
response = HTTParty.get('http://example.com')

运行代码时,出现错误:Errno::ECONNREFUSED (Failed to open TCP connection to :80 (Connection refused - connect(2) for nil port 80))。 在net/http中运行相同的代码时,没有任何错误。我不知道这是否有帮助,但是我正在运行的系统是Linux Mint 18.3 Cinnamon 64位。

1 个答案:

答案 0 :(得分:1)

我知道这很晚了,但是使用itemCollection firstCollect = new itemCollection(); Item test = new AlcoholItem(5.94, false, 3.76. 0.06) // takes in weight, bulk, price, and sinTaxRate. 代替https://example.com是解决我的问题的方法。