-
Notifications
You must be signed in to change notification settings - Fork 274
cannot get tokens after reset #150
Description
hello
after i used the reset command
qobuz-dl -r
qobuz-dl no longer works :-(
when i want to creat a new cfg file
i get this error message after
download quality
Getting tokens. Please wait...
Traceback (most recent call last):
File "C:\Programme2\python\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Programme2\python\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Programme2\python\Scripts\qobuz-dl.exe_main.py", line 7, in
File "C:\Programme2\python\lib\site-packages\qobuz_dl\cli.py", line 113, in main
_initial_checks()
File "C:\Programme2\python\lib\site-packages\qobuz_dl\cli.py", line 106, in _initial_checks
_reset_config(CONFIG_FILE)
File "C:\Programme2\python\lib\site-packages\qobuz_dl\cli.py", line 57, in _reset_config
config["DEFAULT"]["app_id"] = str(spoofer.getAppId())
File "C:\Programme2\python\lib\site-packages\qobuz_dl\spoofbuz.py", line 25, in getAppId
return re.search(self.appId_regex, self.bundle).group("app_id")
AttributeError: 'NoneType' object has no attribute 'group'
i reinstalled qobuz-dl but it didn't help