"Something went wrong with the request, see response status code."

In the last 20 minutes I’ve received 300-400 of these, and I’ve never seen them before. The last time I updated my game was ~1 day ago, so it can’t be something that I just updated. The error in question is the one in the title of this post. Here are the following API commands that I’m using, that all cause this error:

image

  • MarketplaceService:UserOwnsGamePassAsync(ServerOwner.Value.UserId, Gamepass.Value)
    – ServerOwner cannot be nil, as my error tracker that logs errors uses LogService.MessageOut, and all messages have ServerOwner.Value.UserId and ServerOwner.Value.Name attached to it, so that can’t be nil. Gamepass.Value isn’t nil either, I manually checked that

  • BadgeService:UserHasBadgeAsync(ServerOwner.Value.UserId, Purchase:FindFirstChild(‘BadgeId’).Value)
    – Once again, the only thing that could be nil is Purchase.BadgeId.Value, but that should’ve caused an error a long time ago.

Noticed other games are reporting this, is it a roblox critical?! Seems to be an issue with MarketplaceService

Games affected:
https://www.roblox.com/games/841531820/Deep-Space-Tycoon-V2-21
https://www.roblox.com/games/982078668/Escape-The-Dentist-Obby
https://www.roblox.com/games/2629796245/FREE-PET-Zombie-Hunting-Simulator

5 Likes

It is an odd thing, my games are having some of the same type of errors and like you I haven’t updated in over a day, it may currently just be an issue on ROBLOX’s side, I’d suggest alerting your players as that way they don’t spam you or the Report System, it’s quite an odd issue because I’ve actually never seen it on ROBLOX so far.

Actually it depends if your game is made of module scripts or any types of scripts in general,Mainly its because of Roblox System malfunctioning


Having this in my game as well. Seems to sporadically prevent some players from joining the game.

should I tag this post as roblox critical?

1 Like

Hmm,maybe but im afraid alot of people have made posts of it and roblox will just add it into another pile

Okay, this thread can be closed. Carry discussion in: [ROBLOXCRITICAL] MarketplaceService Down?

Yeah it’s probably warranted in this case. At least in my game a substantial number are being prevented from joining.

1 Like

@Firebrand1 all games have the same issue,i tested my game on multiple platforms and keeps saying people are logging in on different devices

I’m experiencing the same problem.

illl check what happens in my main game

They are investigating, as stated above, please continue discussion in that thread there.

1 Like

Something went wrong in my game Zombie Hunting Simulator too, I would say that the MarketplaceService is having issues at the moment. I don’t know if there may be more services giving trouble at the moment too.

image

https://www.roblox.com/games/2629796245/FREE-PET-Zombie-Hunting-Simulator

1 Like

@Roy_Mer i think roblox will try to fix the bug,The best thing to do is wait it out :wink: