nhl-led-scoreboard icon indicating copy to clipboard operation
nhl-led-scoreboard copied to clipboard

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

Open richmyers opened this issue 1 year ago • 1 comments

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

  • The Matrix driver (Adafruit Bonnet or Adafruit HAT) Adafrut
  • Anti-flicker mod or not? yes

Software

  • Which version of the software are you on? current

richmyers avatar May 13 '24 21:05 richmyers

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.

falkyre avatar May 15 '24 15:05 falkyre