-
Notifications
You must be signed in to change notification settings - Fork 191
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
Failed to match APP ID #202
Comments
Same issue on ventura with m1 macbook.... Getting tokens. Please wait... |
I experienced the same problem. I swtich to QobuzDownloaderX |
I experience the same problem on Catalina, on trying to initialize my config file (first use of qobuz-dl on this computer)... |
I've created a pull request to fix this issue. While waiting for the maintainer to merge it, you can use my forked repository. |
Thanks a lot @qwerzl !!! Have a nice day :) |
@qwerzl bit of a noob question, but how do I install your fork? Thanks in advance. |
I followed these instructions: https://stackoverflow.com/questions/20101834/pip-install-from-git-repo-branch and this is what I did...
|
Thnak you |
But with Qobuz FDownloader X there's no way of downloading multiple URLs at a time... you have to go one by one. Or I am wrong? |
Waiting to these things be fixed, I've this issue too |
Fix #202: Update regex for the latest bundle.js
EDIT : fixed by removing & reinstalling all python / pip stuff in command line before re-install qobuz-dl. Hello @vitiko98, i'm on macbook air M1 Ventura 13.0. Getting tokens. Please wait... Please do you have a solution for this issue ? |
I followed the instruction on Windows 11. It worked a few months ago.
Traceback (most recent call last):
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Users\user\AppData\Local\Programs\Python\Python310\Scripts\qobuz-dl.exe_main.py", line 7, in
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\qobuz_dl\cli.py", line 113, in main
_initial_checks()
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\qobuz_dl\cli.py", line 106, in _initial_checks
_reset_config(CONFIG_FILE)
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\qobuz_dl\cli.py", line 57, in _reset_config
config["DEFAULT"]["app_id"] = str(bundle.get_app_id())
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\qobuz_dl\bundle.py", line 53, in get_app_id
raise NotImplementedError("Failed to match APP ID")
NotImplementedError: Failed to match APP ID
The text was updated successfully, but these errors were encountered: