Search found 1 match
- Wed Feb 22, 2023 6:09 pm America/New_York
- Forum: Home
- Question: Client Error Unauthorized for GPM_3IMERGHHE
- Replies: 19
Re: Client Error Unauthorized for GPM_3IMERGHHE
We also started getting auth failures, I think one of the servers we get redirected to doesn't like being sent auth headers if it didn't request them. We use aiohttp and I've come up with this fix which seems to work: class ClientRequest(aiohttp.ClientRequest): def update_auth(self, auth: Optional[a...