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

[BUG] Could Not Find App ID Qobuz #333

Closed
COTYWALT opened this issue May 21, 2022 · 5 comments
Closed

[BUG] Could Not Find App ID Qobuz #333

COTYWALT opened this issue May 21, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@COTYWALT
Copy link

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

rip url https://play.qobuz.com/artist/4126621

Debug Traceback

see text

Config File

default fresh config

Operating System

Windows 10

streamrip version

dev and stable

Screenshots and recordings

No response

Additional context

No response

@COTYWALT COTYWALT added the bug Something isn't working label May 21, 2022
@bulderi
Copy link

bulderi commented May 22, 2022

I have the same issue on a fresh install. I'm using Pop_Os

@benzekat75
Copy link

just tried this rip utility and had the same issue
checked spoofbuz.py and found that line 31 regex is no longer valid

workaround: change
r'on/0.2/"},n.base_url="https://play\.qobuz\.com"'
by
r'on/0.2/"},n.base_url="https://(nightly-){0,1)play.qobuz.com"'

@snaplx
Copy link

snaplx commented May 24, 2022

r'on/0.2/"},n.base_url="https://(nightly-){0,1)play.qobuz.com"'

error

unbalanced parenthesis at position 163

at ~\AppData\Local\Programs\Python\Python39\lib\sre_parse.py:969 in parse
965│ p.state.flags = fix_flags(str, p.state.flags)
966│
967│ if source.next is not None:
968│ assert source.next == ")"
→ 969│ raise source.error("unbalanced parenthesis")
970│
971│ for g in p.state.grouprefpos:
972│ if g >= p.state.groups:
973│ msg = "invalid group reference %d" % g

If this was unexpected, please open a Bug Report at https://github.com/nathom/streamrip/issues/new/choose

  • Can you please help me with this error?

nathom added a commit that referenced this issue May 24, 2022
@nathom
Copy link
Owner

nathom commented May 24, 2022

Fixed in v1.9.5

@nathom nathom closed this as completed May 24, 2022
@benzekat75
Copy link

sorry typo with ) instead of }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants