Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Good morning Dan. I have a problem, I set the leaderboard "Unique Username" when I update the ranking, keeping the same username from the same device, randomly an error code comes out: 409 (conflict) "user name already exist?". Sometimes it updates correctly, sometimes the error comes out. Could you help me?

this is the call:

LeaderboardCreator.UploadNewEntry(_leaderboardPublicKey, Gamecontrol.namePlayer, Gamecontrol.RecordToOnLinevalue, Callback, ErrorCallback);

Thank you so much.

Hello! At its current state, the "Unique Username" toggle seems to be causing an issue for many, so I can only recommend disabling it for the time being while I work on improving its stability.

I am also running into the same trouble with unique usernames right now. 

Would be really cool because else the leaderboard gets flooded really quick.

Wonder why it doesn't work. Always says 409: Username already exists.


I even tried deleting the entry before.

Oh well.

https://rubydev.itch.io/match-parade

Hey RubyDev!

Does this issue occur only within the web app, or in the engine/game?

I just wanted to mention that error 409 will show up in the web app if you try to submit an entry with the same name because it will try to create an entirely new instance of an entry with a new unique identifier. However, inside the engine/game it should allow you to change or submit an entry with the same username, without causing the 409 error, unless you have cleared the PlayerPrefs.

I have also just released a new update which allows you to store the player's unique identifier in the persistent data path, rather than PlayerPrefs.

It occurred for both web app and in engine.

I'm kinda done with the game because it was for a game jam but I'll surely try it again in the future! Thanks for answering and best success.