Skip to content

unhashable type: 'bytearray' #2304

Description

@Vigofs

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 )

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions