MemoryService UpdateAsync “Request Failed”

Reproduction Steps
Create some UpdateAsync function of MemoryService as described here:

Expected Behavior
No errors


Actual Behavior
I’m getting the error “Request Failed” in a UpdateAsync operation of the MemoryService

Issue Area: Engine
Issue Type: Connectivity
Impact: Moderate
Frequency: Sometimes
Date First Experienced: 2022-03-25 00:03:00 (-03:00)

1 Like

Exact same thing is happening to me.
image
^Quick test

Been happening to me for the past 12 hours.
Make sure to wrap up these sorts of requests.

Noticed this too over the past half day or so, it’s affecting our game as well.
Might be related to MemoryStoreService SortedMap Requests Failing from two weeks ago ?

This happens for SetAsync too, you should always wrap these calls in a pcall as they make web requests that won’t have a 100% success rate.

1 Like

It seems that this problem has stabilized, at least for now.
At least this was useful to understand the need for pcall in these cases.
Thanks.

Just following up!
Closing this thread since the issue seems to be resolved from what the OP said:

2 Likes

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