I try to mount a webdav server (actually from megacmd).
I get some error from the file. I don't understand what the problem is:
Mounting mega.music
Mounting mega.musicva
2025/02/14 00:25:52 ERROR : 16 Bit/Where Are You_ (12_ Single): error listing: couldn't list files: Propfind "http://127.0.0.1:4443/WNtBQLKA/Music/16%20Bit/Where%20Are%20You_%20%2812_%20Single%29/": net/http: HTTP/1.x transport connection broken: malformed HTTP response "loged:\x1f"
2025/02/14 00:25:52 ERROR : webdav root '': Error refreshing VFS directory cache: couldn't list files: Propfind "http://127.0.0.1:4443/WNtBQLKA/Music/16%20Bit/Where%20Are%20You_%20%2812_%20Single%29/": net/http: HTTP/1.x transport connection broken: malformed HTTP response "loged:\x1f"
2025/02/14 00:26:28 ERROR : Les Plus Grands Succès Du Punk: error listing: couldn't list files: Propfind "http://127.0.0.1:4443/fMlhxbyb/Music-Various-Artists/Les%20Plus%20Grands%20Succ%C3%A8s%20Du%20Punk/": net/http: HTTP/1.x transport connection broken: malformed HTTP version "loged:\x1fHTTP/1.1"
2025/02/14 00:26:28 ERROR : webdav root '': Error refreshing VFS directory cache: couldn't list files: Propfind "http://127.0.0.1:4443/fMlhxbyb/Music-Various-Artists/Les%20Plus%20Grands%20Succ%C3%A8s%20Du%20Punk/": net/http: HTTP/1.x transport connection broken: malformed HTTP version "loged:\x1fHTTP/1.1"
When i try to access directly to the file, it seems to work, doesn't it? :
$ ls '/mnt/bigfoot/MegaData/music/16 Bit'
'[1987] Inaxycvgtgb' '[2007] Best Of Long Versions' 'Best of Long Versions' 'Bruit Rose - Play-back' Inaxycvgtgb 'Where Are You_ (12_ Single)'
Run the command 'rclone version' and share the full output of the command.
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[mega.music]
type = webdav
url = http://127.0.0.1:4443/WNtBQLKA/Music
vendor = other
[mega.musicva]
type = webdav
url = http://127.0.0.1:4443/fMlhxbyb/Music-Various-Artists
vendor = other
A log from the command that you were trying to run with the -vv flag
Why do you put cache on the mount itself? It is like an attempt to create perpetuum mobile:) And similarly it wont work. Not even mentioning that your want it to use zero space as you set --read-only flag.
Put it somewhere else or turn it off if you can't afford it.
For a perfect understanding, the mount must work with plex.
My understanding of --cache-dir was that it was going to facilitate the crawling of plex and the access to the new data.
For --read-only, it was to avoid writing on assemblies.
So I was completely wrong.
To optimize the work with plex, it is better to be used --cache-dir or --read-only?
As for the errors, they seem to be linked to the flag VPS or to specific files?
Actually maybe it is correct:) After looking at this again now I see that your cache is NOT the same as your rclone mount mountpoint. All good assuming that /mnt/bigfoot/MegaCache/music points to directory on local disk.
Thank you for the suggestion ad the confirmation about the SSD.
In fact, I mount several webdav server at the same time in my script. It is perhaps more effective than I group my MEGA folders to set up only one webdav server to be mounted with rclone.