我目前正在使用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