Thank you for pointing this out,
but why did it work at first?
Thank you for pointing this out,
but why did it work at first?
It seems like the API youāre using is paid, and has a free trial of 200 requests per month. 426 Upgrade Required - HTTP Status Code Glossary - WebFX says that you need to āupgradeā, and by upgrade, the website probably means to pay them.
The error doesnāt come from your script neither does it come from Roblox - it comes from your plan that has probably expired.
The website is not very clear about it. This could be the reason tho.
but no 200 requests yet:
I tried this exact code on Studio:
local hs = game:GetService("HttpService")
print(hs:GetAsync("https://newsapi.org/v2/everything?q=bitcoin&apiKey=XXXXXXXX"))
Would you mind trying it to see if it outputs anything? Mine successfully ran.
That results the expected outputā¦
wait what
Sorry for the deleted post, had accidentally put my API key in it.
May you send your code?
Apparently, removing the &from=2020-11-10&sortBy=published
worked.
You could leave it at &from=2020-11-10
published
is not a value that can be used for sortBy