Adafruit_Learning_System_Guides
Adafruit_Learning_System_Guides copied to clipboard
Feed key must contain lower case English letters, numbers, and dash
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.