mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[GH-ISSUE #68] [Bug Report] ImportError: cannot import name 'OAuth' from 'librespot.core' #57
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#57
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 @jozzo402 on GitHub (Sep 5, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/68
Originally assigned to: @Googolplexed0 on GitHub.
Bug Description
I installed the latest version and tried to run it with
zotify. It fails with the errorImportError: cannot import name 'OAuth' from 'librespot.core'.I tried reinstalling with both the pipx and python modules and both gave the same error.
Bug Triggering Command
Any
zotifycommand, including--helpError Traceback / Logs
Config File
NA
Zotify Version
Version: 0.9.26
@Googolplexed0 commented on GitHub (Sep 7, 2025):
This usually means that your librespot library is out of date. This can happen to the Python module version if you don't upgrade the
requirements.txtwhen updating Zotify. Theoretically, it shouldn't be possible to have this issue with the pipx version. Are you including--forcewhen updating the pipx version?@jozzo402 commented on GitHub (Sep 18, 2025):
Yep looks like that was the issue! I cleared out my old libraries and after reinstalling, the
zotifycommand works as normal.