Raspy_Pi
(Raspy_Pi)
November 29, 2022, 9:49pm
#1
Reproduction Steps
In a roblox game use InsertService:GetLatestAssetVersionAsync
Expected Behavior
To return the latest asset version ID
Actual Behavior
It throws the following error and returns nothing every single time regardless of asset or server.
Currently this prevents us from loading any maps into our game
Phantom Forces . Making it completely unplayable.
In the past 30 minutes our player count has dropped 300 players on average and will continue dropping as people are unable to play.
Issue Area: Engine
Issue Type: Other
Impact: High
Frequency: Constantly
Date First Experienced: 2022-11-29 13:11:00 (-08:00)
5 Likes
Shawnyg
(Shawnyg)
November 29, 2022, 9:51pm
#2
I kid you not, you sniped me by less than 60 seconds… Same issue on the below thread. It started happening today that I’ve noticed as well.
Reproduction Steps
Call GetLatestAssetVersionAsync() on an asset that you own. In our case, it’s a group-owned asset being called in a group-owned place. It is returning “Request Failed because HTTP 401 (Unatuthorized)”
Expected Behavior
It to not fail and successfully process the request
Actual Behavior
It fails returning the HTTP 401 error.
Issue Area: Engine
Issue Type: Other
Impact: High
Frequency: Constantly
4 Likes
Yea this is game breaking right now, not sure if we can do much on our end
1 Like
Thanks for reporting, we’re looking into this bug
5 Likes
Issue should be resolved. If it’s still broken, it may simply take a few minutes for changes to reflect locally.
Edit: Affected servers will require a restart to fix the issue. Apologies for the inconvenience
7 Likes
Raspy_Pi
(Raspy_Pi)
November 29, 2022, 10:29pm
#7
The changes fixed the issue, though we had to restart our servers in order for the fix to apply.
Thanks!