sigma67 / spotify_to_ytmusic

Clone a Spotify playlist to YouTube Music
MIT License
791 stars 65 forks source link

KeyError: 'google' during setup #4

Closed kiikoh closed 4 years ago

kiikoh commented 4 years ago

Traceback (most recent call last): File "Setup.py", line 8, in settings['google']['mobileclient'] = api.perform_oauth(open_browser=True).to_json() File "/mnt/c/Users/kyled/Documents/spotifyplaylist_to_gmusic/settings.py", line 14, in getitem return config[key] File "/usr/lib/python3.6/configparser.py", line 959, in getitem raise KeyError(key) KeyError: 'google'

kiikoh commented 4 years ago

This is my error. For anyone else with the same issue you must clone the settings.ini.example and fill in credentials for spotify like the readme says