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

[bug] Authorization failed start over! #52

Closed
aha999 opened this issue Apr 4, 2022 · 1 comment
Closed

[bug] Authorization failed start over! #52

aha999 opened this issue Apr 4, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@aha999
Copy link

aha999 commented Apr 4, 2022

EDIT: Solution link

Describe the bug
When entering the correct Spotify Client ID and Client Secret, pressing Submit opens a blank browser page saying Authorization failed start over!

To Reproduce
Steps to reproduce the behavior:

  1. Go to Spotube
  2. Click on Settings gear icon
  3. Scroll down to Login with your Spotify account
  4. Press Connect with Spotify
  5. Enter correct information for login
  6. The error appears in a web browser window.

Expected behavior
After pressing Submit, it should successfully connect to the server and sign me in.

Screenshots
image

Installation Source/Method

  • Package Manager: flatpak
  • Community Repo: (i don't know, installed with "$ flatpak install flathub com.github.KRTirtho.Spotube")
  • Binary Source: <resource_url>

Desktop (please complete the following information):

  • OS: EndeavourOS
  • Version Kernel: 5.17.1-arch1-1
  • DE: KDE Plasma 5.24.4
@aha999 aha999 added the bug Something isn't working label Apr 4, 2022
@aha999
Copy link
Author

aha999 commented Apr 4, 2022

Solution to "Authorization failed start over!"

  1. Go to your Spotify developer dashboard
  2. Select Create an app
  3. Enter your preferred title, app description, accept the terms and conditions
  4. At this page you will have the access to your required Client ID and Client Secret
  5. Select Edit Settings
  6. Under Redirect URIs paste this url: http://localhost:4304/auth/spotify/callback
  7. Select Save at the bottom of this page and you're all set. Authorization should now be successful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant