#๐ error unclosed session
10 messages ยท Page 1 of 1 (latest)
@zinc sphinx
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
you're using a context manager, you dont need to close it
the context manager takes care of that
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f107d905a50>
Unclosed connector
connections: ['[(<aiohttp.client_proto.ResponseHandler object at 0x7f107e403880>, 3378168.780728001)]']
connector: <aiohttp.connector.TCPConnector object at 0x7f107d905a80>
same when i remove session close
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.
๐ error unclosed session