Error: couldn't find method "mount/listmounts"

hello, all!

I have the problem:
CentOS Linux release 8.2.2004 (Core)
rclone v1.52.2

  • os/arch: linux/amd64
  • go version: go1.14.4

When I try to make a new mountpoint via webui, i got error:
ERROR : rc: "mount/listmounts": error: couldn't find method "mount/listmounts"

What does this error means ?? And how to solve it?
thx!

As part of the help template, you deleted the part that asks for the command you ran.

Can you please share what you actually executed?

This command is only defined in the beta.

@negative0 - this should fail softly in the webgui so if the command fails, just show 0 mounts.

Hello!

On my dev centos box i started webgui via command:
rclone rcd --rc-web-gui --rc-web-gui-no-open-browser --rc-addr 192.168.11.11:443 --rc-htpasswd /root/htpasswd --rc-cert /root/rcopy.crt --rc-key /root/rcopy.key

I logged in the webgui via web browser and clicked on the menu "Mounts", and in the linux shell i got that error (i pasted all output):

OK.

I mounted my won CEPH to /xxx via webgui interface:

  1. Mount was successful - was flash message "Success" - i think it is better that after that buttons "Create" "Cancel" are hided and swaped with button "OK";
  2. Also after that there is NO mount points listed in the "Mounts" section.

In general - rclone is great soft!
Keep on, guys!

Same here. I'm running rclone-gui using docker. I added cap-add SYS_ADMIN and passed /dev/fuse to /dev/fuse inside the container. I can create the mount from GUI but when I try to list it, it doesn't show any entries and in the log it prints:

"mount/listmounts": error: couldn't find method "mount/listmounts"

Any help would be appreciated.

It's best to start a new post and use the help template.

As noted above, you need to run the beta for that to work.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.