mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-24 22:05:53 +03:00
[GH-ISSUE #42] [Bug Report] Stuck on "[...] Logging in" after oAuth success #34
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#34
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 @TNAS123 on GitHub (Aug 2, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/42
Originally assigned to: @Googolplexed0 on GitHub.
Bug Description
I managed to download one title ok as an initial test, now any subsequent title the cmd window just hangs on logging in indefinitely. Tried --debug but no additional insights I can tell.
Bug Triggering Command
zotify https://open.spotify.com/track/4Pzz4Koa54lqFXefUnRPuE?si=d2ff99b97599436f --download-real-time=true --debugError Traceback / Logs
Config File
config.json
config_DEBUG.json
Zotify Version
latest as of today
@TNAS123 commented on GitHub (Aug 2, 2025):
Just to add, I tried deleting my Zotify folder, now I don't think I have a credentials.json and the app is not building it. It just automatically goes straight to @Logging in..." even though I'm sure by now I need to provide the credentials again. @Googolplexed0 any idea how to resolve please?
@MrHitMan1 commented on GitHub (Aug 4, 2025):
Same issue here even though i didnt even login at all. I never got redirected in the browser to login and credentials.json file doesnt even exist
@trustosas commented on GitHub (Aug 6, 2025):
Experiencing this issue on a fresh install, with or without credentials.json provided.
@Googolplexed0 commented on GitHub (Aug 8, 2025):
Please try updating librespot (see #44) and Zotify to Release v0.9.11. Run with the
--debugflag in the command line and attach the resulting .log file here. This may give some extra insight into what is going wrong.@MrHitMan1 commented on GitHub (Aug 8, 2025):
Huh after updating librespot and zotify i tried running it again and typing in the cmd after it was stuck on the 'logging in' status managed to generate the link to authorize?
Yup now its downloading songs perfectly fine
@Googolplexed0 commented on GitHub (Aug 8, 2025):
Glad to hear that updating fixed your issue. @trustosas and @TNAS123, see if updating fixes this for you as well. API changes went into effect a few days ago and broke some things.
@MrHitMan1 commented on GitHub (Aug 8, 2025):
Im not sure if the update fixed it completely because it wasnt doing anything until i accidentally pressed a key in cmd. Maybe the same happens in the older version?
@TNAS123 commented on GitHub (Aug 12, 2025):
Updating worked - all fixed! Thank you