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
I feel like I am missing something really basic here, and was hoping that someone could help me out. I am just getting going with the strava-api gem and am getting an invalid repose error.
1.9.3-p448 :045 > require 'rubygems'
=> false
1.9.3-p448 :046 > require 'strava-api'
=> false
1.9.3-p448 :047 > s = StravaApi::Base.new
=> #<StravaApi::Base:0x007feb9b913a28 @errors=[]>
1.9.3-p448 :048 > s.clubs("RTI")
StravaApi::InvalidResponseError: StravaApi::InvalidResponseError
from /Users/adampreston/.rvm/gems/ruby-1.9.3-p448/gems/strava-api-0.14.0/lib/strava-api/base.rb:32:in `call'
from /Users/adampreston/.rvm/gems/ruby-1.9.3-p448/gems/strava-api-0.14.0/lib/strava-api/clubs.rb:10:in `clubs'
from (irb):48
from /Users/adampreston/.rvm/rubies/ruby-1.9.3-p448/bin/irb:16:in `<main>'
Any thoughts?
The text was updated successfully, but these errors were encountered:
Hello,
I feel like I am missing something really basic here, and was hoping that someone could help me out. I am just getting going with the strava-api gem and am getting an invalid repose error.
Any thoughts?
The text was updated successfully, but these errors were encountered: