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

artists added from tidal, can touch a file (so no perms issue) but the download action don't do anything #29

Open
silkyclouds opened this issue Oct 7, 2024 · 1 comment

Comments

@silkyclouds
Copy link

Hi there,

I’ve set up Tidal sync, and I can see my Tidal artists appearing in Tidalrr with albums listed under the Albums section. I’ve verified that permissions are correct; when I run docker exec -ti tidalrr /bin/sh, navigate to /app/download, and create a test file with touch test, I can see that I’m able to write to the host-mapped folder without issues.

I’ve also started Tidalrr with both PUID and GUID set to 0.

Here’s the permission setup on my host folder:

root@Murray:/mnt/user/HEY/Music/tidalrr# ls -lah
total 0
drwxrwxrwx 1 root root 28 Oct  7 09:13 ./
drwxrwxrwx 1 root root 60 Oct  7 09:12 ../
drwxrwxrwx 1 root root  8 Oct  7 10:03 download/
drwxrwxrwx 1 root root  0 Oct  7 09:13 import/

However, when I click the “Download” task button, nothing happens. Here’s what I see in the logs:

2024-10-07 08:12:03 Starting downloads
LOG: Running job "startDownloads"
2024-10-07 08:12:03 startDownloads
Non-Empty Access Token, logging in
LOG: Job "startDownloads" completed in 0 seconds

The albums remain at 0% downloaded, and the logs stay completely empty—there’s no error message or any indication of an issue.

Does anyone have an idea of what might be causing this? Is there a way to enable verbose or debug logging to help identify what might be blocking the process?

Thanks in advance for your help!

@Marin2807
Copy link

Same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants