sigma67 / spotify_to_ytmusic

Clone a Spotify playlist to YouTube Music
MIT License
895 stars 67 forks source link

Error with Spotify credentials #55

Closed sigma67 closed 1 year ago

sigma67 commented 1 year ago

Discussed in https://github.com/sigma67/spotify_to_ytmusic/discussions/54

Originally posted by **brickforbrains** April 22, 2023 I have used this project before with great success but upon recently fetching the project, I can't seem to get it to work. the error i get is "AssertionError: Spotify client_id not set or invalid: id_from_developer_console" after running setup, my settings.ini contains the following (i have replaced the bulk of my client ID and client secret with **): [youtube] headers = {"error": "authorization_pending", "error_description": "Precondition Required"} user_id = [spotify] client_id = id_from_developer_console client_secret = secret_from_developer_console client_credentials = 2**5 client_secrets = f**2 is there anything you see obviously wrong? would love to use this tool again