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

"unclosed transport" error from asyncio.sslproto #18

Closed
Dax74 opened this issue Mar 19, 2016 · 2 comments
Closed

"unclosed transport" error from asyncio.sslproto #18

Dax74 opened this issue Mar 19, 2016 · 2 comments

Comments

@Dax74
Copy link

Dax74 commented Mar 19, 2016

On windows, I have this error every time discord-bot-rss try to add a rss link on Discord:
C:\Users\my_name\AppData\Local\Programs\Python\Python35-32\lib\asyncio\sslproto.py:327 ResourceWarning: unclosed transport <asyncio.sslproto._SSLProtocolTransport object at 0x04D1FAFO> warning.warn(2unclosed transport %r" % self, ResourceWarning)
(04D1FAFO changes every time the bot try to add a feed)

I have upgrade asyncio to the latest version but this issue still remains.

@freiheit
Copy link
Owner

This one could take some digging to figure out... Might actually be a bug with python on windows... That might just be a warning and not an error. I'm running it on a Linux system, but if I need to I can try it out on Windows.

Could you please set debug = 3 in your .ini file and paste the full output? That will help me understand exactly what spot it happens at. Might be as simple as needing to call an explicit close on an object.

Some links for my own reference:

@freiheit freiheit changed the title Error asyncio.sslproto "unclosed transport" error from asyncio.sslproto Mar 20, 2016
@freiheit freiheit added the bug label Mar 20, 2016
@freiheit
Copy link
Owner

I can't reproduce this... Need more info.

freiheit added a commit that referenced this issue Apr 24, 2016
I don't think this is the same thing as Issue #18's "unclosed transport", but this could be related.
@synzen synzen mentioned this issue Oct 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants