univrsal / tuna

Song information plugin for obs-studio
GNU General Public License v2.0
717 stars 57 forks source link

Spotify Api not connecting #189

Closed codecumkey closed 4 months ago

codecumkey commented 4 months ago

Describe the bug When setting up Tuna on obs windows, log returns "invalid_client"

To Reproduce Steps to reproduce the behavior:

  1. install tuna
  2. go to spotify tab
  3. click open log in page
  4. copy token after logging in
  5. paste into authentication code
  6. click request token
  7. enable log
  8. log prints
    = 2024.05.08 18:57 =
    {
    "error": "invalid_client"
    }

Expected behavior spotify connects on tuna

Screenshots image

Log https://obsproject.com/logs/7UwhBxFqE1np8UKF

Additional context Log appears to say token is null even tho it is pasted in

codecumkey commented 4 months ago

works on tuna v1.9.7 broken on tuna v1.9.8

iamzamn commented 4 months ago

works on tuna v1.9.7 broken on tuna v1.9.8

Exactly the same for me.

univrsal commented 4 months ago

I forgot to define the API keys when updating the automatic builds. Try this build: https://github.com/univrsal/tuna/actions/runs/8867708112/job/24346528077 (downloads are at the bottom)

TevenxD commented 4 months ago

Tried that build as well... Still getting the same error when I request a token

univrsal commented 4 months ago

I'm fucking stupid. That's the wrong build, but the correct one doesn't seem to have fixed it either. I'll look into it.

univrsal commented 4 months ago

https://github.com/univrsal/tuna/actions/runs/9068179678 should fix the issue

ktg5 commented 4 months ago

https://github.com/univrsal/tuna/actions/runs/9068179678 should fix the issue

This build worked for me; had the same issue as OP.

univrsal commented 4 months ago

Alright, I'll make a new release, thanks for the testing.