mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[GH-ISSUE #89] [Bug Report] OAuth Server Over SSH #78
Labels
No labels
bug
considering
discussion
documentation
enhancement
enhancement
good first issue
help wanted
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zotify#78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mauricehoutman on GitHub (Sep 28, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/89
Originally assigned to: @Googolplexed0 on GitHub.
Zotify Version
v0.9.21
Bug Description
Seems like I'm not able to login. Login in with credentials redericts back to a blank page. Changing the IP to my debian machine doesn't work. Not sure if it's caused since I'm trying to run this on a different machine over SSH. Worked perfectly a few weeks ago.
@Googolplexed0 commented on GitHub (Oct 1, 2025):
You need to have the SSH machine's address (
192.168.2.13) set for theREDIRECT_ADDRESSconfig. This will make sure the OAuth server is listening for the response of SSH and will automatically set the URL correctly.If you try this and it still doesn't work, try changing the binding address in librespot's OAuth implementation (
librespot/oauth.py, line 106) toIf that still doesn't fix it, then I will need to do more digging.
@mauricehoutman commented on GitHub (Oct 3, 2025):
I'm able to login, altough it looks like Librespot is having issues. Unable to find the oauth.py on my machine.
@Googolplexed0 commented on GitHub (Oct 9, 2025):
This second error is a duplicate of #86.
@cdlenfert commented on GitHub (Oct 28, 2025):
Sorry to open this back up but I'm also unable to log in on a new instance on a headless server. When I add REDIRECT_ADDRESS and my server LAN IP to my confg.json file, I get
INVALID_CLIENT: Invalid redirect URIwhen I paste the address from terminal to my browser. When I use the default the redirect is to 127.0.0.1 after authenticating and if I manually change that to my server's lan IP 10.1.10.188, and reload the address in my browser, it doesn't authenticate.