我试图使用库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位。
答案 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
是解决我的问题的方法。