You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker-compose -f /home/jfc/scripts/dc-zspotify/docker-compose.yml run --rm zspotifyK -lsdall
Stack Trace
INFO: version: 3.0.3
INFO: Login to Spotify
Username: MyUser
Password:
Traceback (most recent call last):
File "/usr/local/bin/zyspotify", line 8, in<module>sys.exit(main())
^^^^^^
File "/usr/local/lib/python3.12/site-packages/zyspotify/__main__.py", line 710, in main
zys.start()
File "/usr/local/lib/python3.12/site-packages/zyspotify/__main__.py", line 616, in start
while not self.login():
^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/zyspotify/__main__.py", line 150, in login
if self.respot.is_authenticated(username, password):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/zyspotify/respot.py", line 52, in is_authenticated
if self.auth.login(username, password):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/zyspotify/respot.py", line 110, in login
return self._authenticate_with_user_pass(username, password)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/zyspotify/respot.py", line 133, in _authenticate_with_user_pass
self.session = Session.Builder().user_pass(username, password).create()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/librespot/core.py", line 1634, in create
session.authenticate(self.login_credentials)
File "/usr/local/lib/python3.12/site-packages/librespot/core.py", line 939, in authenticate
self.__authenticate_partial(credential, False)
File "/usr/local/lib/python3.12/site-packages/librespot/core.py", line 1350, in __authenticate_partial
raise Session.SpotifyAuthenticationException(ap_login_failed)
librespot.core.Session.SpotifyAuthenticationException: BadCredentials
The text was updated successfully, but these errors were encountered:
Environment (please complete the following information):
docker-compose -f /home/jfc/scripts/dc-zspotify/docker-compose.yml run --rm zspotifyK -lsdall
Docker Compose used
To Reproduce
Stack Trace
The text was updated successfully, but these errors were encountered: