Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vfsOpt cannot be passed correctly #74

Open
3 tasks done
mo-han opened this issue Jan 9, 2025 · 4 comments
Open
3 tasks done

vfsOpt cannot be passed correctly #74

mo-han opened this issue Jan 9, 2025 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@mo-han
Copy link

mo-han commented Jan 9, 2025

软件期望的结果是什么?

在挂载一栏 点击启动之后

  • 界面始终保持 启动被按下的状态
  • 添加按钮 处于能够点击的状态
  • 下方的挂载点 的控制按钮 处于能够点击的状态

挂载点中设置的额外参数 能够被正常传递给rclone

通过这种方式添加的挂载点配置 被保存在alisthelper的配置目录范围之内

实际发生了什么?

在挂载一栏 点击启动之后

  • 过了一眨眼的功夫 启动按钮抬起 关闭按钮变成了被按下的状态
  • 添加按钮 变灰 被禁用
  • 下方的挂载点 播放按钮 也就是挂载按钮 也变灰被禁用
  • 但实际上 刚刚启动的rclone进程仍然在正常运行
  • 此时再点击启动 会尝试新建一个rclone进程 但因为后台已有的rclone进程占用了端口 新的进程会很快报错并退出 启动按钮也会跟着抬起 关闭按钮自动被按下
  • 想要关闭后台的rclone进程 要么通过操作系统来结束进程 要么用很快的手速 点击启动后 迅速点击关闭
  • 但之后接着操作的话 还是会出现上述情况

挂载点中设置的额外参数 没有以正确的格式传递给rclone
注意看下面截图中 参数两端的中括号 感觉这并不是正确的参数列表格式
比如我添加了--network-mode参数 如果参数被正确传递 那么挂载点应该在网络位置一栏 但事实上并没有 所以可以确定 参数没有被正确传递
图片

通过这种方式添加的挂载点配置 被保存在了默认位置的rclone.conf文件中 脱离了alisthelper的配置管理范围

您运行的是我们的哪个版本的软件?

0.2.0

平台信息

win11

附加信息

...

文档中不包含该问题的解决方案

这不是重复的问题

  • 我搜索了现有问题 以确保此错误不是重复的。

这不是无关的问题

  • 经过排查,我的 alist 和 rclone 的配置正常,问题在于 alist helper 。
@mo-han mo-han added the bug Something isn't working label Jan 9, 2025
@Xmarmalade Xmarmalade changed the title 新的rclone挂载管理 的实现方式有很多问题 vfsOpt cannot be passed correctly Jan 9, 2025
@Xmarmalade
Copy link
Owner

This is due to the inconsistency between rclone's remote control interface and command line, and we will modify this option in the future.

@Xmarmalade Xmarmalade self-assigned this Jan 9, 2025
@mo-han

This comment was marked as off-topic.

@LIHAQ
Copy link

LIHAQ commented Jan 9, 2025

This is due to the inconsistency between rclone's remote control interface and command line, and we will modify this option in the future.
I don't know if it will be helpful
yuudi/rclone-webui-angular#52

@LIHAQ
Copy link

LIHAQ commented Jan 10, 2025

This is due to the inconsistency between rclone's remote control interface and command line, and we will modify this option in the future.
the mount name is case insensitive
图片
图片

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants