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

[BUG] Client OS Error on Fetchers #68

Open
1 task done
JordyRo1 opened this issue Jan 31, 2024 · 1 comment
Open
1 task done

[BUG] Client OS Error on Fetchers #68

JordyRo1 opened this issue Jan 31, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@JordyRo1
Copy link
Contributor

JordyRo1 commented Jan 31, 2024

What happened

Running the fetchers scripts (cron or locally) returns the following error:

Stack trace

ClientOSError(1, '[SSL: APPLICATION_DATA_AFTER_CLOSE_NOTIFY] application data after close notify (_ssl.c:2756)')

Steps to reproduce

See CONTRIBUTING.md

SDK Version

1.1.6

Python version

3.9

What operating system are you using?

Mac

Is there an existing issue for this?

  • I have searched the existing issues and verified no issue exits for this problem.
@JordyRo1 JordyRo1 added the bug Something isn't working label Jan 31, 2024
@JordyRo1
Copy link
Contributor Author

JordyRo1 commented Feb 2, 2024

Appears that this issue is an old one associated with asyncio. It occurs while closing the ssl connection. The solution is to add an exception to handle this error inside the asyncio package. https://github.com/pgjones/hypercorn/issues/67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant