Title: getLastResponse Error
Last modified: July 1, 2017

---

# getLastResponse Error

 *  Resolved [Erin Salmon](https://wordpress.org/support/users/freshfromthesoil/)
 * (@freshfromthesoil)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/getlastresponse-error/)
 * As far as I can tell, I have entered the MailChimp API key, selected the list,
   and merged the tags, however, I still get a “getLastResponse” error when I try
   to enter an email address. Can you help me correct this issue?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [MyThemeShop](https://wordpress.org/support/users/mythemeshop/)
 * (@mythemeshop)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/getlastresponse-error/#post-9285927)
 * Hello,
 * May I get the complete error message that appears? Kindly refreshing your MailChimp
   lists by clicking on “Get list” and reselecting your preferred list.
 * Thank you
 *  Thread Starter [Erin Salmon](https://wordpress.org/support/users/freshfromthesoil/)
 * (@freshfromthesoil)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/getlastresponse-error/#post-9286043)
 * The entire error message is:
 * Unknown error, call getLastResponse() to find out what happened.
 * I have selected the correct list — it hasn’t seemed to help. 🙁
 *  Plugin Author [MyThemeShop](https://wordpress.org/support/users/mythemeshop/)
 * (@mythemeshop)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/getlastresponse-error/#post-9289532)
 * Hello,
 * Can you try editing wp-subscribe/includes/subscription/class-wps-mailchimp.php
   and replacing
 *     ```
       throw new Exception( $mailchimp->getLastError() );
       ```
   
 * with
 *     ```
       throw new Exception( print_r( $mailchimp->getLastResponse(), true ) );
       ```
   
 * Try resubmitting the subscription form and let us know what the output was.
 * Thank you

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘getLastResponse Error’ is closed to new replies.

 * ![](https://ps.w.org/wp-subscribe/assets/icon-256x256.png?rev=2717363)
 * [WP Subscribe](https://wordpress.org/plugins/wp-subscribe/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-subscribe/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-subscribe/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-subscribe/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-subscribe/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-subscribe/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [MyThemeShop](https://wordpress.org/support/users/mythemeshop/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/getlastresponse-error/#post-9289532)
 * Status: resolved