Converting aiohttp script to asyncio + requests (aiohttp not working on ubuntu while asyncio + requests works)
I am using the following script to do queries on a website. It works on macos, however it does not work with ubuntu. I have tried requests and it works, I also tried a simple asyncio + requests with the…