Giter Club home page Giter Club logo

Comments (2)

mophawka avatar mophawka commented on June 11, 2024

I have this exact issue also. Did you ever find a fix?

No help provided. Plus, I walked away from PD for now. Dev appears to be MIA and pre-occupied with RL. Keep watch on this GHi and see what happens.

Thanks for the comment and GL.

from rclone_rd.

bolavefasfas avatar bolavefasfas commented on June 11, 2024

I have followed the installation and setup instructions as per the wiki and also searched on Discord. Assuming all software and mounts have been configured correctly, I am encountering an issue where no content on the mounted rclone_RD drive will play.

Steps to Reproduce Followed the installation guide on the project's wiki. Set up the mount as described in the wiki, using rclone with the recommended settings found from various users on Discord. Attempted to play various media files from the mounted drive.

Expected Behavior Media files should play smoothly without interruption. PD finds them and adds them to configured rclone mount.

Actual Behavior When attempting to play any media file from the mounted rclone drive, playback does not start, and Emby logs state the file does not exist or folder cannot be found.

Environment OS: Debian Bullseye Lastest rclone_rd Media player being used: Emby

Troubleshooting Steps Taken Verified that all software is up to date. Checked the rclone configuration file for errors. Searched for similar issues on Discord and followed the suggested solutions. Rebooted the system after setup to ensure all mounts are loaded correctly. Checked permissions on the mounted drive to ensure the media player has read access.

Rclone_RD mounted systemd: cat /etc/systemd/system/rclone-debrid.servicece

[Unit]
Description=Rclone Debrid Service
Wants=network-online.target
After=network-online.target


[Service]
User=pduser
#Group=pduser
Type=notify
ExecStartPre=/bin/mkdir -p /home/pduser/tmp/debrid/cache /home/pduser/debrid
ExecStart=/usr/local/bin/rclone_rd mount realdebrid: /home/pduser/debrid \
    --config /home/pduser/.config/rclone_rd/rclone_rd.conf \
    --allow-other \
    --dir-cache-time=1m \
    --max-read-ahead=200M \
    --umask=002 \
    --user-agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36' \
    --vfs-cache-max-age=120h \
    --vfs-cache-max-size=200G \
    --vfs-cache-mode=full \
#    --vfs-cache-poll-interval=1m0s \
    --vfs-fast-fingerprint \
    --cache-dir=/home/pduser/tmp/debrid/cache \
    --log-file /home/pduser/.config/rclone_rd/mount.log \
    --log-level DEBUG

#ExecStart=/opt/pduser/rclone_rd/rclone_rd mount realdebrid: /home/pduser/debrid --dir-cache-time 10s --allow-other --vfs-cache-mode full --config /home/user/.config/rclone_rd/rclone_rd.conf
Restart=on-failure
RestartSec=10
ExecStop=/bin/fusermount3 -uz /home/pduser/debrid


[Install]
WantedBy=multi-user.target

The original service file was much simpler. Discord search yielded these commands and switches as "working". As you can see, some are commented out to test various methods and find a working solution.

I have tried playing different types of media files (e.g., .mkv, .mp4) to rule out format-specific issues. Other local and network drives do not exhibit this problem, and their content plays normally.

I would greatly appreciate any guidance or suggestions on what might be causing this issue and how to resolve it. If additional information or logs are required, please let me know, and I will provide them promptly.

Thank you for your assistance.

Sadly we have to use webdav

from rclone_rd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.