Hey everyone,
I'm trying to connect to my leaderboard with Unity, but I keep getting this error:
Exception Occurred : com.shephertz.app42.paas.sdk.csharp.App42NotFoundException: {"httpErrorCode":"404", "appErrorCode":"3026", "message":"Not Found", "details":"Scores with friends for the game with the name 'No Girls Allowed' does not exist."}
UnityEngine.Debug:Log(Object)
LeaderBoardCallBack:OnException(Exception) (at Assets/Standard Assets/App42/scripts/Scripts/LeaderBoardCallBack.cs:51)
com.shephertz.app42.paas.sdk.csharp.connection.<execute>d__3:MoveNext()
com.shephertz.app42.paas.sdk.csharp.connection.<WaitForRequest>d__0:MoveNext()
A little background - this started happening after I removed my game from AppHQ and added it back, so there might be an issue there. The game definitely is there now, and I even tried creating a new one with a different name as well, but got the same error.
Any ideas?
Thanks!
Drew
UPDATE: I've tried adding a new game with and without spaces, and even gone so far as to adding a whole different app and putting a new game on it, but no luck. My next step will probably be to register with a new account and see if that helps.