I am trying to deploy my product but then it gives me this error. The code was working a few minutes back and i was able to control my buzzer, but suddenly it stpped working. When i deployed the code again, I got the same error. I even created a new product but still the same problem happened.
My code:
<html> <head> <script type="text/javascript" src="https://cloud.boltiot.com/static/js/boltCommands.js"></script> <script type="text/javascript">setKey('{{ApiKey}}','{{Name}}');</script> </head> <body> <center> <button onclick = "digitalWrite(0, 'HIGH'); ">ON</button> <button onclick= "digitalWrite(0, 'LOW'); ">OFF</button> </center> </body> </html>
I follwed all th steps of the course. when i tried for the forst few times, it worked anfd then i showed this erre. i even assigned a name to the pin and changed the code accordingly but nothing would happed, THe error would get solved but it woudl not work.
Please help @vinayak.joshi , @PPV , @rahul.singh1 , - in really need to solvew this basic issue. i check the led and the buzzer, they were working well with batteries. PLease PLease Please help
HERE IS THE CONSOLE LOG THERE IS SOME SORT OF ERROR SHOWING THERE: