INFO (23:59:07): NHL-LED-SCOREBOARD - v1.0.0 (64x32) INFO (23:59:08): location for sunrise/sunset is: [34.4222, -117.3025] INFO (23:59:08): Using software to determine dimming INFO (23:59:08): Rendering... INFO (23:59:08): Checking for dimmer INFO (23:59:08): Your preferred teams are Off today INFO (23:59:08): Using software to determine dimming DEBUG (23:59:08): PING !!! Render off day INFO (23:59:08): It is night time INFO (23:59:08): Checking for new day INFO (23:59:08): It is not a new day DEBUG (00:01:15): PING !!! Render off day INFO (00:01:15): Checking for new day INFO (00:01:15): It is not a new day DEBUG (00:03:21): PING !!! Render off day INFO (00:03:21): Checking for new day INFO (00:03:21): It is not a new day INFO (00:04:09): Checking for dimmer INFO (00:04:09): Using software to determine dimming INFO (00:04:09): It is night time DEBUG (00:05:27): PING !!! Render off day INFO (00:05:27): Checking for new day INFO (00:05:27): It is not a new day DEBUG (00:07:34): PING !!! Render off day INFO (00:07:34): Checking for new day INFO (00:07:34): It is not a new day INFO (00:09:09): Checking for dimmer INFO (00:09:09): Using software to determine dimming INFO (00:09:09): It is night time DEBUG (00:09:40): PING !!! Render off day INFO (00:09:40): Checking for new day INFO (00:09:40): It is not a new day DEBUG (00:11:46): PING !!! Render off day INFO (00:11:46): Checking for new day INFO (00:11:46): It is not a new day DEBUG (00:13:52): PING !!! Render off day INFO (00:13:52): Checking for new day <> <> <> <> DEBUG (08:58:28): PING !!! Render off day INFO (08:58:28): Checking for new day INFO (08:58:28): It is not a new day INFO (08:59:19): Checking for dimmer INFO (08:59:19): Using software to determine dimming INFO (08:59:19): It is day time DEBUG (09:00:35): PING !!! Render off day INFO (09:00:35): Checking for new day INFO (09:00:35): It is a new day, refreshing Data refresing data DEBUG (09:00:35): No Stats detected for Devils DEBUG (09:00:35): No Stats detected for Islanders DEBUG (09:00:35): No Stats detected for Rangers DEBUG (09:00:35): No Stats detected for Flyers DEBUG (09:00:35): No Stats detected for Penguins DEBUG (09:00:35): No Stats detected for Bruins DEBUG (09:00:35): No Stats detected for Sabres DEBUG (09:00:35): No Stats detected for Canadiens DEBUG (09:00:35): No Stats detected for Senators DEBUG (09:00:35): No Stats detected for Maple Leafs DEBUG (09:00:35): No Stats detected for Hurricanes DEBUG (09:00:35): No Stats detected for Panthers DEBUG (09:00:35): No Stats detected for Lightning DEBUG (09:00:35): No Stats detected for Capitals DEBUG (09:00:35): No Stats detected for Blackhawks DEBUG (09:00:35): No Stats detected for Red Wings DEBUG (09:00:35): No Stats detected for Predators DEBUG (09:00:35): No Stats detected for Blues DEBUG (09:00:35): No Stats detected for Flames DEBUG (09:00:35): No Stats detected for Avalanche DEBUG (09:00:35): No Stats detected for Oilers DEBUG (09:00:35): No Stats detected for Canucks DEBUG (09:00:35): No Stats detected for Ducks DEBUG (09:00:35): No Stats detected for Stars DEBUG (09:00:35): No Stats detected for Kings DEBUG (09:00:35): No Stats detected for Sharks DEBUG (09:00:35): No Stats detected for Blue Jackets DEBUG (09:00:35): No Stats detected for Wild DEBUG (09:00:35): No Stats detected for Jets DEBUG (09:00:35): No Stats detected for Coyotes DEBUG (09:00:35): No Stats detected for Golden Knights INFO (09:00:36): This is a new day INFO (09:00:36): Rendering... INFO (09:00:36): Your preferred teams are Off today DEBUG (09:00:36): PING !!! Render off day INFO (09:00:36): Checking for new day INFO (09:00:36): It is not a new day Traceback (most recent call last): File "/home/pi/nhl-led-scoreboard/src/renderer/main.py", line 39, in render self.__render_offday() File "/home/pi/nhl-led-scoreboard/src/renderer/main.py", line 63, in __render_offday self.boards._off_day(self.data, self.matrix) File "/home/pi/nhl-led-scoreboard/src/boards/boards.py", line 24, in _off_day board(data, matrix) File "/home/pi/nhl-led-scoreboard/src/boards/boards.py", line 74, in team_summary TeamSummary(data, matrix).render() File "/home/pi/nhl-led-scoreboard/src/boards/team_summary.py", line 67, in render im_height) File "/home/pi/nhl-led-scoreboard/src/boards/team_summary.py", line 98, in draw_team_summary draw.text((0, 7), "GP: {} P: {}".format(stats.gamesPlayed, stats.pts), fill=(255, 255, 255), AttributeError: 'bool' object has no attribute 'gamesPlayed' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "./src/main.py", line 47, in run() File "./src/main.py", line 43, in run MainRenderer(matrix, data).render() File "/home/pi/nhl-led-scoreboard/src/renderer/main.py", line 48, in render debug.log("ERROR WHILE RENDERING: "+e) TypeError: can only concatenate str (not "AttributeError") to str