-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adafruit_IO.errors.RequestError: Adafruit IO request failed: 404 Not Found - not found #159
Comments
I'll have a look at this this week as I have some other python IO stuff to clear up |
@mczteinaz thanks for reporting this, there are a couple of possibilities that come to mind... However if you start this example for digitalout on a fresh account (without running the digital input example) then the Secondly there's a small chance that we have impacted the API when deploying some new functionality which allows accessing a feeds last_value, as a precursor to some Blockly Actions features. Having looked at that section of api code I believe it remains unchanged, but will get confirmation from someone next week. Lastly it appears that the guide pages have been rejigged and are missing the dashboard setup instructions, which may have created the expected data (as well as allowing the user to follow the guide and toggle the feed value resulting in the LED change). The temporary solution is to either try the digital In example first, to create some data, or just send a first datapoint before the while loop, or trap the error on the receive call. Fixing the digital out example / learn guide it probably makes most sense to just capture the error if no last value, maybe print to serial too. |
Windows 32-bit, Windows 64-bit, Mac OSX 64-bit, etc.):
python -version
orpython3 --version
):to run):
Follow digital_output tutorial from https://learn.adafruit.com/adafruit-io-basics-digital-output/python-code
Running this code:
From multiple Raspberry Pi devices and Operating System installations, always results in the error:
Additional information
data = aio.receive(digital.key)
function in the code. This was working in the classroom for a few people about 2 weeks ago, so it seems to point to a possible backend problem with io.adafruit. The digital_input code still works properly.The text was updated successfully, but these errors were encountered: