sentriz / gonic

music streaming server / free-software subsonic server API implementation
ircs://irc.libera.chat/#gonic
GNU General Public License v3.0
1.5k stars 105 forks source link

Error when no playlists directory is found #389

Closed Underpath closed 9 months ago

Underpath commented 9 months ago

gonic version: v0.16.0

if from docker, docker tag: latest (Linux/amd64 digest: 257089075b207bd66a7cc2cf552c463eeae9e35b0b6a839ef6cf61fda9fc26d0)


Gonic Docker container gets into a restart loop with error checking playlist directory: path does not exist, please provide one. This started happening when Watchtower updated Gonic to the latest version a couple of days ago. I am not sure if in previous releases I had set the GONIC_PLAYLIST_PATH variable, but after the update it was set to /playlists. Since I did not have this directory mapped in Docker it was not being created, after I mapped it the errors stopped and Gonic is working again.

sentriz commented 9 months ago

hi thanks for the report - though this is expected behaviour. I decided to make it required as a part of the update

there is notes about this in the releases notes. but the gist of it is it was a tradeoff that was made 👍