API Disabled in RCC Channel for HTTP POST requests

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.

2 Likes

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()

I’ll update this post in <=1hr with our progress.

7 Likes

I’m getting this issue in studio - cannot use HttpService, and because of that cannot develop currently. Any ETA of when this issue will be resolved?

1 Like

Update: Looks like it is working in studio now.

1 Like

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 :frowning: .
Will keep y’all posted.

10 Likes

I’m getting the same issue. I can’t use HttpService and it keeps erroring over and over. I’ve checked the JSon tree.

1 Like

Any news? This is still affecting my games, specially one that relies on MessagingService.

4 Likes

Hello! This issue should be fixed. Let us know if it occurs anymore. Thank you!

1 Like

This topic was automatically closed after 6 days. New replies are no longer allowed.