-
-
Notifications
You must be signed in to change notification settings - Fork 11
Issues with torbox rclone mount #35
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
Comments
Is it a usenet upload ? I remember seeing 405 issue on usenet provider. |
No, usenet is not being used at all. This happens when cinesync tries to place 'version.txt' file in the rclone mount. The txt file is present in the mount by the way. |
is there any guide for mounting torbox, I have'nt used it so far |
This is a sample docker compose for rclone: Services: This is the rclone conf for torbox: [torbox] I followed a guide in the riven discord. |
Thanks, I was able to reproduce it. But initally i could not find any version.txt in torbox when it is mounted. CineSync is trying to create one but since torbox is not allowing any uploads through mount, it is failing. |
Yes, thats it and the logs keep filling with the upload errors. |
This issue appears to be quite tricky when dealing with WebDAV mounts, particularly during creation or checking of a |
- Added `verify_mount_health` to perform non-intrusive health checks on mounted directories, eliminating the need for write access. - Updated `verify_rclone_mount` to utilize `verify_mount_health` for assessing mount responsiveness. - Simplified `check_rclone_mount` logic to streamline state updates and eliminate redundant version file handling. - Removed `create_version_file` function as it's no longer required for mount verification. - Addresses issue #35. These changes optimize compatibility with WebDAV mounts and improve overall mount health verification.
@Bayharbourbutcher1, this issue has been addressed and confirmed to be working with other WebDAV mounts. However, it won't work with Torbox due to the limitations of their mount system, which is quite poor. |
If you set the env variable for rclone mount to true in cinesync config, there are multiple errors thrown in the torbox rclone logs.
Not sure if it can cause an issue but just sharing.
The text was updated successfully, but these errors were encountered: