You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
pychrome/pychrome/browser.py
Line 33 in c6c755b
The text was updated successfully, but these errors were encountered: