adafruit / Adafruit_IO_Python

Adafruit IO Python Client Library
Other
225 stars 99 forks source link

Error messages URLs should point to new Adafruit IO API Documentation #105

Closed brentru closed 4 years ago

brentru commented 4 years ago

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

brentru commented 4 years ago

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...