QtScrcpy icon indicating copy to clipboard operation
QtScrcpy copied to clipboard

**resolved** error:java.lang.IllegalArgumentException: The server version (1.24) does not match the client (1.21)

Open watchingfun opened this issue 2 years ago • 2 comments

遇到这个错,我用的是scoop安装、更新的,发现scoop下的qtscrcpy安装脚本把config文件夹作为persist了,也就是每次更新文件夹不会被新版本替换掉,然后看了下config.ini有写这个scrcpy的版本配置,所以我的解决办法就是Release里下载最新的重新替换掉config文件夹,我估计有部分人也会遇到这个问题,但这个问题实际是scoop安装脚本的问题,所以我贴出我的解决办法希望能帮到碰到这个问题的人。

watchingfun avatar Feb 22 '23 07:02 watchingfun

I am seeing the same behavior with version v2.2.1 though I have not been able to test the proposed work-around.

This is with a host OS of Debian 12 however. So no scoop involved.

nrvale0 avatar Sep 03 '24 15:09 nrvale0

有用,可惜的时候目前为止这个问题还是存在。

可能需要在这里修改:https://github.com/ScoopInstaller/Extras/blob/master/bucket/qtscrcpy.json

AemonCao avatar May 19 '25 10:05 AemonCao