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

Off-season Blank? #24

Open
WashCaps33 opened this issue May 10, 2021 · 2 comments
Open

Off-season Blank? #24

WashCaps33 opened this issue May 10, 2021 · 2 comments

Comments

@WashCaps33
Copy link

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

@richmyers
Copy link

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'

@mikemountain
Copy link
Owner

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

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

3 participants