Hej, i just tried to get startzet with your app, but straight after the beginning i get the error that some required values are missing,...
`$ sudo docker run --rm ghcr.io/zibbp/spotify-playlist-sync tidal --save-missing-tracks --save-tidal-playlist
$$= FTL Failed to load config error="failed to load config: SpotifyClientId: missing required value: SPOTIFY_CLIENT_ID"`
I already filled the _CLIENT_ID and _CLIENT_SECRET into compose.yml
`. . .
environment:
- TZ=Germany/Berlin
- DEBUG=true
- SPOTIFY_CLIENT_ID=43c36aXXXXXXXXXXXXXXXXa8dbca7dd2
- SPOTIFY_CLIENT_SECRET=9a9438eXXXXXXXXXXXXXXXXb171ec2af
- SPOTIFY_CLIENT_REDIRECT_URI=http://localhost:28542/callback
- TIDAL_CLIENT_ID=nwE4XXXXXXXX4hE0
- TIDAL_CLIENT_SECRET=SmuclY7TeujXXXXXXXXXXXXXXXXXbmIjTErsYqMbtqg=
(...)`
Did i do something wrong?
I tried to hard code it in /config/config.go for testing but still get the same error message
Hej, i just tried to get startzet with your app, but straight after the beginning i get the error that some required values are missing,...
`$ sudo docker run --rm ghcr.io/zibbp/spotify-playlist-sync tidal --save-missing-tracks --save-tidal-playlist
$$= FTL Failed to load config error="failed to load config: SpotifyClientId: missing required value: SPOTIFY_CLIENT_ID"`
I already filled the _CLIENT_ID and _CLIENT_SECRET into compose.yml
`. . .
environment:
- TZ=Germany/Berlin
- DEBUG=true
- SPOTIFY_CLIENT_ID=43c36aXXXXXXXXXXXXXXXXa8dbca7dd2
- SPOTIFY_CLIENT_SECRET=9a9438eXXXXXXXXXXXXXXXXb171ec2af
- SPOTIFY_CLIENT_REDIRECT_URI=http://localhost:28542/callback
- TIDAL_CLIENT_ID=nwE4XXXXXXXX4hE0
- TIDAL_CLIENT_SECRET=SmuclY7TeujXXXXXXXXXXXXXXXXXbmIjTErsYqMbtqg=
(...)`
Did i do something wrong?
I tried to hard code it in /config/config.go for testing but still get the same error message