Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

HttpService Trust Check failed? (SOLVED)

Asked by
3F1VE 257 Moderation Voter
2 years ago
Edited 2 years ago

apparently you need https:// before the url

0
try printing htttp before line 6, see if it actually contains anything. Benbebop 1049 — 2y
0
my guess is htttp isnt getting set for some reason Benbebop 1049 — 2y

2 answers

Log in to vote
1
Answered by
Xyternal 247 Moderation Voter
2 years ago
Edited 2 years ago

Ok, your problem was pretty simple. Instead of having local parse = game.HttpService:JSONDecode(http) with 2 t, you put it with 3 t (htttp) which is wrong. Please tell me if it works.

0
the 3 t's are intentional. 3F1VE 257 — 2y
Ad
Log in to vote
1
Answered by 2 years ago

Hello. It is doing like that because pcall was not sucessfull, so something there is wrong. When I look at it, it can be 4th line. Try this, I dont think it will work, but just try. If it wont work, delete pcall, just do it, no pcall.

    htttp = game.HttpService:GetAsync("api.rprxy.xyz/universes/get-universe-containing-place?placeid="..tostring(game.PlaceId))
0
ill try it 3F1VE 257 — 2y
0
did it and it says "api.rprxy.xyz/universes/get-universe-containing-place?placeid=5262962048: Trust check failed " 3F1VE 257 — 2y

Answer this question