#Getting error with datastores for no reason!

2 messages · Page 1 of 1 (latest)

livid lava
#

I'm making a global matchmaking system using roblox datastore service everything is working, but some how i'm getting and error on ListKeysAsync and i'm using a pcall function, the output is "502: API Services rejected request with error. HTTP 429"

devout spoke
# livid lava I'm making a global matchmaking system using roblox datastore service everything...

Hi there!

The error code 502 is defined as (see attached image), by the Roblox's DataStore's documentation (https://create.roblox.com/docs/scripting/data/data-stores#error-code-reference).

As it says, it's an error on the server. So, all you can do for now is to check the string of what you save for non-ASCII characters (although that would most likely return error 104), and avoid them; and, if not, just wait to the servers to normalize 👍.

Hope it helps!