-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot get tokens after reset #150
Comments
same here, went to reset this morning and got the same error. |
Same here. Tried to log in with another app and unable to log in. Qobuz apps all work fine. Seems like Qobuz API login procedure has changed. |
I'm aware of the issue. Sadly, I don't have any Qobuz account available at the moment. I'm gonna try to get one ASAP so I can fix this. |
It should be fixed. You can upgrade with Let me know if the issue persists |
hi Vitiko thx for the fast fix and thx for your nice tool |
thanks so much for the speedy fix!! |
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
The text was updated successfully, but these errors were encountered: