Uncaught Error. {"value": "You have been rate limited. Try after 5 Hours:19 Minutes:1 Seconds", "success": 0}

my led lights are not getting on and off and when i checked out the api and test it
it shown this error

Uncaught Error. {“value”: “You have been rate limited. Try after 5 Hours:19 Minutes:1 Seconds”, “success”: 0}

the code i used is:

singleButton({name:“Led On”, action:“digitalWrite”,
pin:“0”, value:“HIGH”,bgcolor:“green”,
shape:“rectangle”,align:“left”,“text_color”:“white” })

singleButton({name:“Led Off”, action:“digitalWrite”,
pin:“0”, value:“LOW”, bgcolor:“red”,
shape:“rectangle”, align:“left”, text_color:“black”})

i got the solution also slight_smile:

An email was inbox to unblock api and after that the led turned on and off worked smoothly as expected

Hi @mbabhijithnair090

Good to hear that the issue is resolved. Happy learning!