Adafruit IO's HTTP API and MQTT API Documentation has been updated. Error message URLs should point to new API documentation
i.e: Adafruit_IO.errors.RequestError: Adafruit IO request failed: 404 Not Found - not found - There is no feed with the key 'temperature'. You can create one using the feed creation API https://io.adafruit.com/api/docs/#operation/createFeed or at https://io.adafruit.com/username/feeds
to
i.e: Adafruit_IO.errors.RequestError: Adafruit IO request failed: 404 Not Found - not found - There is no feed with the key 'temperature'. You can create one using the feed creation API https://io.adafruit.com/api/docs/#create-feed or at https://io.adafruit.com/username/feeds
On further inspection - these errors are thrown by Adafruit IO and handled by AIO Python. Making a note in bug-tracker for Adafruit IO, closing issue...
Adafruit IO's HTTP API and MQTT API Documentation has been updated. Error message URLs should point to new API documentation
i.e:
Adafruit_IO.errors.RequestError: Adafruit IO request failed: 404 Not Found - not found - There is no feed with the key 'temperature'. You can create one using the feed creation API https://io.adafruit.com/api/docs/#operation/createFeed or at https://io.adafruit.com/username/feeds
to
i.e:
Adafruit_IO.errors.RequestError: Adafruit IO request failed: 404 Not Found - not found - There is no feed with the key 'temperature'. You can create one using the feed creation API https://io.adafruit.com/api/docs/#create-feed or at https://io.adafruit.com/username/feeds