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 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions