Some error (no idea what it is saying...) #313

Open
opened 2025-11-10 04:27:37 -05:00 by FizzyMUC · 1 comment
FizzyMUC commented 2025-11-10 04:27:37 -05:00 (Migrated from github.com)

Hi,
I'm trying to use notify (it did work in the past). I quit my premium subscription and just reactivated it now to download some tracks, but it is throwing error when I do so:

Traceback (most recent call last): File "/Users/fizzymuc/.local/bin/zotify", line 8, in <module> sys.exit(main()) ~~~~^^ File "/Users/fizzymuc/.local/pipx/venvs/zotify/lib/python3.13/site-packages/zotify/__main__.py", line 64, in main args.func(args) ~~~~~~~~~^^^^^^ File "/Users/fizzymuc/.local/pipx/venvs/zotify/lib/python3.13/site-packages/zotify/app.py", line 21, in client Zotify(args) ~~~~~~^^^^^^ File "/Users/fizzymuc/.local/pipx/venvs/zotify/lib/python3.13/site-packages/zotify/zotify.py", line 21, in __init__ Zotify.login(args) ~~~~~~~~~~~~^^^^^^ File "/Users/fizzymuc/.local/pipx/venvs/zotify/lib/python3.13/site-packages/zotify/zotify.py", line 32, in login cls.SESSION = Session.Builder(conf).stored_file(cred_location).create() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/Users/fizzymuc/.local/pipx/venvs/zotify/lib/python3.13/site-packages/librespot/core.py", line 1634, in create session.authenticate(self.login_credentials) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/fizzymuc/.local/pipx/venvs/zotify/lib/python3.13/site-packages/librespot/core.py", line 954, in authenticate self.dealer().connect() ~~~~~~~~~~~~~~~~~~~~~^^ File "/Users/fizzymuc/.local/pipx/venvs/zotify/lib/python3.13/site-packages/librespot/core.py", line 450, in connect self.__session.tokens().get("playlist-read"), ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/Users/fizzymuc/.local/pipx/venvs/zotify/lib/python3.13/site-packages/librespot/core.py", line 2238, in get return self.get_token(scope).access_token ~~~~~~~~~~~~~~^^^^^^^ File "/Users/fizzymuc/.local/pipx/venvs/zotify/lib/python3.13/site-packages/librespot/core.py", line 2258, in get_token response = self._session.mercury().send_sync_json( MercuryRequests.request_token(self._session.device_id(), ",".join(scopes))) File "/Users/fizzymuc/.local/pipx/venvs/zotify/lib/python3.13/site-packages/librespot/mercury.py", line 186, in send_sync_json raise MercuryClient.MercuryException(response) librespot.mercury.MercuryClient.MercuryException: status: 403

I don't think it's a credentials issue but something else. Please be ready to explain like I was 4 :D

Hi, I'm trying to use notify (it did work in the past). I quit my premium subscription and just reactivated it now to download some tracks, but it is throwing error when I do so: `Traceback (most recent call last): File "/Users/fizzymuc/.local/bin/zotify", line 8, in <module> sys.exit(main()) ~~~~^^ File "/Users/fizzymuc/.local/pipx/venvs/zotify/lib/python3.13/site-packages/zotify/__main__.py", line 64, in main args.func(args) ~~~~~~~~~^^^^^^ File "/Users/fizzymuc/.local/pipx/venvs/zotify/lib/python3.13/site-packages/zotify/app.py", line 21, in client Zotify(args) ~~~~~~^^^^^^ File "/Users/fizzymuc/.local/pipx/venvs/zotify/lib/python3.13/site-packages/zotify/zotify.py", line 21, in __init__ Zotify.login(args) ~~~~~~~~~~~~^^^^^^ File "/Users/fizzymuc/.local/pipx/venvs/zotify/lib/python3.13/site-packages/zotify/zotify.py", line 32, in login cls.SESSION = Session.Builder(conf).stored_file(cred_location).create() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/Users/fizzymuc/.local/pipx/venvs/zotify/lib/python3.13/site-packages/librespot/core.py", line 1634, in create session.authenticate(self.login_credentials) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/fizzymuc/.local/pipx/venvs/zotify/lib/python3.13/site-packages/librespot/core.py", line 954, in authenticate self.dealer().connect() ~~~~~~~~~~~~~~~~~~~~~^^ File "/Users/fizzymuc/.local/pipx/venvs/zotify/lib/python3.13/site-packages/librespot/core.py", line 450, in connect self.__session.tokens().get("playlist-read"), ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/Users/fizzymuc/.local/pipx/venvs/zotify/lib/python3.13/site-packages/librespot/core.py", line 2238, in get return self.get_token(scope).access_token ~~~~~~~~~~~~~~^^^^^^^ File "/Users/fizzymuc/.local/pipx/venvs/zotify/lib/python3.13/site-packages/librespot/core.py", line 2258, in get_token response = self._session.mercury().send_sync_json( MercuryRequests.request_token(self._session.device_id(), ",".join(scopes))) File "/Users/fizzymuc/.local/pipx/venvs/zotify/lib/python3.13/site-packages/librespot/mercury.py", line 186, in send_sync_json raise MercuryClient.MercuryException(response) librespot.mercury.MercuryClient.MercuryException: status: 403 ` I don't think it's a credentials issue but something else. Please be ready to explain like I was 4 :D
ForestSageGlow commented 2025-12-17 01:10:25 -05:00 (Migrated from github.com)

login / authentication issue. this repo is no longer maintained.

Check out this fork that's actively maintained and addresses login issues

https://github.com/Googolplexed0/zotify/issues

in plain english the code you're using no longer works you'll need to install the forked repo code.

login / authentication issue. this repo is no longer maintained. Check out this fork that's actively maintained and addresses login issues https://github.com/Googolplexed0/zotify/issues in plain english the code you're using no longer works you'll need to install the forked repo code.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
zotify-dev/zotify#313
No description provided.