The thumbnails endpoint seems to be down. Not sure what happened there as it was working optimally a day or two ago.
New proxy provider having issues - will have to switch back temporarily. Might have to find another provider.
It’s been returning “Can’t fetch HTTP” for around 19 hours now, nothing was changed to the code. Sometimes it does fetch, sometimes it doesn’t. Is your host perhaps down?
It’s getting ratelimited - I need more IPs. I added some more proxies, but they’re non-us so roproxy may be (very) slow for the time being. Should have a new provider by the end of the week.
Also, figured out the cause of this the other day. For some reason, you have to be logged in to view owners. Possibly an attempt to stop limited trackers like rolimons?
is roproxy gonna come today…? not to be impatient or something just a geniune question
I’m still waiting on an increase from aws - should be another day or so at the most.
ye… tell me when its back up its been 1 week
Sorry - are you saying it’s completely down? What subdomain are you using?
im gonna send u a private message in devforum check it. i wont type my reply here containing my upcoming game
It’s roproxy.xyz now I think. You’re using the older .com one.
No, it’s roproxy.com. Just checked out the xyz site, seems nothing more than a rprxy mirror.
https://catalog.roproxy.xyz/v1/search/items/details?Category=3&Subcategory=12&Sort=4&Limit=30&CreatorName=PlayerName&cursor=
p.s i added in the “here1”, also tried roproxy.com
First of all, I have nothing to do with roproxy.xyz so I can’t help you with any issues specifically with it. However, the issue you’re encountering is exactly what it says. The issue occurs on the roblox domain, seems like you’re sending an invalid subcategory.
I’d like to use this for a plugin but it seems to be unable to handle requests to apis.roblox.com. Specifically, I’m trying to access the toolbox API. Example request:
https://apis.roblox.com/toolbox-service/v1/items/details?assetIds=144358935
Doesn’t work with your public proxy for some reason.
https://apis.roproxy.com/toolbox-service/v1/items/details?assetIds=144358935
Just added the apis subdomain - might take a little while to propagate.
hey, im no web dev, what link would i need to use to get group info like member count?
Update: I am now a web dev (Jokes)
local groupData = HttpService:JSONDecode(HttpService:GetAsync("https://groups.RoProxy.com/v1/groups/GROUPIDHERE"))
this will return a table with the holy “memberCount” entry
just use GroupService:GetGroupInfoAsync() ¯_(ツ)_/¯
unless you’re using it for a website