InternalServerError for VIP server web API

I’m trying to use the following web API: Games Api

However, I seem to get an InternalServerError whenever I send a request. I’ve passed my cookie as a request header, and the VIP server ID seems to be correct (it returns a different error if it’s a slightly different ID). Here’s what the error looks like:

I’m getting the same error when I try to use Games Api

Any ideas?

Could you open the Developer console and see if theres an error there? Ctrl + shift + i > console

Sorry, I wasn’t really specific enough, but I’m trying to trying to send the request from my own node web server. The error I posted is just a screenshot from the debug console.

Could you try and replicate this on your own machine?

Yeah, I’m seeing no difference on my local machine (exact same result even just testing it out on the api docs page).

Can you open the Dev console of your browser and see if theres any errors?

Hello!

Could you please include the payload you’re sending?

What data are you using? Which game does the vip server belong to?

Hello!

The question is out of place. OP clearly states he’s trying to use the API in his own program and not browser.

Essentially all I’m doing is sending a request to https://games.roblox.com/v1/vip-servers/15444122 (that is the API of my roblox VIP server), plus a cookie header with my .ROBLOSECURITY. I can go to the exact same URL in my browser and see the same results if I’m authenticated as the desired user:

image

(No errors in the Firefox console)

I’m a little bit confused by the API documentation:
image
Is this to suggest that the universe wasn’t found? though, the “code” is 0, not 4?

This doesn’t seem to be the universe error. What headers does the api return (please hide authorization cookies)? Is there X-Csrf-Token? Does the same issue happen when using api via https://games.roblox.com/docs#!/VipServers/patch_v1_vip_servers_id or only in the script (bot) you’re making?

The response headers are the same as the ones I get from the docs api test page, so I’ll post that one since it’s cleaner:

Practically the same result with patch /v1/vip-servers/{id} again going off the docs:

What am I missing? This seems a little weird!

Seems that website still uses legacy api (www.roblox.com). Seems to be an actual issue rather than you doing something wrong. Move to Platform Feedback > Web Bugs .

For reference:
https://games.roblox.com/docs#!/VipServers/get_v1_vip_servers_id
https://games.roblox.com/docs#!/VipServers/patch_v1_vip_servers_id
https://games.roblox.com/docs#!/VipServers/patch_v1_vip_servers_id_permissions
seem to be broken (return 500 error with code 0 - undocumented, when provided valid vip server id), others work fine.