riffnshred / nhl-led-scoreboard

🚨 Display NHL live score, stats, and more of your favorite teams, on a Raspberry Pi driven RGB LED matrix. 🚨
GNU General Public License v3.0
420 stars 95 forks source link

Display stops showng anything on 64x32 4mm pitch LED board #458

Open richmyers opened 1 month ago

richmyers commented 1 month ago

Describe the bug Display blanks out randomly. Can be restarted with sb-restart command. Where are these commands located? Are they sim links?

Logs https://paste.ubuntu.com/p/zRvrkCPdVs/

Your config file image image image image image

Hardware you are using image

Software

falkyre commented 1 month ago

All of the sb-* commands are bash aliases.

alias sb-help='/home/pi/sbtools/sb-help' alias sb-issue='/home/pi/sbtools/issueUpload.sh 2>1' alias sb-updatecheck='/home/pi/sbtools/checkUpdate.sh' alias sb-stderr='supervisorctl tail -50000 scoreboard stderr' alias sb-stdout='supervisorctl tail -50000 scoreboard' alias sb-livelog='supervisorctl tail -f scoreboard' alias sb-stop='supervisorctl stop scoreboard' alias sb-start='supervisorctl start scoreboard' alias sb-restart='supervisorctl restart scoreboard' alias sb-status='supervisorctl status scoreboard' alias sb-tools='/home/pi/sbtools/sb-tools' alias sb-changelog='cd /home/pi/nhl-led-scoreboard;latest=$(git tag --sort=-v:refname | head -1);previous=$(git tag --sort=-v:refname | head -2 | tail -1);echo "$(tput bold)$(tput smul)Changes since $previous$(tput sgr0)";git log --oneline --decorate $previous..$latest;cd ~' alias sb-sysinfo='neofetch --off' alias sb-upgrade='/home/pi/sbtools/sb-upgrade' alias sb-resetwifi='sudo /usr/sbin/comitup-cli d'

You error logs are showing Name Resolution and Network failures. That's why the board goes blank. Also, the pi zero W is no longer a supported pi for this project. It's too under powered now.