project-owner
project-owner
OK, when you pull new Peppy version from GitHUb don't forget to install new libraries. https://github.com/project-owner/PeppyPlayers.doc/wiki/Headless#installing-peppy-player-dependencies I think after Cezanne you need: ``` pip3 install youtube-dl==2020.12.2 pip3 install pafy pip3...
Hmm, weird. You can have Cezanne and Marc editions side by side. For example, move Peppy folder with Cezanne to Peppy.bak, pull Marc edition to Peppy folder and see if...
I'll try to install Cezanee and make in-place upgrade (pull Marc from GitHub) either today or tomorrow.
OK, here is what I did: - installed Cezanne image for Waveshare 3.5" touchscreen - killed player process - installed libraries (numpy took long time to install): ``` pip3 install...
That was Waveshare 3.5" SPI touchscreen. You need to install pyaztro, otherwise player doesn't start. I didn't list it as that screensaver doesn't work anymore. I'll fix it in the...
You can fix that crashing by configuring player as a service. When you reboot or shutdown Marc assumes that it shoud stop/restart a service.
Hmm, nothing in the log file? If you have experience debugging software, you can try to add more logging messages (e.g. logging.debug("foo")) to the pre-shutdown function to see where it...
OK, I've just installed service file and tested both Reboot and Shutdown from a Web Configuration UI. Both worked fine.
Please reopen if the issue is still there.
Hi, Which OS and Python version do you use? There is the issue in pynanosvg and Python 3.9: https://forums.raspberrypi.com/viewtopic.php?t=139983&start=300#p1979222 https://github.com/project-owner/Peppy.doc/wiki/Expert Please try to use Python 3.7 if possible. Best regards