Skip to content
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

Feed key must contain lower case English letters, numbers, and dash #1523

Open
jeremykeen opened this issue Apr 24, 2021 · 2 comments
Open
Assignees

Comments

@jeremykeen
Copy link

Error when running scoreboard code on Matrix Portal due to adafruit IO feed name validation. The error is "Feed key must contain lower case English letters, numbers, and dash." The code uses scores-group.red-team-score-feed for the feed name. The validation code line 37 throws the error due to the .

Tested moving the feeds to the default group and removing the scores-group. This resolves the issue.

@brentru
Copy link
Member

brentru commented May 3, 2021

This issue is addressed in adafruit/Adafruit_CircuitPython_AdafruitIO#73

@brentru
Copy link
Member

brentru commented May 5, 2021

@jeremykeen We've patched this issue and released a new version of the Adafruit IO CircuitPython library, this issue should no longer persist.

Please delete the adafruit-io library from your CIRCUITPY drive and replace it with the latest version of the library: https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO/releases/tag/5.2.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants