The single largest error/warn ive ever seen

I was just testing my game like normal trying to find errors and ect but this showed up!

Can someone explain what this means? lol

Heres the the error in text: 18:32:26.306 DiscoverTeamCreatePresence experienced an error: HttpResponse = {
requestErrorMessage = “Http request to https://apis.roblox.com/teamcreate/v1/MultiGetUniversesActiveSessionMembers?maxUsers=10&ids=4928494569&ids=5161575260&ids=5321622886&ids=4910555048&ids=5051955138&ids=5078170966&ids=5078248199&ids=4853002536&ids=4839296492&ids=4636044956&ids=4955890515&ids=4542041920&ids=4631990785 rejected because request did not succeed.”,
requestOptions = {
Method = “GET”,
Url = “https://apis.roblox.com/teamcreate/v1/MultiGetUniversesActiveSessionMembers?maxUsers=10&ids=4928494569&ids=5161575260&ids=5321622886&ids=4910555048&ids=5051955138&ids=5078170966&ids=5078248199&ids=4853002536&ids=4839296492&ids=4636044956&ids=4955890515&ids=4542041920&ids=4631990785
},
responseBody = {
errors = {
{
code = 0,
message = “upstream request timeout”
}
}
},
responseCode = 504,
responseTimeMs = 3543.588399887085
} - Standalone

its a failed http request from a roblox script that manages team create

the link is long because it includes all your team members ids

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.