Note that you will need to run the following commands in the /opt/picochess folder prior to starting picochess after pulling the changes in order to get the new python modules:source venv/bin/activatepip3 install --upgrade pippip3 install --upgrade -r requirements.txtdeactivateThen you can run:sudo systemctl start picochess(Another option is to re-run the installation script "./install-picochess.sh pico"Randy--On Sunday, December 14, 2025 at 2:22:19 AM UTC-6 messi...@gmail.com wrote:I have now merged this branch to master, so testing can continue in master branch.To get back to master do this (happy path):cd /opt/picochess
sudo systemctl stop picochess
git fetch origin
git checkout master
git pull --ff-only origin master
sudo systemctl start picochessIf you are "stuck" and need to force your /opt/picochess into exactly same as latest master code:cd /opt/picochess
sudo systemctl stop picochess
git fetch origin
git checkout master
git reset --hard origin/master
sudo systemctl start picochessThe reset --hard will always give you the latest master code and overwrite any local code changes you have.When I have time I could look at the Chesslink retry-connection code and make it a separate async background task so that the menu will not be stuck while Chesslink is reconnecting...
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/picochess/d98784b7-5108-4c48-add2-043bfbd9e4e9n%40googlegroups.com.