Results 8 issues of chuju320

selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: java.lang.NullPointerException

我看到您在core.py里面只给post方法去配置了postdata,虽然不知道为啥,但在我的实际使用中确实遇到了delete请求会传参数的情况,也许get请求也会。感谢您提供的这么好用的工具,我目前修改了这块,放开了所有method,并且给get方法配置了request_data_key = "params"。当然这个脚本我不会去传播,再次感谢!

err: ** Error running postprocess_image: I:\StableDiffusion\miaoshouai-sd-webui-v230222full\miaoshouai-sd-webui-v230222full\extensions\sd-webui-roop\scripts\faceswap.py Traceback (most recent call last): File "I:\StableDiffusion\miaoshouai-sd-webui-v230222full\miaoshouai-sd-webui-v230222full\modules\scripts.py", line 514, in postprocess_image script.postprocess_image(p, pp, *script_args) File "I:\StableDiffusion\miaoshouai-sd-webui-v230222full\miaoshouai-sd-webui-v230222full\extensions\sd-webui-roop\scripts\faceswap.py", line 184, in postprocess_image result: ImageResult = swap_face(...

I found that the "civitai_link_key" is needed for sd_civitai_extension.So what is that?How can I get it?

after installed sd_civitai_extension and restart the web-ui, this error appears

在使用screenshot()方法时会偶遇这个问题: File "/usr/local/lib/python3.10/site-packages/uiautomator2/__init__.py", line 77, in screenshot base64_data = self.jsonrpc.takeScreenshot(1, 80) File "/usr/local/lib/python3.10/site-packages/uiautomator2/base.py", line 158, in __call__ return self.server.jsonrpc_call(self.method, params, http_timeout) File "/usr/local/lib/python3.10/site-packages/uiautomator2/core.py", line 284, in jsonrpc_call return _jsonrpc_call(self._dev, method,...

RT,没有遇到任何异常和错误,单纯的输入没有任何效果。send_keys和set_text都试过。版本3.3.1。adbutils=2.9.3