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
installation method: manual build from release 2.1
device model: irrelevant
Android version: irrelevant
Describe the bug
Installation prodecure with install_release.sh (release 2.1) downloads scrcpy-server 2.0. Resulting installation will not work due to mismatch between scrcpy (2.1) and scrcpy-server (2.0)
scrcpy 2.1 <https://github.com/Genymobile/scrcpy>
scrcpy/scrcpy-server: 1 file pushed, 0 skipped. 7.6 MB/s (52867 bytes in 0.007s)
[server] ERROR: Exception on thread Thread[main,5,main]
java.lang.IllegalArgumentException: The server version (2.0) does not match the client (2.1)
at com.genymobile.scrcpy.Server.createOptions(Server.java:172)
at com.genymobile.scrcpy.Server.main(Server.java:360)
at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:355)
ERROR: Server connection failed
One workaround is to manually download scrcpy-server 2.1 from the release page but perhaps this could be fixed.
The text was updated successfully, but these errors were encountered:
Environment
Describe the bug
Installation prodecure with install_release.sh (release 2.1) downloads scrcpy-server 2.0. Resulting installation will not work due to mismatch between scrcpy (2.1) and scrcpy-server (2.0)
One workaround is to manually download scrcpy-server 2.1 from the release page but perhaps this could be fixed.
The text was updated successfully, but these errors were encountered: