CRITICAL: Failed to create file system for alldebrid:links

What is the problem you are having with rclone?

rclone is asking for a setting in the config file that I don't see nor do I really know what it is looking for

Remote config:
Configuration complete.
Options:

Local config; ~/.config/rclone/

[Alldebrid]
type = webdav
url = hwebdav.debrid.it/
vendor = other
user = *************
pass = ************

Run the command 'rclone version' and share the full output of the command.

rclone v1.69.0-beta.8430.6a983d601

  • os/version: ubuntu 24.04 (64 bit)
  • os/kernel: 6.8.0-49-generic (x86_64)
  • os/type: linux
    -->

Which cloud storage system are you using? (eg Google Drive)

Alldebrid setup for Plex following these instructions:

help.alldebrid.com/en/faq/rclone-webdav

The command you were trying to run (eg rclone copy /tmp remote:tmp)

''' rclone mount alldebrid:links //media/PlexMovies --dir-cache-time 10s --multi-thread-streams=0 --cutoff-mode=cautious --vfs-cache-mode minimal --network-mode --buffer-size=0 --read-only '''

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

''' rclone config redacted
[Alldebrid]
type = webdav
url = https://webdav.debrid.it/
vendor = other
user = XXX
pass = XXX
### Double check the config for sensitive info before posting publicly
'''



#### A log from the command that you were trying to run with the `-vv` flag  
<!-- You should use 3 backticks to begin and end your paste to make it readable.  Or use a service such as https://pastebin.com or https://gist.github.com/   -->

no log

welcome to the forum,

the name of the remote you created is Alldebrid, not alldebrid

therefore,
rclone mount alldebrid:links
should be
rclone mount Alldebrid:links

fwiw, better to test a simple command such as rclone lsd Alldebrid: -vv and post the full debug output.
once that is working, then try rclone mount

clone lsd Alldebrid: -vv
2024/12/12 14:40:48 DEBUG : rclone: Version "v1.69.0-beta.8430.6a983d601" starting with parameters ["rclone" "lsd" "Alldebrid:" "-vv"]
2024/12/12 14:40:48 DEBUG : Creating backend with remote "Alldebrid:"
2024/12/12 14:40:48 DEBUG : Using config file from "/home/glennpm/.config/rclone/rclone.conf"
2024/12/12 14:40:48 DEBUG : found headers:
-1 2024-12-12 14:40:48 -1 history
-1 2024-12-12 14:40:48 -1 links
-1 2024-12-12 14:40:48 -1 magnets
2024/12/12 14:40:48 DEBUG : 5 go routines active

... and it seems to work:

This is from the end of "mount"
/var/lib/snapd/snaps/plexmediaserver_460.snap on /snap/plexmediaserver/460 type squashfs (ro,nodev,relatime,errors=continue,threads=single,x-gdu.hide,x-gvfs-hide)
nsfs on /run/snapd/ns/firmware-updater.mnt type nsfs (rw)
Alldebrid:links on /media/PlexMovies type fuse.rclone (ro,nosuid,nodev,relatime,user_id=1000,group_id=989)

... and this:

glennpm@glenn-ubuntu:/$ rclone mount Alldebrid:links //media/PlexMovies --dir-cache-time 10s --multi-thread-streams=0 --cutoff-mode=cautious --vfs-cache-mode minimal --network-mode --buffer-size=0 --read-only --allow-non-empty

Additional question is for the folder I created as user glennpm (myself).
I can't view it's contents and chmod wouldn't work either as glennpm or root

'''glennpm@glenn-ubuntu:/$ sudo chmod -R 0777 /media/PlexMovies/links
[sudo] password for glennpm:
chmod: cannot access '/media/PlexMovies/links': Permission denied
glennpm@glenn-ubuntu:/$ chmod -R 0777 /media/PlexMovies/links
chmod: cannot access '/media/PlexMovies/links': Permission denied'''

--cutoff-mode=cautious what it is for?

--network-mode what it is for? Have you bothered to look into documentation? You should:)

--allow-non-empty avoid using it. Can't you make sure that directory you mount something is empty? This is dirty way to force mount over non empty dirs. Perfect way to lose some files one day.

--vfs-cache-mode minimal - what you want to achieve by using it? especially that you also use --read-only

Do not try to change all content but only focus on your mount point.

--cutoff-mode=cautious what it is for?

--network-mode what it is for? Have you bothered to look into documentation? You should:)

The only web source I could for using Alldebrid with Plex. So don't know the reason.

Regarding '--allow-non-empty', I mount /media/PlexMovies in my fstab. This folder contains Movies and TV shows. 'links' is a sub-directory to it. Is this wrong?

Thanks for the help from both of you.

I have no idea what Alldebrid is unfortunately. So hard to suggest anything as I am not sure what you need. Maybe others know this software and its requirements.