nfl-led-scoreboard icon indicating copy to clipboard operation
nfl-led-scoreboard copied to clipboard

Off-season Blank?

Open WashCaps33 opened this issue 4 years ago • 2 comments

Just now doing this project. Is it normal that the LED stays blank during the off-season?

WashCaps33 avatar May 10 '21 19:05 WashCaps33

Form what I can tell but running the app......it looks like ESPN API is not responding. Might be because we are not in season....Not sure.

pi@NFLScoreboard:~/nfl-led-scoreboard $ ./start_scoreboard.sh INFO (20:03:49): NFL Scoreboard - v0.0.1 (64x32) Error encountered getting game info, can't hit ESPN api Error encountered getting game info, can't hit ESPN api Error encountered getting game info, can't hit ESPN api Traceback (most recent call last): File "main.py", line 30, in MainRenderer(matrix, data).render() File "/home/pi/nfl-led-scoreboard/renderer/main.py", line 29, in render self.__render_game() File "/home/pi/nfl-led-scoreboard/renderer/main.py", line 33, in __render_game gametime = datetime.strptime(self.data.game['date'], "%Y-%m-%dT%H:%MZ") TypeError: 'NoneType' object has no attribute 'getitem'

richmyers avatar May 13 '21 01:05 richmyers

This may have been related to #27 but I'll leave it open and remind myself to make a generic off-season screen

mikemountain avatar Aug 05 '21 21:08 mikemountain