You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to QPython
I have some code that works perfectly fine on my computer, but when I trandfer the code over to my mobile device, I get an error: ssl certification verify failed. The error goes away when I comment '
client.tls_set(tls_version=mqtt.ssl.PROTOCOL_TLS) ', but then the program doesn't work properly / do anything. Other solutions I have found online are geared towards other devices or don't work. Any ideas?