You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignoring the Curl option for one moment...
I didn't get two feeds of the same name created when running the newer
group example, although it looks initially like that on the website, but
instead it gets associated to two groups.
Check the feed test, you should see it is one feed with two entries in the
groups collection.
If you alter the new group demo to re-fetch the humidity group where it
re-fetches the latest group data, and print it, you should see the feed has
two groups associated (the original - default in this case - and envvars or
whatever was passed to add_feed_to_group). You could add a pause, or
comment out the deletion code, then inspect the website and fetch the feed
data freshly again then print the objects/json.
Running the
adafruit_io_groups.py
example causes the following error:Adafruit IO Error 404: not found - API documentation can be found at https://io.adafruit.com/api/docs
The line causes that error:
Adafruit_CircuitPython_AdafruitIO/examples/adafruit_io_http/adafruit_io_groups.py
Line 68 in c9ad360
The text was updated successfully, but these errors were encountered: