Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.
This repository was archived by the owner on May 14, 2026. It is now read-only.

empty response with cookies #9

@traddo

Description

@traddo

`
from grok_client import GrokClient

cookies = {
"sso-rw": "eyJhbGciOiJIUzI1NiJ9.ey...",
"sso": "eyJhbGciOiJIUzI1NiJ9.eyJzZXNzaW9..."
}

client = GrokClient(cookies)
client = GrokClient({"sso": cookies['sso'], "sso-rw": cookies["sso-rw"]})

response = client.send_message("write a poem")
print(response)
`
Using either declaration method results in an empty response.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions