Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Bugs🐛

Maxime edited this page May 25, 2022 · 26 revisions

🐛Bugs🐛

Game Setup when click "proceed"

Game Setup when click "proceed" to start the game goes directly to the game ending. It happens to me a few time, only on the emulator. I may suspect a timeout on the API that result into that. I didn't get the time to dig further the error.

Google signin

When connecting with google sign in, even if account already exists, always recreate a new username

Gameending screen unconnected

Sometimes (have to see exactly when), but when playing typing games, show at the end: Unconnected player whereas I am connected

Skip game screen to ending screen

Sometimes, when launching a typing or local buzzer game, the ending screen will immediately appear (instead of the game screen) with a message "Here are the stats for the player UNCONNECTED" (different than the expected hardcoded value). Happens seemingly at random and very rarely.

Friends List

When loading for the first time at app boot, the friends check does not appear(for those which are already friends)

Profile Activity

Currently shows generic images. Should make images from firebase unless empty whereas shows generic one.

Search User / friends features n.2

The search bar is caps-sensitive. I don't think this is a good idea. (annoying for user)

Loss of internet connection: Manage it

Manage different access to the app according whether it has internet connection or not, if it has loaded or not the db and the user profile

Disable Search User button when not logged in

Currently need to click one time without being logged in to actualize the UI and disable the search user button in welcome screen when not logged in. This was a temporary fix in order to test that part.

Party list

Party room: mail list does not update in real time. Also If not logged in makes app crash.

Check what happens if no internet connection

Should not crash and always stays in safe state

Buzzer game plays skips every other song(i.e 2nd, 4th, 6th, etc)

image Example logs above. Look at the lines with "I'M ONLINEEEEEEEEEEEEEEEEE", between 2nd and 3rd songs and 4th and 5th songs there is no space, i.e they happen sequentially with no game in between.

Solved

[FIXED]### Search User / friends features You have to click two times in the user list to have the green check appears to indicate that you are friends. In db, after one the changes are effective, but not in UI. -> maybe also think a way to remove friends ?

[FIXED]### Typing game crashed if not logged in Should not try updates score if not logged in

[FIXED]### Download multiple downloads Should not be possible to download multiple songs at the same time.

[FIXED]### Typing game in harder mode While playing the typing game in harder mode, I've noticed that the timer bar start with red color, then goes to orange. Should be reversed.

Clone this wiki locally