pengwynn / chargify

Ruby wrapper for the chargify.com SAAS and billing API
MIT License
61 stars 29 forks source link

(Chargify::UnexpectedResponseError) #12

Open nickhould opened 11 years ago

nickhould commented 11 years ago

Doing a simple request:

@client = Chargify::Client.new(API_ID, SUBDOMAIN) puts @client.list_customers

I get:

Crack could not parse JSON. It said: uninitialized constant Chargify::Parser::Crack. Chargify's raw response: ... (Chargify::UnexpectedResponseError)

.rvm/gems/ruby-1.9.3-p392@rails3tutorial2ndEd/bundler/gems/chargify-132e2ca15335/lib/chargify/client.rb:7:in `parse' ... The raw response is a valid JSON response. However, the customer list returned does not contain all of my customers.

copyhacker commented 11 years ago

:+1: Same error here, using master.