You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2024. It is now read-only.
Just after start of 2024, my scoreboard became stuck on the "off day" screen.
My preferred team's record was showing, but only dashes were present for the last and next game data.
After turning on verbose debug logging, I noticed that this popped up when attempting to fetch the list of active games:
Just after start of 2024, my scoreboard became stuck on the "off day" screen.
My preferred team's record was showing, but only dashes were present for the last and next game data.
After turning on verbose debug logging, I noticed that this popped up when attempting to fetch the list of active games:
That URL appears to be malformed, and needs to have a leading '0' tacked on to the front of the day and month if they are less than 10.
For example, the above URL will result in a 404 response, but https://api-web.nhle.com/v1/score/2024-01-02 will return the correct game score data.
This was observed on the version 1.7.0 of the software.
The text was updated successfully, but these errors were encountered: