mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[GH-ISSUE #93] Login Fails #81
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#81
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 @zimmerma379 on GitHub (Oct 3, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/93
Originally assigned to: @Googolplexed0 on GitHub.
Zotify Version
v0.9.27
Bug Description
Deleted "credentials.json" file to trigger creation of new login credentials. Issue zotify command to download track. Paste login URL presented into Chrome and complete login process. New "credentials.json" file is created. However, noticed "http://127.0.0.1:4381" page that used to be presented at end of login & grant process now gets error ["This site can’t be reached. 127.0.0.1 refused to connect."]. And zotify gets "librespot.mercury.MercuryClient.MercuryException: status: 403" error.
I'm sure it's me doing something incorrectly, but can not figure it out. :-(
Bug Triggering Command
zotify.exe "https://open.spotify.com/track/xxx" --download-real-time TRUE --download-lyrics FALSE
Error Traceback / Logs
Config File
{ "SAVE_CREDENTIALS": "True", "CREDENTIALS_LOCATION": "", "OUTPUT": "{track_number} {song_name}", "ROOT_PATH": "C:\\Users\\Bob\\Downloads", "ROOT_PODCAST_PATH": "", "SPLIT_ALBUM_DISCS": "True", "DOWNLOAD_LYRICS": "True", "MD_SAVE_GENRES": "False", "MD_ALLGENRES": "False", "MD_GENREDELIMITER": ",", "DOWNLOAD_FORMAT": "ogg", "DOWNLOAD_QUALITY": "auto", "TRANSCODE_BITRATE": "auto", "SKIP_EXISTING": "False", "SKIP_PREVIOUSLY_DOWNLOADED": "False", "RETRY_ATTEMPTS": "1", "BULK_WAIT_TIME": "1", "CHUNK_SIZE": "20000", "DOWNLOAD_REAL_TIME": "False", "LANGUAGE": "en", "PRINT_SPLASH": "False", "PRINT_SKIPS": "True", "PRINT_DOWNLOAD_PROGRESS": "True", "PRINT_ERRORS": "True", "PRINT_DOWNLOADS": "True", "PRINT_API_ERRORS": "True", "PRINT_PROGRESS_INFO": "True", "PRINT_WARNINGS": "True", "TEMP_DOWNLOAD_DIR": "" }Additional Context
None.
@zimmerma379 commented on GitHub (Oct 3, 2025):
I see closed bug reports here noting issue with "librespot". Do I have the wrong version of "librespot"? Upon updating "zotify" to v0.9.27 today, the following was noted for "librespot":
@zimmerma379 commented on GitHub (Oct 3, 2025):
Well, made a little progress. "Force" updated my "librespot" install with these commands:
Seems login may be working now? But still NOT getting the old "Authorization successful. You can close this window" page after login & grant process on "http://127.0.0.1:4381/" page. Instead get these pages:
And still can NOT download track. Get these errors:
@zimmerma379 commented on GitHub (Oct 3, 2025):
So guess this bug was initially a duplicate of #48, but now a duplicate of #86?
@Googolplexed0 commented on GitHub (Oct 4, 2025):
Unfortunately, yes.