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
Arxk
(Arxk)
#2
Exact same thing is happening to me.
^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 ?
Abcreator
(Abcreator)
#4
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.
Focia19
(Focia19)
#6
Just following up!
Closing this thread since the issue seems to be resolved from what the OP said:
2 Likes
Focia19
(Focia19)
Closed
#7
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.