You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: