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
The public client is checking for response.status so that it can raise an error if the status is not 200. It should be checking for response.code instead.
Error: httparty-0.15.6/lib/httparty/response.rb:93:in method_missing': undefined method status' for #<HTTParty::Response:0x0000000120ca00> (NoMethodError)
The text was updated successfully, but these errors were encountered:
natonnelier
added a commit
to natonnelier/kraken_client
that referenced
this issue
Jan 3, 2018
The public client is checking for
response.status
so that it can raise an error if the status is not200
. It should be checking forresponse.code
instead.Error:
httparty-0.15.6/lib/httparty/response.rb:93:in
method_missing': undefined methodstatus' for #<HTTParty::Response:0x0000000120ca00> (NoMethodError)
The text was updated successfully, but these errors were encountered: