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 am getting the following error when i try to execute this code.
Zlib::BufError in JsonOutPutController#yahoo
This is my code.
YBoss::Config.instance.oauth_key = 'my_auth_key'
YBoss::Config.instance.oauth_secret = 'my_auth_secret'
res = YBoss.related('q' => 'gruffalo').
I am using Ruby 2 and Rails 4.
Thank you.
The text was updated successfully, but these errors were encountered:
I am getting the following error when i try to execute this code.
Zlib::BufError in JsonOutPutController#yahoo
This is my code.
YBoss::Config.instance.oauth_key = 'my_auth_key'
YBoss::Config.instance.oauth_secret = 'my_auth_secret'
res = YBoss.related('q' => 'gruffalo').
I am using Ruby 2 and Rails 4.
Thank you.
The text was updated successfully, but these errors were encountered: