-
Notifications
You must be signed in to change notification settings - Fork 29
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
wont display anything #46
Comments
@mikemountain any ideas? |
hey sorry! have been out of town recently and unable to do any testing. Can you explain the "I originally had issues with the ledmatrix repository" part? What happens when you run |
@mikemountain no worries! just trying to get something running before football season really takes off. It gave me python errors /missing RGB LED issues. Those disappeared when I installed the MLB version of the scoreboard so something on the backend wasnt happy... Everything made sense when I did it and looked like it was installing and running. Currently it now just says "OSError: cannot open resource" like the picture shows. I dont know why. 2 LED's on the board just do a quick flash and then nothing happens. I was thinking about reinstalling the OS and trying again. |
right, but can you post the output when you run |
@mikemountain Below is the prompt from the command line. `donny@raspberrypi:~ $ cd nfl-led-scoreboard/ /usr/include/python3.9/cpython/unicodeobject.h:261:7: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:264:8: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:261:7: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:264:8: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:261:7: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:264:8: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:261:7: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:264:8: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:261:7: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:264:8: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:261:7: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:264:8: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:261:7: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:264:8: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:261:7: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:264:8: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ |
Interesting. Can you post the outputs of |
pings normal the first upgrade and update had a TON in it... I reran it and now it doesnt have any updates to do... I tried relaunching the scoreboard still get an error. I dont know how to get past the OSError. I dont have any issues with the MLB scoreboard. The python-pip says its no longer available but i have the python3-pip. donny@raspberrypi:~ $ sudo apt-get update donny@raspberrypi:~ $ sudo python nfl-led-scoreboard/main.py --led-gpio-mapping=adafruit-hat-pwm --led-rows=32 --led-cols=64 |
Just to make sure, did you do the pwm modification to the board? |
Yea for sure the mod is done, its working with the MLB scoreboard which is on a different sd card So it doesnt do anything unless i do the chmod before donny@raspberrypi:~ $ cd nfl-led-scoreboard/ /usr/include/python3.9/cpython/unicodeobject.h:261:7: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:264:8: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:261:7: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:264:8: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:261:7: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:264:8: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:261:7: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:264:8: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:261:7: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:264:8: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:261:7: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:264:8: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:261:7: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:264:8: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:261:7: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ /usr/include/python3.9/cpython/unicodeobject.h:264:8: note: in expansion of macro ‘PyUnicode_WSTR_LENGTH’ |
Hmmm that's really weird. I'm wondering if it is an OS or even SD card thing, I can't say I've seen this before and don't know what could be causing it |
I am reinstalling everything and going from there. so the current build shouldnt have any issues? do i need to install the python3-pip since the python-pip doesnt exist anymore? |
Hi @Slythy , I've updated the readme - if you're reinstalling everything from scratch, can you follow the instructions exactly in this section https://github.com/mikemountain/nfl-led-scoreboard#software-installation and once a step fails, stop and update this issue with the output? |
I cant seem to get the scoreboard working. I originally had issues with the ledmatrix repository and was able to fix that by downloading the mlb scoreboard to get the right python3 files i needed. Then I ran into the no API data which someone posted a fix for recently.
I now have an error at the end that just says OSError: cannot open resource. The screen blips with 2 LED's when I run the program but then nothing. Any ideas?
The text was updated successfully, but these errors were encountered: