Issue Type: Other Impact: High Frequency: Often Date First Experienced: 2021-03-19 00:00:00 (+00:00) Date Last Experienced: 2021-03-22 19:58:00 (+00:00)
Reproduction Steps:
Issue a standard HTTP POST request such as print(game.HttpService:PostAsync("https://google.com", "true"))
Standard GET requests like print(game.HttpService:GetAsync("https://google.com")) are not affected.
Expected Behavior:
I expect this to go through and error if it’s for example not a valid POST request
Actual Behavior:
Game returns API Disabled in RCC Channel as an error.
19:54:18.125 API Disabled in RCC Channel - Edit
19:54:18.125 Stack Begin - Studio
19:54:18.125 Script 'print(game.HttpService:PostAsync("https://google.com", "true"))', Line 1 - Studio
19:54:18.125 Stack End - Studio
Workaround: N/A
Sidenote: May have been a side effect of the recent group API issue, introduced similar time and not resolved since this was resolved.
Thanks for the report railworks.
We are currently working on fixing this.
Current list of all affected Studio services:
BadgeService::AwardBadge
HttpService::PostAsync
MessagingService::PublishAsync
MessagingService::SubscribeAsync
PointsService::AwardPoints
DataStore::SetAsync()
DataStore::UpdateAsync()
DataStore::RemoveAsync()
Hi all,
We know what the cause is, but the fix is involving a couple new internal workflows. Looks like it is currently “fixed”, but in order to fix it using the correct new workflows we might have to briefly unfix it .
Will keep y’all posted.