Jupyter related code error

I am new in coding on anaconda and while running the program for LDR atert messege I am getting this error and the conf.py file is also created

Hi @satishkumarcse1995,
Please try running the following command in an empty cell,

pip install conf

This will install the conf module.

If the problem persists, do let me know.

Also is my way to write API is correct or not

@satishkumarcse1995 Yes it is. You have to copy and paste it exactly as it is from the bolt cloud website. Do let me know if you have any further queries.

Why error is showing there

Hi @satishkumarcse1995 ,
You have written conf.SSID in place of conf.SID . Do let me know if the issue persists.

@satishkumarcse1995 please remove conf. before your API key and device name in the Bolt object’s constructor. Also, I recommend you to immediately regenerate your API key as you have posted it in the screenshot.


whether i am writting SSID or SID it shows same error

@satishkumarcse1995 Apologies for the delayed response. I was not notified on this one as you didn’t tag me(@raghav.srivastava ). Please share your conf.py file(with all the API keys and secrets deleted)