You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error happens because /mnt/dietpi_userdata/spotifyd does not exist. It can easily be solved by using mkdir -p to also create this parent directory.
The text was updated successfully, but these errors were encountered:
- DietPi-Software | Spotifyd: Resolved an issue where fresh installs failed because of a missing parent directory. Many thanks to @C0ntroller for reporting this issue: #5484
When installing spotifyd using the dietpi interface an error happend when this line was executed:
DietPi/dietpi/dietpi-software
Line 12132 in 5a7be62
The error happens because
/mnt/dietpi_userdata/spotifyd
does not exist. It can easily be solved by usingmkdir -p
to also create this parent directory.The text was updated successfully, but these errors were encountered: