-
Notifications
You must be signed in to change notification settings - Fork 227
Description
Hey, sorry if this is obvious I'm very new to anything using zotify etc. especially for Mac, I'm getting the bad credentials error but going through that issue's thread I can't seem to find anything mac specific to help with this. Here's what the terminal says:
Username: *******
Password: *********
Traceback (most recent call last):
File "/Users/fionarose/.local/bin/zotify", line 6, in
sys.exit(main())
~~~~^^
File "/Users/fionarose/.local/pipx/venvs/zotify/lib/python3.14/site-packages/zotify/main.py", line 64, in main
args.func(args)
~~~~~~~~~^^^^^^
File "/Users/fionarose/.local/pipx/venvs/zotify/lib/python3.14/site-packages/zotify/app.py", line 21, in client
Zotify(args)
~~~~~~^^^^^^
File "/Users/fionarose/.local/pipx/venvs/zotify/lib/python3.14/site-packages/zotify/zotify.py", line 21, in init
Zotify.login(args)
~~~~~~~~~~~~^^^^^^
File "/Users/fionarose/.local/pipx/venvs/zotify/lib/python3.14/site-packages/zotify/zotify.py", line 46, in login
cls.SESSION = Session.Builder(conf).user_pass(user_name, password).create()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/Users/fionarose/.local/pipx/venvs/zotify/lib/python3.14/site-packages/librespot/core.py", line 1680, in create
session.authenticate(self.login_credentials)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/fionarose/.local/pipx/venvs/zotify/lib/python3.14/site-packages/librespot/core.py", line 964, in authenticate
self.__authenticate_partial(credential, False)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "/Users/fionarose/.local/pipx/venvs/zotify/lib/python3.14/site-packages/librespot/core.py", line 1375, in __authenticate_partial
raise Session.SpotifyAuthenticationException(ap_login_failed)
librespot.core.Session.SpotifyAuthenticationException: BadCredentials