Reproduction Steps
local MessagingService = game:GetService("MessagingService")
MessagingService:SubscribeAsync("TestTopic",function(Message)
print("Received!")
end)
Expected Behavior
I expect a listener to start for the respective topic.
Actual Behavior
An error occurs with the message: “There was an error invoking Hub method ‘MessageRouterHub.Subscribe’.”
Issue Area: Engine
Issue Type: Other
Impact: Very High
Frequency: Constantly
Date First Experienced: 2021-11-01 15:11:00 (-07:00)
8 Likes
Yeah, this just broke our game. Players are unable to join.
2 Likes
lysandr
(Joey)
November 1, 2021, 10:48pm
#3
Just want to emphasize that this is a critical error and many games are functionally broken because of this.
Games that have teleportation within the universe and that use MessagingService like mine. Nobody can teleport and sessions cannot initialize.
1 Like
The issue seems to be slowly disappearing. The problem arises now and then but is no longer a consistent issue.
Closing as per above comment. If this issue starts recurring, please file a new bug report.
2 Likes
JKVette
(JKVette)
November 12, 2021, 7:38pm
#6
This is currently happening again in live games that are using SubscribeAsync from the messaging service.
3 Likes
This exact issue is indeed occurring again in several experiences I am working on.
It is impacting our experiences and players are unable to properly play them due to some parts of our game relying on MessagingService.
Issue was first reported by one of our players today: 2021-11-12 11:06:00 PST (-08:00)
Confirmed to occur in two separate places (in two separate experiences) and appears to be happening 100% of the time currently.
Error still occurs as of: 2021-11-12 12:09:00 PST (-08:00)
:SubscribeAsync()
Error also occurs with :PublishAsync()
1 Like
the issue happened to me too please fix.
pozzzy333
(CurtainDev)
November 12, 2021, 7:41pm
#9
This problem happens to me all the time
YES, just occurred to my game.
FruitySama
(FruitySama)
November 12, 2021, 8:05pm
#11
Just happened to me as well [in studio]. Didn’t check ingame.
alessdai
(alessdai)
November 12, 2021, 8:08pm
#12
Please for the love of god, I need this fixed. I have a scheduled event in an hour or so, and this is really stressing me out.
You can run this in your game, and it will error.
s, e = pcall(function()
game:GetService('MessagingService'):SubscribeAsync('a1', function() end)
end)
if not s then
warn(tostring(e))
end
alexnewtron
(alexnewtron)
November 12, 2021, 8:14pm
#13
MessagingService is down and produces this error. This issue has started happening for me at 11am PST today, it is causing production issues.
"There was an error invoking Hub method 'MessageRouterHub.Subscribe'"
3 Likes
Ice7
(Ice7)
November 12, 2021, 8:18pm
#14
We’re also having issues with MessagingService. This error is spamming our logs,
Ayphic
(Ben)
November 12, 2021, 8:28pm
#15
I too am having issues with MessagingService, everything else seems to be functioning properly.
"There was an error invoking Hub method 'MessageRouterHub.Subscribe'."
MessagingService was working without flaw two hours ago. Haven’t checked whether it occurs in-game just yet.
I am also using messaging service for cross-server matchmaking. The subscription method started throwing an error around 2 hours ago, lost 80% of the active players on a live game. As of now its fixed but was quite costly. Will report an engine bug, hope it gets attention and gets fixed not to reoccur
2 Likes
thirdtakeonit
(thirdtakeonit)
Closed
November 15, 2021, 6:00am
#17
This topic was automatically closed after 5 days. New replies are no longer allowed.
system
(system)
Closed
October 25, 2022, 10:20pm
#19
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.