Skip to content
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

Exception while invoking method 'MailChimp' Error #15

Closed
rjmoggach opened this issue Dec 9, 2014 · 2 comments
Closed

Exception while invoking method 'MailChimp' Error #15

rjmoggach opened this issue Dec 9, 2014 · 2 comments

Comments

@rjmoggach
Copy link

What am I doing wrong?
(Meteor 1.0.1)

I20141209-15:05:26.701(-8)? Exception while invoking method 'MailChimp' Error: Did not check() all arguments during call to 'MailChimp'
I20141209-15:05:26.762(-8)?     at _.extend.throwUnlessAllArgumentsHaveBeenChecked (packages/check/match.js:352)
I20141209-15:05:26.762(-8)?     at Object.Match._failIfArgumentsAreNotAllChecked (packages/check/match.js:108)
I20141209-15:05:26.762(-8)?     at maybeAuditArgumentChecks (packages/ddp/livedata_server.js:1596)
I20141209-15:05:26.763(-8)?     at packages/ddp/livedata_server.js:648
I20141209-15:05:26.763(-8)?     at _.extend.withValue (packages/meteor/dynamics_nodejs.js:56)
I20141209-15:05:26.763(-8)?     at packages/ddp/livedata_server.js:647
I20141209-15:05:26.763(-8)?     at _.extend.withValue (packages/meteor/dynamics_nodejs.js:56)
I20141209-15:05:26.763(-8)?     at _.extend.protocol_handlers.method (packages/ddp/livedata_server.js:646)
I20141209-15:05:26.763(-8)?     at packages/ddp/livedata_server.js:546

Update: I'm getting subscription requests but the form message is Error: Internal server error with the above logging info

@rjmoggach
Copy link
Author

OK so this is a conflict with audit-argument-checks.

@MiroHibler
Copy link
Owner

I couldn't reproduce the bug myself, but apparently it's caused by not checking the method arguments.

Fixed.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants