We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot get application to add users to the Mailchimp List. I have configured heroku for api keys as instructed and have modified my .bashrc file.
The text was updated successfully, but these errors were encountered:
I'm getting this same issue. Here's my server error:
Completed 500 Internal Server Error in 6ms
NoMethodError (undefined method include?' for nil:NilClass): app/models/user.rb:57:innew' app/models/user.rb:57:in add_user_to_mailchimp' app/controllers/registrations_controller.rb:6:increate'
include?' for nil:NilClass): app/models/user.rb:57:in
add_user_to_mailchimp' app/controllers/registrations_controller.rb:6:in
Sorry, something went wrong.
What do you get when you run heroku info --app <your-app-name>?
heroku info --app <your-app-name>
Thanks for posting Paul, I forgot to update this. I found the line causing the error was this line in the app/model/user.rb file:
Rails.logger.info("MAILCHIMP SUBSCRIBE: result #{result.inspect} for #{self.email}")
Once I commented it out, no issues.
Ah, ok. So this was a different issue than the guy who posted below you. I wonder if he ever figured it out...
On Sat, Apr 6, 2013 at 1:53 PM, Ian Taylor [email protected] wrote:
Thanks for posting Paul, I forgot to update this. I found the line causing the error was this line in the app/model/user.rb file: Rails.logger.info("MAILCHIMP SUBSCRIBE: result #{result.inspect} for #{self.email}") Once I commented it out, no issues. — Reply to this email directly or view it on GitHubhttps://github.com//issues/27#issuecomment-16003817 .
— Reply to this email directly or view it on GitHubhttps://github.com//issues/27#issuecomment-16003817 .
No branches or pull requests
Cannot get application to add users to the Mailchimp List. I have configured heroku for api keys as instructed and have modified my .bashrc file.
The text was updated successfully, but these errors were encountered: