itsToggle / rclone_RD

RClone Fork that implements RealDebrid
https://rclone.org
MIT License
175 stars 34 forks source link

Incomplete listing and undesirable deletion of torrent with missing files #33

Open g1tusername opened 1 year ago

g1tusername commented 1 year ago

When listing the contents of a torrent with many files of which one is missing, listing is incomplete, and rclone_RD makes a whole lot of delete and re-download requests that do not seem to help retrieving the missing file.

As an example, consider a torrent with files A, B and C. If I unrestrict links on real-debrid.com I get links for A and C, but for B I get the message

https://real-debrid.com/d/...: hoster_unavailable

For such a torrent, rclone_RD version v1.58.1-rd.2.1 displays only A. This happens both when mounting the debrid + listing the folder or serving it as HTTP + accessing the folder from the browser. Additionally, rclone_RD prints "Redownloading dead torrent X" to the logs. It then makes a whole bunch of delete requests and re-adds the torrent to real-debrid.

Seemingly, behavior is as follows (possibly not fully correct):

The torrent I am accessing has the same fault for file B after re-adding it, so this results in a lot of superfluous requests and weird behavior, at even the files preceding B (A) seem to become unavailable after the DELETE request is made.

Desired behavior for me would be one of the following:

  1. I see all files in the torrent except for the missing one.
  2. Alternatively, I see all the files and can access all of them, except the missing file.

rclone_RD is a lot faster for me than rclone+WebDAV, so thanks a lot for creating this software!

itsToggle commented 1 year ago

hey thanks for reporting this! I will not be able to add this to the newest bug fix update, but I will try to keep this in mind for the broader update that is coming soon. This broader update will allow file renaming and moving, and development for it will continue at the end of april.

Photo-0ps commented 1 year ago

hey thanks for reporting this! I will not be able to add this to the newest bug fix update, but I will try to keep this in mind for the broader update that is coming soon. This broader update will allow file renaming and moving, and development for it will continue at the end of april.

Hey, any update on this?