-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to create web driver pulsar_chrome, caused by "Using unsafe HTTP verb GET to invoke /json/new. This action supports only PUT verb." #14
Comments
偶尔出现还是持续出现?
|
目前在本地持续出现,而且关机重启之后还是会出现 通过mac 的活动监视器发现,出现这种情况的时候,会产生一个 'chrome_crashpad_handler' 的进程,不确定是否和这个又关系 |
那为啥以前没出现呢?把 $TMPDIR/pulsasr-$USER 临时文件删掉呢? |
删掉: $TMPDIR/pulsasr-$USER 目录后,还是会出现 我在本地执行过这样一个命令,之后就会出现上面的问题
|
用 root 用户在很多时候都会出现权限问题,不是权限越高错误越少。 检查是否chrome自身权限限制问题,最简单的办法,执行 |
直接执行: 会出现如下错误:
当把 再次执行
这种情况是不是说明权限没问题呢 |
What's the version number of chrome? |
➜ ~ /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version |
We didn't test against chrome 111, just up to 110. Since the error message has said:
I think there is a protocol change in chrome 111 and we have to fix it in pulsarR. The relevant code is in ChromeImpl:
We have to modify the code to support HTTP PUT method. |
A simple fix is to downgrade chrome to 110. |
ok,降低版本到 110 后,运行没问题了,需要注意的一点需要防止浏览器自动更新 |
Will be fixed in the next version with pulsar-1.10.11. |
Fixed in the main branch by upgrading pulsar to 1.10.11. |
请问一下这种错误是怎么造成的
The text was updated successfully, but these errors were encountered: