discord-cli icon indicating copy to clipboard operation
discord-cli copied to clipboard

Unclosed client session

Open maxtinion opened this issue 4 years ago • 0 comments

Dunno if this is still an active project but when trying to run the script it spits this error out at me. I've never worked with whatever libraries you used in this so I don't know what's up lol main.py:41: DeprecationWarning: The object should be created from async function self.session = aiohttp.ClientSession(loop=self.loop) Logging in... Unclosed client session client_session: <aiohttp.client.ClientSession object at 0x7fca95c521f0> Unclosed connector connections: ['[(<aiohttp.client_proto.ResponseHandler object at 0x7fca95baef40>, 1646.629145462)]'] connector: <aiohttp.connector.TCPConnector object at 0x7fca95c09df0>

maxtinion avatar Aug 27 '20 17:08 maxtinion