Skip to content

JSONDecodeError on Chrome(ium) 111 #60

@jerivas

Description

@jerivas

It looks like Chrome now requires a PUT request to start the dev tools. Starting a new tab now produces a JSONDecodeError because the response is not JSON. The actual response is a 405 with the content: Using unsafe HTTP verb GET to invoke /json/new. This action supports only PUT verb.

rp = requests.get("%s/json" % self.dev_url, json=True, timeout=timeout)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions