Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

(Chargify::UnexpectedResponseError) #12

Open
nickhould opened this issue Jun 5, 2013 · 1 comment
Open

(Chargify::UnexpectedResponseError) #12

nickhould opened this issue Jun 5, 2013 · 1 comment

Comments

@nickhould
Copy link

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
Copy link

👍 Same error here, using master.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants