Open zarrar-html opened 5 days ago
Same here on Linux 6.11.0-3-aarch64-ARCH #1 SMP PREEMPT_DYNAMIC Thu Sep 19 11:53:30 MDT 2024 aarch64 GNU/Linux
:
[a@alarm muza]$ rip search qobuz holy wars
[22:55:21] INFO App id/secrets not found, fetching qobuz.py:157
╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮
│ /usr/bin/rip:8 in <module> │
│ │
│ 5 from streamrip.rip import rip │
│ 6 if __name__ == "__main__": │
│ 7 │ sys.argv[0] = re.sub(r"(-script\.pyw|\.exe)?$", "", sys.argv[0]) │
│ ❱ 8 │ sys.exit(rip()) │
│ 9 │
│ │
│ /usr/lib/python3.12/site-packages/click/core.py:1157 in __call__ │
│ │
│ ... 13 frames hidden ... │
│ │
│ /usr/lib/python3.12/site-packages/streamrip/client/qobuz.py:383 in _get_app_id_and_secrets │
│ │
│ 380 │ │
│ 381 │ async def _get_app_id_and_secrets(self) -> tuple[str, list[str]]: │
│ 382 │ │ async with QobuzSpoofer() as spoofer: │
│ ❱ 383 │ │ │ return await spoofer.get_app_id_and_secrets() │
│ 384 │ │
│ 385 │ async def _get_valid_secret(self, secrets: list[str]) -> str: │
│ 386 │ │ results = await asyncio.gather( │
│ │
│ /usr/lib/python3.12/site-packages/streamrip/client/qobuz.py:120 in get_app_id_and_secrets │
│ │
│ 117 │ │ │ ).decode("utf-8") │
│ 118 │ │ │
│ 119 │ │ vals: List[str] = list(secrets.values()) │
│ ❱ 120 │ │ vals.remove("") │
│ 121 │ │ │
│ 122 │ │ secrets_list = vals │
│ 123 │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
ValueError: list.remove(x): x not in list
Describe the bug
upon trying to run a command to pull an albums songs, i get an error stating "x not in list"
Command Used
Debug Traceback
Config File
Operating System
MacOS 15
streamrip version
2.0.5
Screenshots and recordings
No response
Additional context
No response