Test Mode Not Working

I’m getting HTTP errors when playing my game on test mode, but for some reason it works fine online.

image

https://i.gyazo.com/d55f0064d1e25944a1ac0fa8d165d80b.mp4

Various APIs like GetRankInGroup do not work with test player IDs. This is not a bug. Test player IDs are -1 and below, which aren’t real user IDs, so any API that returns data per user ID will either not work or return default data.

You will need to use play solo for testing, or if you need to test with multiple players, have special handling in your code to replace all -1 UserID calls to some valid userID

2 Likes