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'm working on adding the play VS computer feature to the new mobile app lichess-org/mobile#1310 and I'm trying to call /api/stream/event .
What did you expect to happen?
Return a valid event stream.
What happened instead?
403 missing auth scope
Operating system
Android (emulator)
Browser and version (or alternate access method)
LichessClient (from the new mobile app)
Additional information
Does the api endpoint need a change like #16023 ?
I used lichess.dev as host server, but it seems to be synced with lichess.org (https://lichess.dev/source) .
Post scriptum: it's my first PR to the new mobile app, so I may have done some mistakes
The text was updated successfully, but these errors were encountered:
The new mobile app uses websockets for playing other players; it should work the same way for playing the AI.
You can ping me on discord.gg/lichess if you want to discuss it further.
Exact URL of where the bug happened
https://lichess.dev/api/stream/event
Steps to reproduce the bug
I'm working on adding the play VS computer feature to the new mobile app lichess-org/mobile#1310 and I'm trying to call
/api/stream/event
.What did you expect to happen?
Return a valid event stream.
What happened instead?
403 missing auth scope
Operating system
Android (emulator)
Browser and version (or alternate access method)
LichessClient (from the new mobile app)
Additional information
Does the api endpoint need a change like #16023 ?
I used lichess.dev as host server, but it seems to be synced with lichess.org (https://lichess.dev/source) .
Post scriptum: it's my first PR to the new mobile app, so I may have done some mistakes
The text was updated successfully, but these errors were encountered: