Closed kiikoh closed 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'
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
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'