https://github.com/encode/httpx/discussions
Gives the error "unhashable type: 'bytearray' " when I make a GET request using cookies, headers and parameters
Code:
for _ in range(retries): response = await self.session.request( method=method, url=url, data=data, params=params,headers=headers, follow_redirects=allow_redirects, timeout=35 )
https://github.com/encode/httpx/discussions
Gives the error "unhashable type: 'bytearray' " when I make a GET request using cookies, headers and parameters
Code:
for _ in range(retries): response = await self.session.request( method=method, url=url, data=data, params=params,headers=headers, follow_redirects=allow_redirects, timeout=35 )