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

System.Net.Http.HttpRequestException: 'No such host is known. (us13.api.mailchimp.com:443)' #622

Open
clinttreadway opened this issue Apr 25, 2024 · 1 comment

Comments

@clinttreadway
Copy link

I want to start by saying his library works great for setting up a connection to MailChimp!

I have setup a basic call to my MailChimp account to retrieve subscriber data based on email addresses. I am using the GetAsync method like so:

var response = await mailChimpManager.Members.GetAsync(listId, email);

When I make that call, I am receiving the following exception:

System.Net.Http.HttpRequestException: 'No such host is known. (us13.api.mailchimp.com:443)'

I do not believe this issue is due to the library, but I am wondering if anyone has run into this issue before?

@bencurthoys
Copy link

image

That hostname definitely exists. I'd suggest checking whether you could ping it from your development machine or server, and if not, checking your network setup.

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