Adafruit_IO_Python
Adafruit_IO_Python copied to clipboard
io.adafruit.com
I am facing this issue please help me here . not getting what is happening
Traceback (most recent call last):
File "mq6flame.py", line 58, in
The underscore in your feed name mq6_gas might cause the problem. The feed key will be mq6-gas. The Python client has no proper way to handle this as of today. It will use mq6_gas for the url, but the correct url contains the key, not the name. I recommend to use only characters that are allowed for feed keys:
The only characters we permit are lower case english letters ("a" to "z"), numbers, and dash ("-").