-
Notifications
You must be signed in to change notification settings - Fork 1
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
Failed to load config #2
Comments
I see you're using |
ah, thanks. I'm completely new with docker :-) SO, i was running it now with your mentioned commands. Now i get an error by the "spotify-playlist-convert"
the squirrel feeds itself arduously :-D Any suggestion? |
Strange that the image is being denied, it's a public image so it should just work. You don't have any networking issues on your host? Are you using the |
Yes, i used your compose.yml. This is the file content
With |
hm, i tried several configurations, but no success. Second device with a fresh installation of Ubuntu 24.04.1. Connected to the same network with Automatic DNS and manual DNS (Cloudflare). Then connected to my phone-hotspot. When I'm running
Is something wrong with my compose.yml? I thought maybe i wrote something wrong for the timezone and changed it back to original ( America/Chicago) but that doen't matter. Is the double equal for |
Oh the image is incorrect, try |
Aah, damn. Sorry, my fault! I was handling with the content of the outdated Initial Release ZIP-file. ok, now the command was working. When I use |
Is the redirect URI added to the Spotify application? |
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
The text was updated successfully, but these errors were encountered: