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
I downloaded the tarball from release 2.6.1 [1] and tried building them using the information here [2].
I could build it just fine, but when starting I get the error message, that the server and client versions are incompatible, since the server is still only 2.6.
It seems like you forgot to update the download link and check sum of the 2.6.1 server binary in the install_release.sh script.
I see. I followed the build instructions [1] and it said "if you want to build the latest release". I can see that below it, it defines latest release as whatever is on master, but as someone wanting the latest release, I go to the releases tab.
I figured it out myself, so I guess it doesn't matter much, but maybe rewording the docs a bit, stressing that you should use master and not the source code of the actual latest release would help. Or pinning the issue you mentioned, so it's easier to find.
I downloaded the tarball from release 2.6.1 [1] and tried building them using the information here [2].
I could build it just fine, but when starting I get the error message, that the server and client versions are incompatible, since the server is still only 2.6.
It seems like you forgot to update the download link and check sum of the 2.6.1 server binary in the
install_release.sh
script.I changed line 5 and 6 to:
After reinstalling with that it works as expected.
I won't do a pull request, since it will be outdated as soon as you do a new release anyway. So this is just a reminder.
[1] https://github.com/Genymobile/scrcpy/releases/tag/v2.6.1
[2] https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md
The text was updated successfully, but these errors were encountered: