-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Description
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()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels