Im trying to send API POST requests in Python to the endpoint: http://economy.roblox.com/v1/purchases/products/
The Script runs fine for a while but then the API starts returning the error 403 Token Validation Failed and it wont stop returning that error unless i restart the script.
the code does work and is buying the items but after like 5 munities it stops working and i get the error (i tested this multiple times and it always happens).
Managed to fix it by refreshing the Token whenever it gives that error.
still having some wierd issue where after 11 requests the api will return “InternalServerIssue” for a bit before finaly telling me i have been rate limited… Wierd…