Why does calling asyncio.open_connection multiple times result in OSError?
Here is a minimal reproducer:
I made an !getkey command but i kept getting the same error when i used it
I tried to make an get key command to update an github but when i use the command i always get the error “object dict can’t be used in ‘await’ expression” but it still adds the details to the github.
Asyncio call returns JSONDecodeError
I am fairly new to API world and Python. I am trying to make asynchronous call to an API which ran fine in VSCode IDE but gives me issues when I try to run on a Linux environment. I keep getting an “json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)” error. Python version is 3.11 and Linux is Red Hat 8.5