So, my game randomly started to print these errors, out of nowhere.
Are Roblox’s servers down or what?
marketplaceservice:getproductinfo() failed because http 503 (service unavailable)
Line:
if game:GetService(“MarketplaceService”):PlayerOwnsAsset(CurrentPlayer, DoubleCoinGP) then
HTTP is enabled, API too.
Help?
1 Like
x1_EE
(BucketOPaint)
#2
Is the error reproducible on another world/place or only on your current one?
Roblox might be down. I got an error code 529 when trying to join my game.
1 Like
I just got the same error, except mine came with a few other issues, like breaking my game.
2 Likes
Scarious
(Scarious)
#5
503’s indicate that the server is operating properly, but is unable to process your request at the moment.
Make sure to wrap API calls that can throw in pcall/xpcall.
It broke my game too, as usual!
Why would if work fine for months and now randomly broke down? I don’t even know what xpcalls are…
1 Like