-
Notifications
You must be signed in to change notification settings - Fork 43
uninitialized constant Hominid::ListError #9
Comments
you had the right approach, but I might consider rewriting this at this point using the gibbon gem, especially since it was done without tests |
Do you know the last commit which was working with Spree 1-1-Stable or 1.x.x? Also, looked at hominid again, so during initialization it is creating instance of MailChimp API, yes? |
Hi Sam, If you are interested in re-writing this, I created a new repository spree_mailchimp_gibbon I could not git the modal dialogue box working in your spree_mail_chimp, nor the spree_mail_chimp I am process of getting this to work with @nebulab spree_mail_chimp fork. Cheers,
|
+1 for this fix |
I tried installing gem, and got the error
I forked spree_mail_chimp,
inserted
at top of subscriptions_controller.rb
...and still got the same error.
I changed that to Hominid:APIError
...which eliminated that error but then got an error on
I commented that out, including the begin end,
...but then got an error for uninitialized constant on
I did not find the above anywhere, at which point I stopped.
I also tried earlier version, 2.2.0 of hominid because after some
research I discoverd that did have Hominid::ListError, but no glory
there either.
Could really use some help or ideas on how to get this working.
Thanks!
Eric
The text was updated successfully, but these errors were encountered: