You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was testing with the app a bit and was getting the api waiting message.
Since i have Premium i tried to change the CLIENT_ID with my personal one.
I went to https://developer.spotify.com/dashboard and created a 'Spotify app'.
-Added http://localhost:41419 to 'Redirect URI'
-Selected
--Web API
--Web Playback SDK
as used APIs
Then i got the 'Client ID' and pasted it in /src/main/auth.ts 'const AUTH_CLIENT_ID'
Compiled the program and it worked fine without API waiting.
An idea would be to allow Premium users to add their personal Client ID through the settings so it so it can use their personal 'Spotify App' which is very easy to create
The text was updated successfully, but these errors were encountered:
Was testing with the app a bit and was getting the api waiting message.
Since i have Premium i tried to change the CLIENT_ID with my personal one.
I went to https://developer.spotify.com/dashboard and created a 'Spotify app'.
-Added http://localhost:41419 to 'Redirect URI'
-Selected
--Web API
--Web Playback SDK
as used APIs
Then i got the 'Client ID' and pasted it in /src/main/auth.ts 'const AUTH_CLIENT_ID'
Compiled the program and it worked fine without API waiting.
An idea would be to allow Premium users to add their personal Client ID through the settings so it so it can use their personal 'Spotify App' which is very easy to create
The text was updated successfully, but these errors were encountered: