无法在macOS 10.11上打开TCP连接Ruby HTTParty,但在Windows 10中无法打开

时间:2016-12-09 18:14:44

标签: ruby macos tcp

我目前正在使用macOS 10.11

  

错误:无法打开与rugby.statbunker.com:443的TCP连接   (getaddrinfo:提供了nodename或servname,或者未知)。

但是代码在Windows 10中运行。

#!/usr/bin/env ruby
require 'HTTParty'
ROOT_LINK ='https://rugby.statbunker.com/players/getPlayerInternationalStats?player_id='
playerID=31659
pageLink = ROOT_LINK + playerID.to_s
wbPage = HTTParty.get(pageLink)
puts wbPage.length.to_s

0 个答案:

没有答案