You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Fatal error: Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, null given in newspack-plugin/includes/oauth/class-mailchimp-api.php:171
A more generic error handling is suited for when the response body is unavailable.
The text was updated successfully, but these errors were encountered:
It's not always guaranteed that the response body from Mailchimp is an array, as assumed here:
newspack-plugin/includes/oauth/class-mailchimp-api.php
Lines 167 to 172 in 9fd3e53
It can fail with:
A more generic error handling is suited for when the response body is unavailable.
The text was updated successfully, but these errors were encountered: