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

ERROR:asyncio:SSL error in data received #26

Closed
fluffy-critter opened this issue Jul 13, 2019 · 1 comment
Closed

ERROR:asyncio:SSL error in data received #26

fluffy-critter opened this issue Jul 13, 2019 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@fluffy-critter
Copy link
Contributor

fluffy-critter commented Jul 13, 2019

This happens when running pushl against an SSL-served RSS/Atom feed or entries. It seems to be an upstream bug in aiohttp, but it could be a problem with connection pooling on the Pushl end.

Output log gets spammed with:

ERROR:asyncio:SSL error in data received
protocol: <asyncio.sslproto.SSLProtocol object at 0xf45838ac>
transport: <_SelectorSocketTransport fd=47 read=polling write=<idle, bufsize=0>>
Traceback (most recent call last):
  File "/usr/lib/python3.7/asyncio/sslproto.py", line 526, in data_received
    ssldata, appdata = self._sslpipe.feed_ssldata(data)
  File "/usr/lib/python3.7/asyncio/sslproto.py", line 207, in feed_ssldata
    self._sslobj.unwrap()
  File "/usr/lib/python3.7/ssl.py", line 767, in unwrap
    return self._sslobj.shutdown()
@fluffy-critter fluffy-critter added bug Something isn't working help wanted Extra attention is needed labels Jul 13, 2019
@fluffy-critter
Copy link
Contributor Author

This turns out to be a bug in the Python 3.7.4 distribution on Linux, and will be fixed there.

aio-libs/aiohttp#3535

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

No branches or pull requests

1 participant