You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SocketError: FailedtoopenTCPconnectiontodownload.finance.yahoo.com:80(getaddrinfo: nodenamenorservnameprovided,or not known)from/Users/victorcosta/.rvm/rubies/ruby-2.5.5/lib/ruby/2.5.0/net/http.rb:939:in`rescue in block in connect'Caused by SocketError: getaddrinfo: nodename nor servname provided, or not knownfrom /Users/victorcosta/.rvm/rubies/ruby-2.5.5/lib/ruby/2.5.0/net/http.rb:937:in `initialize'
The text was updated successfully, but these errors were encountered:
Yahoo deprecated the API - this gem just no longer works because the API can no longer be publicly queried. You might be able to do it by starting a session on the web page, but this gem is set up for the old way the API worked.
Steps to reproduce 🦮
gem "ystock", "~> 0.4.14"
to Gemfilebundle install
rails c
The result 🪲
The text was updated successfully, but these errors were encountered: