8000 Connection unexpectedly closed: timed out · Issue #2 · batuhanaky/mailscout · GitHub
[go: up one dir, main page]

Skip to content

Connection unexpectedly closed: timed out #2

@tuankg1028

Description

@tuankg1028

Hello,
I got an error when running following code on Colab:

from mailscout import Scout
scout = Scout()

names = ["Batuhan", "Akyazı"]
# or, names = ["Batuhan Akyazı"]
domain = "microsoft.com"

emails = scout.find_valid_emails(domain, names)

print(emails)

Screenshot on Colab
image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0