-
-
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
Error downloading some tracks from Tidal #724
Comments
See the discussion on issue #721 Tidal has made some changes, but there is a workaround. |
What is the workaround? |
change the quality in your config from '3' to '2' or use the following command when you want to download something
it will download 16 Bit FLAC but if you're alright with that this should work for now |
the workaround also seems not to work anymore! ┌─────────────────────────────── Traceback (most recent call last) ────────────────────────────────┐ |
The workaround does indeed work for me. Does this only matter if you're paying for the higher tier subscription? |
Describe the bug
first got the error message that a file could not be opened - so I changed the config to NOT to download and save the artwortk...but the error still persists, now with following message:
┌─────────────────────────────── Traceback (most recent call last) ────────────────────────────────┐
│ in _run_module_as_main:198 │
│ in _run_code:88 │
│ │
│ ... 19 frames hidden ... │
│ │
│ C:\Users\whillbrand\AppData\Local\Programs\Python\Python311\Lib\json\decoder.py:337 in decode │
│ │
│ 334 │ │ containing a JSON document). │
│ 335 │ │ │
│ 336 │ │ """ │
│ > 337 │ │ obj, end = self.raw_decode(s, idx=_w(s, 0).end()) │
│ 338 │ │ end = _w(s, end).end() │
│ 339 │ │ if end != len(s): │
│ 340 │ │ │ raise JSONDecodeError("Extra data", s, end) │
│ │
│ C:\Users\whillbrand\AppData\Local\Programs\Python\Python311\Lib\json\decoder.py:355 in │
│ raw_decode │
│ │
│ 352 │ │ try: │
│ 353 │ │ │ obj, end = self.scan_once(s, idx) │
│ 354 │ │ except StopIteration as err: │
│ > 355 │ │ │ raise JSONDecodeError("Expecting value", s, err.value) from None │
│ 356 │ │ return obj, end │
│ 357 │
└──────────────────────────────────────────────────────────────────────────────────────────────────┘
JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Command Used
rip url https://tidal.com/browse/track/371510090?u
Debug Traceback
Config File
Operating System
Windows 10
streamrip version
2.0.5
Screenshots and recordings
rip-error.txt
Additional context
No response
The text was updated successfully, but these errors were encountered: