-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start the Scoreboard on Autostart does't work #433
Comments
have you tried to check and see if everything stuck. Check and see if the .service file was actually moved to /lib/systemd/system. |
It is moved to /lib/systemd/system. |
post screenshot of your script |
Do you have more than one board connected together? This is my program start: Try running your program start from the command line and see what error are produced. Or try mine and see what happens. I'm acutally running a 128x64 board, but I changed the above to the 64x32. |
Thanks for the response. I will try our command tomorrow. It works when I'm going like this:
But not when I'm doing this: sudo python3 home/pi/mlb-led-scoreboard/main.py --[......] Could this be connected with the autostart function? |
This doesn't have anything to do with the scoreboard itself You're bumping into issues with
Beyond that there's limited ability for us to troubleshoot for you. |
I had that same issue today. I had not used the scoreboard this year yet. I only had 2 panels last year. I added 2 more panels this year and did a new reinstall of the software. I could get the board to work if I ran sudo py from the mlb-led-scoreboard but could never get it to run from the /lib/systemd/system/ directory. I used the "sudo service mlb-led-scoreboard status" command to see if the board was actually running. It turned out that my directory structure was wrong. In the mlb-led-scoreboard.service file. I chased this for a couple hours. When you make changes to the file you need to run the "systemctl daemon-reload" command and then "sudo systemctl enable mlb-led-scoreboard" command. Then reboot...at least that is what worked for me. |
This issue is a
Hardware Configuration
Software Configuration
Expected behavior
The Scoreboard should load on startup after executing all of the steps the wiki page.
Actual behavior
Nothing happens.
Additional Information
I went through step by step in this wiki page (https://github.com/MLB-LED-Scoreboard/mlb-led-scoreboard/wiki/Creating-a-systemd-startup-script) but can't seem to even get the test command (sudo service mlb-led-scoreboard start) going.
How can you help me?
The text was updated successfully, but these errors were encountered: