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.
pi@MLSScoreboard: /etc/supervisor/conf.d $ sudo python3 /home/pi/nhl-led-scoreboard/src/main.py --led-gpio-mapping=adafruit-hat-pwm --led-brightness=60 --led-slowdown-gpio=2
Traceback (most recent call last):
File "/home/pi/nhl-led-scoreboard/src/main.py", line 4, in
from data.scoreboard_config import ScoreboardConfig
File "/home/pi/nhl-led-scoreboard/src/data/scoreboard_config.py", line 1, in
from utils import get_file
File "/home/pi/nhl-led-scoreboard/src/utils.py", line 14, in
uid = int(os.stat("./VERSION").st_uid)
FileNotFoundError: [Errno 2] No such file or directory: './VERSION'
Board has been down since the feed was broken a few months ago. I just happened to checkin and see some updates have been made. I ran the sb-upgrade tool and upgraded to 1.7.0 and while supervisor is reporting the board running....the matrix is blank.
Thanks for the help...hopefully something easy.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
pi@MLSScoreboard: /etc/supervisor/conf.d $ sudo python3 /home/pi/nhl-led-scoreboard/src/main.py --led-gpio-mapping=adafruit-hat-pwm --led-brightness=60 --led-slowdown-gpio=2
Traceback (most recent call last):
File "/home/pi/nhl-led-scoreboard/src/main.py", line 4, in
from data.scoreboard_config import ScoreboardConfig
File "/home/pi/nhl-led-scoreboard/src/data/scoreboard_config.py", line 1, in
from utils import get_file
File "/home/pi/nhl-led-scoreboard/src/utils.py", line 14, in
uid = int(os.stat("./VERSION").st_uid)
FileNotFoundError: [Errno 2] No such file or directory: './VERSION'
Board has been down since the feed was broken a few months ago. I just happened to checkin and see some updates have been made. I ran the sb-upgrade tool and upgraded to 1.7.0 and while supervisor is reporting the board running....the matrix is blank.
Thanks for the help...hopefully something easy.
The text was updated successfully, but these errors were encountered: