Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not finding username, client_id or client_secret properly? #17

Open
PAK90 opened this issue Jan 10, 2022 · 5 comments
Open

Not finding username, client_id or client_secret properly? #17

PAK90 opened this issue Jan 10, 2022 · 5 comments

Comments

@PAK90
Copy link

PAK90 commented Jan 10, 2022

I filled out the config aw-watcher-spotify.toml file but when I do python aw_watcher_spotify/main.py it says one of those fields isn't specified in the config file. I copied the id and secret right from spotify's dev dashboard. I put a meaningless username in because I'm not sure where to get that from, is there a 'proper' username I should be using?

@ErikBjare
Copy link
Member

Your Spotify account has a username, use that.

@ekdz
Copy link

ekdz commented Oct 20, 2022

For me, it doesn't work either. I use the username from my Spotify account settings and secrets from my dashboard.

@vonPB
Copy link

vonPB commented Oct 20, 2022

I've had not trouble setting it up.

C:\Users<user>\AppData\Local\activitywatch\activitywatch\aw-watcher-spotify

[aw-watcher-spotify]
username = "<my_useranme>" # from https://www.spotify.com/us/account/overview/
client_id = "<my_client_id>" #https://developer.spotify.com/dashboard/ create an app
client_secret = "<my_client_secret>" # ^^

image
image

@ekdz
Copy link

ekdz commented Oct 20, 2022

Ok. I did not uncomment lines from the TOML file. Thank you for your quick response!

@vonPB
Copy link

vonPB commented Oct 20, 2022

@ekdz glad I could help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants