-
-
Notifications
You must be signed in to change notification settings - Fork 247
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
[BUG] Could Not Find App ID Qobuz #333
Comments
I have the same issue on a fresh install. I'm using Pop_Os |
just tried this rip utility and had the same issue workaround: change |
error unbalanced parenthesis at position 163 at ~\AppData\Local\Programs\Python\Python39\lib\sre_parse.py:969 in parse If this was unexpected, please open a Bug Report at https://github.com/nathom/streamrip/issues/new/choose
|
Fixed in |
sorry typo with ) instead of } |
Describe the bug
PS C:\Windows\system32> rip url https://play.qobuz.com/artist/4126621
Logging into qobuz
Exception
Could not find app id.
at c:\users\cotyw\appdata\local\programs\python\python38\lib\site-packages\streamrip\spoofbuz.py:53 in get_app_id
49│ match = re.search(self.app_id_regex, self.bundle)
50│ if match is not None:
51│ return str(match.group("app_id"))
52│
→ 53│ raise Exception("Could not find app id.")
54│
55│ def get_secrets(self) -> List[str]:
56│ """Get secrets."""
57│ seed_matches = re.finditer(self.seed_timezone_regex, self.bundle)
If this was unexpected, please open a Bug Report at https://github.com/nathom/streamrip/issues/new/choose
PS C:\Windows\system32>
Command Used
Debug Traceback
Config File
default fresh config
Operating System
Windows 10
streamrip version
dev and stable
Screenshots and recordings
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: