Project 9: 'Device does not exist' error

I’m facing this error after executing the temp_sms.py code. I’m attaching the error screenshot. Also I double-checked all the details of the conf.py file. Thank you.

Hi @sohumssk

Could you please share the screenshot of the code.

Yeah sure!

@sohumssk I think you have typed wrong credentials, please check your conf.py file for all credentials and type them same.Please check for 0 and O.You can be confused between them.Specially your Bolt DEVICE_ID .

for analogRead you are using ‘A0’ i.e.

response=mybolt.analogRead(‘A0’)

rather it should be:

response=mybolt.analogRead(‘0’)

this should resolve your problem.

I copied and pasted all the values in conf.py file so they’re probably right.
Thanks anyway.

1 Like

I tried it. Still showing the same error :pensive:

Thanks everyone. The problem was due to not installing boltiot python libraries.
Now I’ve got another error.