Closed jlgarnier closed 2 years ago
The path under the database entries need to actually be the path to a database file, not the directory.
I would set this block
# This stores a list of item IDs so that repeats are not downloaded.
[database.downloads]
enabled = true
path = "/home/jlgarnier/Musique/"
# If a download fails, the item ID is stored here. Then, `rip repair` can be
# called to retry the downloads
[database.failed_downloads]
enabled = true
path = "/home/jlgarnier/Musique/"
to
# This stores a list of item IDs so that repeats are not downloaded.
[database.downloads]
enabled = true
path = "/home/jlgarnier/Musique/streamrip_downloads.sqlite"
# If a download fails, the item ID is stored here. Then, `rip repair` can be
# called to retry the downloads
[database.failed_downloads]
enabled = true
path = "/home/jlgarnier/Musique/streamrip_failed.sqlite"
OK, thanks a lot! I'll update the config and will try again!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
New installation on a Linux machine, install = OK Config done by editing the config file (arl token for Deezer)
Command Used
Debug Traceback
Config File
Operating System
Manjaro Linux
streamrip version
1.7
Screenshots and recordings
No response
Additional context
No response