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

Missing parameter 'address' #11

Closed
DrewImm opened this issue Mar 11, 2019 · 2 comments
Closed

Missing parameter 'address' #11

DrewImm opened this issue Mar 11, 2019 · 2 comments

Comments

@DrewImm
Copy link
Member

DrewImm commented Mar 11, 2019

					// Add to mailing list
					await mailer
						.listAdd(this.email, this.fname, {})
						.catch((error) => {
							console.error(
								`Could not add email to list: ${this.email}`,
								error
							);
						});
@DrewImm DrewImm added the bug Something isn't working label Mar 11, 2019
@DrewImm DrewImm changed the title Could not add email to list Missing parameter 'address' Mar 11, 2019
@DrewImm
Copy link
Member Author

DrewImm commented Mar 11, 2019

Could not add email to list: undefined Error: Missing parameter 'address'
5:15:41 PM web.1 | at constructor.impl (C:\Users\Drew\Dev\teachers-network-server\node_modules\mailgun-js\lib\build.js:61:21)
5:15:41 PM web.1 | at promisifyCall (C:\Users\Drew\Dev\teachers-network-server\node_modules\promisify-call\index.js:25:15)
5:15:41 PM web.1 | at constructor.promisifed [as create] (C:\Users\Drew\Dev\teachers-network-server\node_modules\mailgun-js\lib\build.js:105:14)
5:15:41 PM web.1 | at C:\Users\Drew\Dev\teachers-network-server\node_modules\node-mailgun\node-mailgun.js:214:34
5:15:41 PM web.1 | at new Promise ()
5:15:41 PM web.1 | at Mailer.NodeMailgun.listAdd (C:\Users\Drew\Dev\teachers-network-server\node_modules\node-mailgun\node-mailgun.js:199:16)
5:15:41 PM web.1 | at Object. (C:\Users\Drew\Dev\teachers-network-server\dist\src\routes\user.js:237:26)
5:15:41 PM web.1 | at step (C:\Users\Drew\Dev\teachers-network-server\dist\src\routes\user.js:32:23)
5:15:41 PM web.1 | at Object.next (C:\Users\Drew\Dev\teachers-network-server\dist\src\routes\user.js:13:53)
5:15:41 PM web.1 | at fulfilled (C:\Users\Drew\Dev\teachers-network-server\dist\src\routes\user.js:4:58)

@DrewImm DrewImm removed the bug Something isn't working label Mar 11, 2019
@DrewImm DrewImm closed this as completed Mar 11, 2019
@DrewImm
Copy link
Member Author

DrewImm commented Mar 11, 2019

Issue fixed in user-space

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

1 participant