-
Notifications
You must be signed in to change notification settings - Fork 274
Credentials reported invalid although they work fine on regular player #329
Description
Just today I started getting this error:
%qobuz-dl dl https://open.qobuz.com/album/0888880783004
Logging...
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.13/bin/qobuz-dl", line 7, in
sys.exit(main())
~~~~^^
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/qobuz_dl/cli.py", line 174, in main
qobuz.initialize_client(email, password, app_id, secrets)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/qobuz_dl/core.py", line 73, in initialize_client
self.client = qopy.Client(email, pwd, app_id, secrets)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/qobuz_dl/qopy.py", line 39, in init
self.auth(email, pwd)
~~~~~~~~~^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/qobuz_dl/qopy.py", line 124, in auth
usr_info = self.api_call("user/login", email=email, pwd=pwd)
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/qobuz_dl/qopy.py", line 109, in api_call
raise AuthenticationError("Invalid credentials.\n" + RESET)
qobuz_dl.exceptions.AuthenticationError: Invalid credentials.
Reset your credentials with 'qobuz-dl -r'
I've checked my credentials, they work perfectly from iOS, MacOS, Android, and even WiiM.
I've seen similar issues before and some say it could be Qobuz blocking the download whilst other say it's an issue with their servers.
Anyone else seeing this behaviour today?