Skip to content

Chrome 120 JSONDecodeError #64

@cyberfuhrer

Description

@cyberfuhrer

After updating Chrome to version 120, an empty JSON is received:

File "/lib/python3.9/site-packages/pychrome/tab.py", line 122, in _recv_loop
message = json.loads(message_json)
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

It appears that the error is triggered when calling tab.stop()

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