mobile
mobile copied to clipboard
Custom setup not respecting side choice
What is the problem?
Cross-reporting from https://github.com/lichess-org/lichobile/issues/2501. The gist is that choosing the white side in the custom seek setup may find games where the requesting player plays black, at least in casual games. I'm not sure if the seek request is asking for random or black, or if it's another problem.
I was not able to reproduce this in the old Capacitor-based app, which makes me think this is not a server-side issue unless they're using separate API endpoints.
Steps to reproduce the bug
- From home screen, tap "+ Play" floating action button.
- Tap "custom"
- Deselect "rated" (this may be irrelevant)
- Choose side = White
- Tap "Create game"
App version
0.10.3
Device Info
Pixel 6
Additional information
No response
Aha, likely caused by https://github.com/lichess-org/lila/pull/15969#issue-2491715687. We should remove the option to submit fixed-color public seeks.