muse icon indicating copy to clipboard operation
muse copied to clipboard

Getting code error

Open Khaled1066 opened this issue 3 years ago • 3 comments

I am trying to run the code for docker : docker run -it -v "$(pwd)/data":/data -e DISCORD_TOKEN='' -e SPOTIFY_CLIENT_ID='' -e SPOTIFY_CLIENT_SECRET='' -e YOUTUBE_API_KEY='' codetheweb/muse:latest

and i am getting the below

image

Khaled1066 avatar Mar 09 '22 21:03 Khaled1066

Based on the log output, it looks like your Discord token is invalid.

codetheweb avatar Mar 10 '22 02:03 codetheweb

Hello thank you for the answer! so I rest the Discord token and past the new one but I still am getting this

which i also rest spotify token and youtube one image

Khaled1066 avatar Mar 10 '22 06:03 Khaled1066

Looks like it's Spotify that's erroring now and not Discord, so at least something changed. I'd double check your Spotify values again. Maybe the client ID and client secret are mixed up?

codetheweb avatar Mar 10 '22 22:03 codetheweb