We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you attempt the following, when you have hit the maximum number of feeds allowed on your account:
aio.send('oneFeedTooMany', 6)
You get a generic error "Adafruit_IO.errors.RequestError: Adafruit IO request failed: 422 Unprocessable Entity".
This lost an hour while I attempted to debug it. Need a better error message if possible in the Python lib.
The text was updated successfully, but these errors were encountered:
Same here. It looks like current limit is 10 feeds. Is this documented anywhere? Any ideas how to overcome the limit? Thanks!
Sorry, something went wrong.
Added: 9de0fe9
No branches or pull requests
If you attempt the following, when you have hit the maximum number of feeds allowed on your account:
You get a generic error "Adafruit_IO.errors.RequestError: Adafruit IO request failed: 422 Unprocessable Entity".
This lost an hour while I attempted to debug it. Need a better error message if possible in the Python lib.
The text was updated successfully, but these errors were encountered: