Public Beta Test: Audio Without Compromise - Plugin Compatibility for Volumio on Bookworm

I have duplicated @calogero69 attempt, and he is correct.

  • rPi5
  • Clean install of V4.064
  • Installing Touch plugin
  • reboot
  • installing Peppy_Meter_Basic
  • Reboot

From my log:

Nov 03 20:20:15 rpi5-es9039 volumio[2829]: pygame 2.1.2 (SDL 2.26.5, Python 3.11.2)
Nov 03 20:20:15 rpi5-es9039 volumio[2829]: Hello from the pygame community. https://www.pygame.org/contribute.html
Nov 03 20:20:15 rpi5-es9039 volumio[2829]: Traceback (most recent call last):
Nov 03 20:20:15 rpi5-es9039 volumio[2829]:   File "/data/plugins/user_interface/peppymeterbasic/BasicPeppyMeter/peppymeter.py", line 30, in 
Nov 03 20:20:15 rpi5-es9039 volumio[2829]:     from httpinterface import HTTPInterface
Nov 03 20:20:15 rpi5-es9039 volumio[2829]:   File "/data/plugins/user_interface/peppymeterbasic/BasicPeppyMeter/httpinterface.py", line 19, in 
Nov 03 20:20:15 rpi5-es9039 volumio[2829]:     import requests
Nov 03 20:20:15 rpi5-es9039 volumio[2829]: ModuleNotFoundError: No module named 'requests'
Nov 03 20:20:15 rpi5-es9039 systemd[1]: peppymeterbasic.service: Main process exited, code=exited, status=1/FAILURE
Nov 03 20:20:15 rpi5-es9039 systemd[1]: peppymeterbasic.service: Failed with result 'exit-code'.

@balbuze
Executing below, fixes it:
sudo apt-get update && sudo apt-get install python3-requests

Install log for Peppy_Meter_Basic:
https://logs.volumio.org/volumio/woTsFqE.html

2 Likes

Hi guys, I wanted to let you know that I reinstalled build 4.064. It seems that everything is working perfectly now, and thanks to @nerd I solved the problem of rotating the bootloader volume, great work you did. And thanks to @balbuze e for the solution to the peppymeter basic plugin. For now, everything seems to be working fine, but if there are any other problems, I’ll let you know here.

Hey @calogero69,

Thank you for reporting your system status. I think it was @Wheaten who quickly tested dependency chain and identified missing package. @balbuze, please update plugin install when you find time in your schedule.

Kind Regards,

1 Like