-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'MailChimpError' object is not subscriptable #219
Comments
If you update your code to |
I have similar code if I do the |
I did run into the same issue, surely is broken currently. Workaround: |
I have the same issue. Using 3.0.14 |
I am running into the same issue. Has a solution to this been implemented? |
I run the above code, it should raise a MailChimpError exception, but when I try to read the property
status
, I got a new exception that 'MailChimpError' object is not subscriptable.How can I fix it?
The text was updated successfully, but these errors were encountered: