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
I just wanted to report an annoying problem I encountered with the latest version of chromium, and how I managed to solve it (so that other developers don’t waste time on it).
Bug
Using the version 137 of chromium, some requests will fail mysteriously with the following error code:
{"code":-32000,"message":"Browser window not found"}
The devtools are enabled by defaults on symfony/panther. I solved the problem either by using the previous version of Chromium (136), which is not recommended for security reasons if you’re accessing public websites, or by disabling DevTools with the PANTHER_DEVTOOLS=0 environment variable.
anatoly-pashin-axon21, rivallinkil, Kocal, antalaron, ttskch and 2 moreumadesign and ttskch