Adafruit_Learning_System_Guides icon indicating copy to clipboard operation
Adafruit_Learning_System_Guides copied to clipboard

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

Open jeremykeen opened this issue 3 years ago • 2 comments

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.

jeremykeen avatar Apr 24 '21 00:04 jeremykeen