Led Light system is not working

Bolt is connected with device green and blue LED stable
I had tried everything but led is not working
Different LED also tried
Different GPIO pins also tried
Different code also tried
but LED is not glowing

share your code please

are you using api key and device id in your code?
because API access has been rate limited if you have crossed threshold limit it is restore in 6 hours.
you can use glow the led by simply connecting led to bolt and control it by using the bolt control page which shows turn on/off .

Hey!
I recommend you to check your code properly. Especially be very careful about the “case_sensitivity” in the code given. Also, match your API key and device id.
Name the variables api_key and device_id properly, without space.
Python helps us in figuring out what exactly is wrong, maybe pay attention to that carefully.
If problem still exists, please share the screenshot of your code.

Have a nice day!

@daksh12.vyas
Please refer https://docs.boltiot.com/docs/write-digital-output-1 and use digitalWrite command to check if the command returns success.