vitiko98 / qobuz-dl

A complete Lossless and Hi-Res music downloader for Qobuz
GNU General Public License v3.0
1.45k stars 193 forks source link

Suddenly nothing downloads anymore #69

Closed TheMaxynator closed 3 years ago

TheMaxynator commented 3 years ago

Today, I downloaded a full artist page succesfully and when I put in the next command it suddenly gave me this error. I tried to reset my credentials like it suggested and I tried another album. Now nothing seems to be able to be downloaded. I upgraded to the newest 0.9.6 version and every time I login again it does say

Getting tokens. Please wait...
Config file updated. Edit more options in C:\Users\USER\AppData\Roaming\qobuz-dl\config.ini
so you don't have to call custom flags every time you run a qobuz-dl command.

Here is the error log I get on every download I tried since then.

C:\Users\USER\Downloads\Music\Qobuz Downloads>qobuz-dl dl https://play.qobuz.com/album/r32npvhwjw0zb -q 27 --no-fallback --og-cover --embed-art
Logging...
Traceback (most recent call last):
  File "c:\users\USER\appdata\local\programs\python\python39\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "c:\users\USER\appdata\local\programs\python\python39\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\USER\AppData\Local\Programs\Python\Python39\Scripts\qobuz-dl.exe\__main__.py", line 7, in <module>
  File "c:\users\USER\appdata\local\programs\python\python39\lib\site-packages\qobuz_dl\cli.py", line 135, in main
    qobuz.initialize_client(email, password, app_id, secrets)
  File "c:\users\USER\appdata\local\programs\python\python39\lib\site-packages\qobuz_dl\core.py", line 81, in initialize_client
    self.client = qopy.Client(email, pwd, app_id, secrets)
  File "c:\users\USER\appdata\local\programs\python\python39\lib\site-packages\qobuz_dl\qopy.py", line 38, in __init__
    self.auth(email, pwd)
  File "c:\users\USER\appdata\local\programs\python\python39\lib\site-packages\qobuz_dl\qopy.py", line 118, in auth
    usr_info = self.api_call("user/login", email=email, pwd=pwd)
  File "c:\users\USER\appdata\local\programs\python\python39\lib\site-packages\qobuz_dl\qopy.py", line 106, in api_call
    raise AuthenticationError("Invalid credentials.\n" + RESET)
qobuz_dl.exceptions.AuthenticationError: Invalid credentials.
Reset your credentials with 'qobuz-dl -r'

EDIT: After reading the error log, I am so dumb...