We are getting various internal (i.e. Roblox API-related) errors related to HTTP requests (possibly authentication-related?). This is affecting us mostly in the form of InsertService calls that are failing (when it errors, that specific asset cannot be loaded into that server).
The first time an ID fails to insert via InsertService:LoadAsset
, we get this error:
User is not authorized to access Asset.
while subsequent calls to insert the same ID fail with this error:
Temp read failed.
We have seen some other errors, including:
Exception in place validation: std::exception
Error fetching MarketplaceService receipts: HTTP 403 (Forbidden)
loadChatInfoInternal had an error: HTTP 403 (Forbidden)
DataStore calls seem to be unaffected as far as I can tell.
If a server gets an InsertService error, it is rendered completely broken (because of how our game is designed). We have noticed it specifically in VIP servers (because those close and launch more frequently), but it might be a problem in all servers.
We have not published any changes to the game and started noticing it within the last hour or two.