STOP and READUSE THIS TEMPLATENO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
What is the problem you are having with rclone?
I get an error "Error creating mount Error: Request failed with status code 500"
Run the command 'rclone version' and share the full output of the command.
rclone version
rclone v1.63.1
os/version: Microsoft Windows 10 Pro 22H2 (64 bit)
os/kernel: 10.0.19045.2965 (x86_64)
os/type: windows
os/arch: amd64
go/version: go1.20.6
go/linking: static
go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
Mega.nz
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone --vfs-cache-mode full
and
rclone rcd --rc-web-gui --cache-dir M:
The rclone config contents with secrets removed.
[Mega]
type = mega
pass = My_password_mega.nz
user = My_login_on_mega.nz
A log from the command that you were trying to run with the -vv flag
Error creating mount Error: Request failed with status code 500
2023/09/10 16:45:04 NOTICE: mega root '': --vfs-cache-mode writes or full is recommended for this remote as it can't stream
The service rclone has been started.
2023/09/10 16:46:54 NOTICE: mega root '': --vfs-cache-mode writes or full is recommended for this remote as it can't stream
The service rclone has been started.
2023/09/10 16:51:16 NOTICE: mega root '': --vfs-cache-mode writes or full is recommended for this remote as it can't stream
The service rclone has been started.
The service rclone has been started.
The service rclone has been started.
The service rclone has been started.
The service rclone has been stopped.
2023/09/10 16:58:26 ERROR : W:: Unmounted rclone mount
The service rclone has been started.
The service rclone has been stopped.
2023/09/10 17:04:43 ERROR : W:: Unmounted rclone mount
The service rclone has been started.
In general, it turned out to run rclone with this command:
rclone.exe mount Mega: W: -o volname=Mega --vfs-used-is-size --log-file "ZDriveMapperLog.txt" --vfs-cache-mode full
However, I would like to be able to control and manage through the web gui.
So I'm trying to run with this command:
rclone.exe rcd --rc-web-gui mount Mega: W: -o volname=Mega --vfs-used-is-size --log-file "ZDriveMapperLog.txt" --vfs-cache-mode full
Now rclone does not start:
rclone.exe rcd --rc-web-gui mount Mega: W: -o volname=Mega --vfs-used-is-size --log-file "ZDriveMapperLog.txt" --vfs-cache-mode full
Error: unknown shorthand flag: 'o' in -o
Usage:
rclone rcd <path to files to serve>* [flags]
Flags:
-h, --help help for rcd
Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.
2023/09/10 17:42:02 Fatal error: unknown shorthand flag: 'o' in -o
I also tried adding "rcd --rc-web-gui" to the end of the command, but rclone doesn't start. That is , in
To sum up, rclone runs perfectly and works without the command "rcd --rc-web-gui"
Unfortunately your log does not contain anything obvious to explain this issue.
Investigate rc-web-gui to find a problem and fix it..
Challenge is that for many years nobody worked on rclone-webui - last commits are from 2021. So unfortunately it is expected that its functionality slowly deteriorate.
The source code is there and is waiting for somebody happy to work on it.
As it is now I would not recommend to use it unless you are willing to take over web-ui maintenance.
And it is the best way to use it until things change.
However, what are the actual UI for rclone? Who work stably with this program? Rclone is very convenient and has a large number of possibilities for connecting cloud drives. With a large number of cloud drives, it is much more convenient to manage using a graphical interface.