debridmediamanager / zurg-testing

A self-hosted Real-Debrid webdav server you can use with Infuse. Together with rclone it can mount your Real-Debrid torrent library into your filesystem and load it to Plex or Jellyfin.
480 stars 36 forks source link

Bug: check for changes doesn't do anything after a while #58

Closed Varming73 closed 9 months ago

Varming73 commented 9 months ago

Using 0.9.3.hotfix3 commit a46e7df with config ´check_for_changes_every_secs: 15´changes are triggering an update at first but after some hours this seems to stop working. With log level DEBUG nothing helpful is seen in the logs.

yowmamasita commented 9 months ago

I've figured out the issue. The checksum if it fails (because of api timeout) will crash the refresh job. I'll send a fix soon.

yowmamasita commented 9 months ago

The workaround is to increase the api_timeout_secs to 60

Varming73 commented 9 months ago

As the updates to the drive aren't detected RDT seems to fail and redownload. So am getting dublicates at the moment (even after increasing the timeout to 60). With Debrid Media Manager I can see the downloads as completed but not in the Zurg mount.

yowmamasita commented 9 months ago
image

I've added this, also changed the defaults for timeouts