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
Describe the bug
The server version in the install_release.sh file on the 2.1.1 release's source code is set to use scrcpy-server-v2.1 instead of scrcpy-server-v2.1.1, what makes scrcpy say this when you run:
java.lang.IllegalArgumentException: The server version (2.1) does not match the client (2.1.1)
at com.genymobile.scrcpy.Options.parse(Options.java:188)
at com.genymobile.scrcpy.Server.main(Server.java:178)
at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:338)
ERROR: Server connection failed
Simply changing the URL and the SHA256 solves the issue. It was just a little annoying.
The text was updated successfully, but these errors were encountered:
Environment
Describe the bug
The server version in the
install_release.sh
file on the 2.1.1 release's source code is set to use scrcpy-server-v2.1 instead of scrcpy-server-v2.1.1, what makes scrcpy say this when you run:Simply changing the URL and the SHA256 solves the issue. It was just a little annoying.
The text was updated successfully, but these errors were encountered: