-
Notifications
You must be signed in to change notification settings - Fork 404
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
🐛 | Can someone verify the latest Raspberry OS version not working with RPi-Jukebox + Spotify? #1266
Comments
This could lead to subsequent errors |
In Could you post one completely? |
Is this still an issue? |
I just installed a new phoniebox with a raspberry pi zero with version 2.2 - 305325d - master on raspbian buster and had no problems at all. (other than the IRQ cable with rfc522 so I made a pull request on the readme file ;) |
Closing as the question was answered. |
Bug
What I did
In all cases Mopidy was setup and authorized properbly.
What happened
The installation stumbled upon a lot of strange errors, softbricking the ssh accessability (due to wpa_supplicant failures) or / and other behaviour on diffrent OS releases.
I.e. :
Generating locales (this might take a while)... en_GB.ISO-8859-1... done
while:
AFAIK my locale id DE, DE. I'm aware of that stupid initial "change timezone"-bug while doing the initial setup of the pie but highly doubt that I did actually stumble into it any single time I tryed a reinstall.
Also I went through:
or
I expected this to happen
Flawless easy install as usual.
Further information that might help
Software
Base image and version
2020-12-02-raspios-buster-armhf-lite
Branch / Release
On branch master
Your branch is up to date with 'origin/master'.
Installscript
cd; rm buster-install-*; wget https://raw.githubusercontent.com/MiczFlor/RPi-Jukebox-RFID/master/scripts/installscripts/buster-install-default.sh; chmod +x buster-install-default.sh; ./buster-install-default.sh
Hardware
RaspberryPi version
Raspberry Pi 3 Model B Rev 1.2
RFID Reader
The suggested Neuftech HXGCoLtd
Soundcard
3,5-Jack and / or HDMI neighter works.
Other notable observations:
~/RPi-Jukebox-RFID $ sudo journalctl -u mopidy
-- Logs begin at Fri 2021-01-08 21:52:34 CET, end at Fri 2021-01-08 22:32:29 CET. --
-- No entries --
~/RPi-Jukebox-RFID $ sudo tail -n 500 /var/log/syslog
Lot of errors are like:
PIDFile= references path below legacy directory /var/run/, updating /var/run/samba/smbd.pid → /run/samba/smbd.pid; please update the unit file accordingly.
Issue #1: Locale de_DE.UTF-8 is completly GONE in Raspi-Config. Instead, C and GB is installed.
Reason: No idea
Solution: Reinstalling DE-locale
Issue #2: Script fails to fill my Spotify password properbly in mopidy.conf
Reason: (guess) Special Characters
Solution: Added the password manually to mopidy.conf
Issue #3: Script fails to fill my WiFi password properbly in wpa_supllicant file
Reason: (guess) Special Characters
Solution: Denyed the script to configure WiFi or resupplying the right data into the wpa_supplicant BEFORE rebooting
Issue #4: Raspberry OS release seems to have f*cked up the sound device interface names AGAIN (pun me if I'm wrong). At least the alsa output for the HDMI interface seems to be called "b1" instead of HDMI now, while they left Headphones as it was.
Reason: Dunno. Ask the Raspberry OS maintainers. Could have to do with the Raspi 4 dual HDMI compability or my lesser linux skills.
Solution: Got none. Using the 3,5-Jack for now.
Issue #5: The installscript overrides the input for a config-guided installation and always seems to take what is fount in the Phoniebox-Install.conf. The script actually seem to tail the now setting into the config, producing installation outputs like:
################################################
WIFIconfig=NO
WIFIcountryCode=DE
EXISTINGuse=NO
AUDIOiFace="Headphone"
SPOTinstall="YES"
MPDconfig="YES"
DIRaudioFolders="/home/pi/RPi-Jukebox-RFID/shared/audiofolders"
GPIOconfig="YES"
EXISTINGuse=NO
AUDIOiFace="Headphone"
SPOTinstall="NO"
MPDconfig="YES"
DIRaudioFolders="/home/pi/RPi-Jukebox-RFID/shared/audiofolders"
GPIOconfig="NO"
EXISTINGuseRfidConf=YES
EXISTINGuseRfidLinks=YES
EXISTINGuseAudio=YES
EXISTINGuseSounds=YES
GPIOconfig="NO"
EXISTINGuseGpio=
EXISTINGuse=YES
WIFIconfig=NO
WIFIcountryCode=DE
EXISTINGuse=NO
AUDIOiFace="Headphone"
SPOTinstall="NO"
MPDconfig="YES"
DIRaudioFolders="/home/pi/RPi-Jukebox-RFID/shared/audiofolders"
GPIOconfig="NO"
################################################
Generating locales (this might take a while)...
de_DE.UTF-8...
...
Workarounds:
Propably going to use an older Raspian image from backups or an working Buster/Jukebox4kids image without spotify.
The text was updated successfully, but these errors were encountered: