dcbuilder.eth
dcbuilder.eth
GitBook sounds nice, once I have the initial version out, I'll create the GitBook and later move it into a custom UI. I'll gather the resources, that's no problem
yeah definitely, I was thinking about doing the same thing that [roadmap.sh](https://roadmap.sh/) does. Will do this inside of Miro I guess. I really want to get the initial content out...
Thank you for opening up the issue!
Well, the thing is even after uncommenting the gradient lines nothing is displayed. I believe to have everything correctly setup as to what regards the Spotify API.
I suppose that I only have to run spotify_cava_colors, I run it, it seems that it is indeed running the script, however, nothing is happening besides the terminal being occupied
It is trying to make requests with the server, maybe it isn't getting the Spotify API right? ``` ``Making request to 'https://api.spotify.com/v1/me/player/currently-playing'... Making request to 'https://accounts.spotify.com/api/token'... Making request to 'https://api.spotify.com/v1/me/player/currently-playing'......
I copied the OAuth stuff from the example app.js they provide I copy pasted that into the files you have in your auth folder + added the client id and...
Ok, the credentials are cropped, the "..." indicate that. They're like 3 times as long.
I've made sure to change the credentials in the snippet. ``` Making request to 'https://api.spotify.com/v1/me/player/currently-playing'... Got response: {'error': {'status': 401, 'message': 'Permissions missing'}} Making request to 'https://accounts.spotify.com/api/token'... Got response: {'access_token':...