Errors relating to API being disabled in RCC Channels

This error appears frequently when new servers start in my game. This is currently a hard block and doesn’t allow players to play my game.

First error: this line is a function calling MessagingService:SubscribeAsync()

Another error occurs when trying to load datastores.

5 Likes

Thanks for the report, we’re looking into this. Could you upload your client log from a time you joined and got this error message?

These screenshots were taken by @WhoseTrade, he will reply with the logs in a few minutes.

Thanks! The logs contain potentially sensitive information, so please just DM them to me or the bug-files group (link below).

https://devforum.roblox.com/g/bug-files

Hello,

This is a combination of several unfortunate factors.

  1. It looks like the user involved was in our alpha for Avatar Auto Setup and tried to join your game on the alternate account you need to use in order to join it.
  2. The alpha is tied to the account you join on, but the mechanics for doing this are unfortunately coupled with essentially creating a separate silo for joining games. This means, for example, that joining a game on your alt will take significantly longer to load and is essentially guaranteed to be empty. Spooky.
  3. The configuration for this mechanism was incorrect, and was not instructed to allow data stores and other similar services to be reached.

We have resolved the issue in the short term by fixing #3–the channel should now be configured to allow data stores and friends through.

We are discussing ways to improve the system itself internally so that this doesn’t happen again, though I cannot make promises on when you will see results from that, it’s complicated!

Thanks for the bug report.

7 Likes

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