I'm occasionally seeing asyncio errors. This query completes
UserWarning: Creating a client session outside of coroutine is a very dangerous idea
self.session = aiohttp.ClientSession(headers=self.headers)
ERROR:asyncio:Creating a client session outside of coroutine
I'm occasionally seeing asyncio errors. This query completes
The full log to reproduce is below.