I am trying to implement the Nedfinity Mailchimp MVC package in an Umbraco 7 solution. It works fine until you try to add an existing email adress into mailchimp.
I get this remote server error 500:
[MailChimpApiException: Error while making API call: {"status":"error","code":214,"name":"List_AlreadySubscribed","error":"[email protected] is already subscribed to the list."}]
Has anyone of you done a exceptionhandler for a remote server 500 error?
Or is there perhaps another solution to this?
My implementation is close to what Nedfinity suggests:
Nedfinity Mailchimp MVC error 500
I am trying to implement the Nedfinity Mailchimp MVC package in an Umbraco 7 solution. It works fine until you try to add an existing email adress into mailchimp. I get this remote server error 500:
Has anyone of you done a exceptionhandler for a remote server 500 error?
Or is there perhaps another solution to this?
My implementation is close to what Nedfinity suggests:
Any ideas anyone?
/Jesper
Not an answer but can i ask where you are applying the listid for the mailchimp list ?
thanks, Sam
is working on a reply...