Running into a somewhat unusual error. Not sure what to make of it... This is triggered by the last line (the one using find_by_name) immediately after authentication: ``` oauth = AWeber::OAuth.new(my_consumer_key, my_consumer_secret) oauth.authorize_with_access(my_access_token, my_access_secret) list = aweber.account.lists.find_by_name('mylist') ``` 
Running into a somewhat unusual error. Not sure what to make of it...
This is triggered by the last line (the one using find_by_name) immediately after authentication: