Replies: 1 comment 2 replies
|
Curious, we've not had this reported before from our windows userbase. Anyone able to replicate? @alinemone Are you able to try using |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
On Windows systems, when I use this method
async def get_api(cls):
a = await httpx.AsyncClient().get('https://api.publicapis.org/entries')
I get the following error
I commented line 1662 in the _client.py file
await auth_flow.aclose()
and the problem was solved, but I don't know if others have encountered the problem. This part has a problem on Windows
All reactions