i tried using roproxy.com because it showed me Trust check failed
. but then, this happens.
https://inventory.roproxy.com/v2/users/1764790906/inventory/13?sortOrder=Desc&limit=100
I don’t know what else i can explain but that happen
i tried using roproxy.com because it showed me Trust check failed
. but then, this happens.
https://inventory.roproxy.com/v2/users/1764790906/inventory/13?sortOrder=Desc&limit=100
That means their inventory is private.
Is there any idea to do this with an roproxy.com? Because in roblox.com api entry, it worked even they’re(my) inventory are private. Or you just really have to keep it like that?
Just unprivate your own inventory.
There’s no way to override a private inventory. Must you just let them know to un-private their inventory, or perhaps remove them when you get this error.
I don’t have much experience with Roproxy, so I don’t know if you can request things to happen on errors, however, if that’s not the case, then your best bet is to tell the person their inventory is private!
It’s not a Lua error, you’re still being returned a valid HTTP response body, you could just search this body for “You are not authorized to view this user’s inventory.” via one of the various string library functions.
if httpBody:find("You are not authorized to view this user's inventory.") then
--Prompt a message to the user to unprivate their inventory.
end
I never did say it was a Lua error, I said I’m not sure if you could check errors via Roproxy.