HTTP 530 | How to fix?

This is a strange issue. No http requests are associated with this line of code, but the returrning throws an error HTTP 530.

Anyone know how to fix?

misc.request = function(...)
    local securityString = g.randomStringsSend[math.random(1, #g.randomStringsSend)]
    jobs = jobs + 1
    return clientRequestRemote:InvokeServer(securityString, script.Parent, ...) --error
end

Here is what I found on the internet:

  • 530 HTTP Status Code indicates that a website that has been frozen due to inactive for an extended period of time.

Maybe this will help you :
https://developer.roblox.com/en-us/api-reference/enum/HttpError
https://developer.roblox.com/en-us/api-reference/class/HttpService

Do not forget to check if Roblox Studio, Http Requests is enabled in the settings