| URL | https://tidal.com/browse/album/522009718 |
|---|---|
| Service | tidal |
| Status | Error |
| Progress | Waiting... |
| Tracks | 0 / 0 |
| Created | 2026-06-21T02:49:30.245018+00:00 |
| Started | 2026-06-21T02:49:30.245605+00:00 |
| Finished | 2026-06-21T02:49:31.380313+00:00 |
Download failed.
│ │
│ 37 │ │ # Try to create the base folder. │
│ 38 │ │ os.makedirs(self.path_base, exist_ok=True) │
│ 39 │ │ │
│ ❱ 40 │ │ with open(self.file_path, encoding="utf-8", mode="w") as f: │
│ 41 │ │ │ # Save it in a pretty format │
│ 42 │ │ │ obj_json_config = json.loads(data_json) │
│ 43 │ │ │ json.dump(obj_json_config, f, indent=4) │
│ │
│ ╭───────────────────────────────── locals ─────────────────────────────────╮ │
│ │ config_to_compare = '{\n "skip_existing": true,\n "lyrics_embed": │ │
│ │ false,\n "lyrics_file": false'+1648 │ │
│ │ data_json = '{"skip_existing": true, "lyrics_embed": false, │ │
│ │ "lyrics_file": false, "use_primar'+1474 │ │
│ │ self = <tidal_dl_ng.config.Settings object at │ │
│ │ 0x7fa24221a300> │ │
│ ╰──────────────────────────────────────────────────────────────────────────╯ │
╰──────────────────────────────────────────────────────────────────────────────╯
OSError: [Errno 30] Read-only file system:
'/app/.config/tidal_dl_ng/settings.json'