Skip to content
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

Closed
shaoxinyu opened this issue Mar 15, 2023 · 11 comments · Fixed by #204
Closed

Failed to match APP ID #202

shaoxinyu opened this issue Mar 15, 2023 · 11 comments · Fixed by #204

Comments

@shaoxinyu
Copy link

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

@analogrytm
Copy link

Same issue on ventura with m1 macbook....

Getting tokens. Please wait...
Traceback (most recent call last):
File "/opt/homebrew/bin/qobuz-dl", line 8, in
sys.exit(main())
^^^^^^
File "/opt/homebrew/lib/python3.11/site-packages/qobuz_dl/cli.py", line 113, in main
_initial_checks()
File "/opt/homebrew/lib/python3.11/site-packages/qobuz_dl/cli.py", line 106, in _initial_checks
_reset_config(CONFIG_FILE)
File "/opt/homebrew/lib/python3.11/site-packages/qobuz_dl/cli.py", line 57, in _reset_config
config["DEFAULT"]["app_id"] = str(bundle.get_app_id())
^^^^^^^^^^^^^^^^^^^
File "/opt/homebrew/lib/python3.11/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

@TithyLamy
Copy link

I experienced the same problem. I swtich to QobuzDownloaderX
They solved the APP ID problem a few hours ago. Hoping someone fix this Py code soon !

@lisentouffe
Copy link

I experience the same problem on Catalina, on trying to initialize my config file (first use of qobuz-dl on this computer)...
Have you found a solution yet ? QobuzDownloaderX is not an option for me, it runs on Windows...
Thanks in advance !

@qwerzl
Copy link
Contributor

qwerzl commented Mar 17, 2023

I've created a pull request to fix this issue. While waiting for the maintainer to merge it, you can use my forked repository.

@lisentouffe
Copy link

Thanks a lot @qwerzl !!! Have a nice day :)

@peworjlfk
Copy link

@qwerzl bit of a noob question, but how do I install your fork? Thanks in advance.

@analogrytm
Copy link

@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...

pip uninstall qobuz-dl
pip install git+https://github.com/qwerzl/qobuz-dl.git

@peworjlfk
Copy link

@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...

pip uninstall qobuz-dl
pip install git+https://github.com/qwerzl/qobuz-dl.git

Thnak you

@pedrotg30
Copy link

I experienced the same problem. I swtich to QobuzDownloaderX They solved the APP ID problem a few hours ago. Hoping someone fix this Py code soon !

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?

@seensoul
Copy link

Waiting to these things be fixed, I've this issue too

vitiko98 added a commit that referenced this issue Mar 26, 2023
Fix #202: Update regex for the latest bundle.js
@vitiko98 vitiko98 pinned this issue Mar 28, 2023
@mandraxg
Copy link

mandraxg commented Jul 22, 2023

EDIT : fixed by removing & reinstalling all python / pip stuff in command line before re-install qobuz-dl.
All working well now 👍

Hello @vitiko98,
I'm using qobuz-dl for a long time, everything was working fine until recently, but today i encountered this error message after a reset :(

i'm on macbook air M1 Ventura 13.0.

Getting tokens. Please wait...
Traceback (most recent call last):
File "/usr/local/bin/qobuz-dl", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.9/site-packages/qobuz_dl/cli.py", line 151, in main
sys.exit(_reset_config(CONFIG_FILE))
File "/usr/local/lib/python3.9/site-packages/qobuz_dl/cli.py", line 57, in _reset_config
config["DEFAULT"]["app_id"] = str(bundle.get_app_id())
File "/usr/local/lib/python3.9/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

Please do you have a solution for this issue ?
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants