我的alist 启动 只能在CMD中输入命令server启动,用其他的启动方式都无法启动 #3774
Unanswered
liucheng2046
asked this question in
Q&A
Replies: 2 comments 10 replies
-
bat写: |
Beta Was this translation helpful? Give feedback.
7 replies
-
我跟你的问题一样,只要使用 BAT或者VBS脚本,alist目录下就会生成一个date文件夹,这时候你只要登录就会显示密码错误,搞得我现在PC上都无法自动启动,更不用说挂载到本地了。现在去吾爱论坛看看,研究一下,我在家是手机上挂载ALIST,电视上的KODI访问,就是感觉太手机耗电了。现在PC的感受还不如手机挂载alist呢。 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我的alist 启动 只能在CMD中输入命令server启动,用其他的启动方式都无法启动。
已经尝试的方法有在和alist同一个文件夹用 .bat 启动,vbs启动,nssm添加服务启动都是无法使用。
用bat启动显示如下:
D:\alist>alist.exe server
INFO[2023-03-09 09:31:38] reading config file: data\config.json
INFO[2023-03-09 09:31:38] load config from env with prefix: ALIST_
INFO[2023-03-09 09:31:38] init logrus...
INFO[2023-03-09 09:31:38] start server @ 0.0.0.0:5244
INFO[2023-03-09 09:31:41] Shutdown Server ...
INFO[2023-03-09 09:31:42] timeout of 1 seconds.
INFO[2023-03-09 09:31:42] Server exiting
如果是在cmd中用输入的命令行方式是可以成功启动的。
cmd命令行启动显示的是:
C:\Users\liuch> D:\alist\alist.exe server
INFO[2023-03-09 09:33:43] reading config file: data\config.json
INFO[2023-03-09 09:33:43] load config from env with prefix: ALIST_
INFO[2023-03-09 09:33:43] init logrus...
INFO[2023-03-09 09:33:43] start server @ 0.0.0.0:5244
INFO[2023-03-09 09:33:43] success load storage: [/百度网盘], driver: [BaiduNetdisk]
INFO[2023-03-09 09:33:44] success load storage: [/阿里云盘], driver: [AliyundriveOpen]
INFO[2023-03-09 09:33:44] success load storage: [/一刻相册], driver: [BaiduPhoto]
INFO[2023-03-09 09:33:47] Shutdown Server ...
INFO[2023-03-09 09:33:47] Aria2 not ready.
INFO[2023-03-09 09:33:48] timeout of 1 seconds.
INFO[2023-03-09 09:33:48] Server exiting
只有这种方式能成功启动,每次输入特别麻烦
用VBS命令启动,启动后是无法登录账户的,同样的问题。
尝试用nssm加载服务的方式也是无法登录账户,同样的问题。
请大神帮忙解决,我只是想alist能随开机自动启动就行,已经试了几种方式都不行,只能用手动输入的。
Beta Was this translation helpful? Give feedback.
All reactions