Hello,
after recent update to 3.785 I have no Radio, no Spotify and no music from USB.
This happened on two different RPi3B systems (one with original HifiBerry DAC+ Pro and the other with some Chinese clone, so it isn`t hardware problem).
Radio station shows itself but I cant start playing it (play button is not responsive). I cant search my music from USB and Spotify plugin is no longer effective.
Can I download old version somewhere, which worked just fine?
The “CURL failed: Resolving timed out…” error often indicates issues with time synchronisation, DNS resolution, or network connectivity. On VolumioOS, verify:
Time Synchronisation:
Check system time with date.
If incorrect, set manually: sudo date -s "2025-01-28 12:00:00".
Ensure internet access for Volumio’s internal time-sync service.
DNS Configuration:
If using DHCP, ensure the DHCP server provides valid DNS entries (check the router or server settings).
If using a static IP, confirm DNS entries are properly set in Volumio’s network interface configuration.
Test DNS resolution: nslookup radio-stream-url.
Network Connectivity:
Use ping -c 3 google.com to verify connectivity.
Check Volumio’s network settings (Wi-Fi/Ethernet) in the web UI.
CURL Debugging:
Test directly with curl -v http://radio-stream-url for detailed error information.
Please test and report back with findings to help narrow down the issue.