rogerfar / rdt-client

Real-Debrid Client Proxy
MIT License
835 stars 108 forks source link

rdt-client does not search for downloaded files in the base symlink folder #559

Closed mitchellkelly closed 1 week ago

mitchellkelly commented 1 month ago

AllDebrid will sometimes save files in the base symlink folder. Since rdt-client doesnt check the base folder for files, the download will fail.

What version are you using? 2.0.81

Wat OS are you running? Debian 12.5

Are you using Docker or as a service? Docker

Which debrid provider are you using? AllDebrid

Which downloader are you using? Symlink

Please attach a log file here with the log setting set to debug

[21:36:52 DBG] Searching /mnt/debrid for The.Bear.S03E01.Tomorrow.1080p.DSNP.WEB-DL.DDP5.1.H.264-NTb[EZTVx.to].mkv (attempt #8)...
[21:36:52 DBG] Searching /mnt/debrid/debrid/The.Bear.S03E01.Tomorrow.1080p.DSNP.WEB-DL.DDP5.1.H.264-NTb[EZTVx.to].mkv...
[21:36:52 DBG] Searching /mnt/debrid/mnt/The.Bear.S03E01.Tomorrow.1080p.DSNP.WEB-DL.DDP5.1.H.264-NTb[EZTVx.to].mkv...
[21:36:52 DBG] Searching /mnt/debrid/The.Bear.S03E01.Tomorrow.1080p.DSNP.WEB-DL.DDP5.1.H.264-NTb[EZTVx.to].mkv/The.Bear.S03E01.Tomorrow.1080p.DSNP.WEB-DL.DDP5.1.H.264-NTb[EZTVx.to].mkv...
[21:36:52 DBG] Searching /mnt/debrid/The.Bear.S03E01.Tomorrow.1080p.DSNP.WEB-DL.DDP5.1.H.264-NTb[EZTVx.to]/The.Bear.S03E01.Tomorrow.1080p.DSNP.WEB-DL.DDP5.1.H.264-NTb[EZTVx.to].mkv...
[21:37:00 DBG] Searching /mnt/debrid for The.Bear.S03E01.Tomorrow.1080p.DSNP.WEB-DL.DDP5.1.H.264-NTb[EZTVx.to].mkv (attempt #9)...
[21:37:00 DBG] Searching /mnt/debrid/debrid/The.Bear.S03E01.Tomorrow.1080p.DSNP.WEB-DL.DDP5.1.H.264-NTb[EZTVx.to].mkv...
[21:37:00 DBG] Searching /mnt/debrid/mnt/The.Bear.S03E01.Tomorrow.1080p.DSNP.WEB-DL.DDP5.1.H.264-NTb[EZTVx.to].mkv...
[21:37:00 DBG] Searching /mnt/debrid/The.Bear.S03E01.Tomorrow.1080p.DSNP.WEB-DL.DDP5.1.H.264-NTb[EZTVx.to].mkv/The.Bear.S03E01.Tomorrow.1080p.DSNP.WEB-DL.DDP5.1.H.264-NTb[EZTVx.to].mkv...
[21:37:00 DBG] Searching /mnt/debrid/The.Bear.S03E01.Tomorrow.1080p.DSNP.WEB-DL.DDP5.1.H.264-NTb[EZTVx.to]/The.Bear.S03E01.Tomorrow.1080p.DSNP.WEB-DL.DDP5.1.H.264-NTb[EZTVx.to].mkv...
grumlu commented 2 weeks ago

I don't recall having the issue in the past but now I'm impacted as well. This PR would be quite helpful, as I don't know how to integrate this change within a docker container.