sbwml / luci-app-alist

LuCI support for Alist
https://github.com/AlistGo/alist
1.35k stars 202 forks source link

安装成功,网络储存栏里没有alist。这个错误有解决方案吗? #129

Open 8mayongde2 opened 2 months ago

8mayongde2 commented 2 months ago

Collected errors:

sbwml commented 2 months ago

luci-app-alist-1.1.x 开始,不再支持 openwrt-18.06 ,需要最低 openwrt-21.02 以上才支持。

8mayongde2 commented 2 months ago

luci-app-alist-1.1.x 开始,不再支持 openwrt-18.06 ,需要最低 openwrt-21.02 以上才支持。

软件包的源我是设的21.02,打包时是35.0版我更换了软件包源后成功安装36.0版,昨天来项目页面看到有更新版了就停止alist运行,安装37.2版就这样了然后一路卸载安装37.1至36.0都这样的。可有解决方法?

sbwml commented 2 months ago

openwrt-18.06 的 luci 最后支持的版本是:https://github.com/sbwml/luci-app-alist/releases/tag/v3.35.0

和你解释这些东西太难了。你只需要知道,v3.36.0 开始不再支持 lede 固件,是叫 lede 还是 lean 来着,反正都一样,这两个都不再支持

sbwml commented 2 months ago

补充:单纯是这里的 luci-app-alist 不再支持 lede,你另找其它维护 lede 的 alist 作者还是能用的,这和 alist 版本多少无关。

Jacob8020 commented 2 months ago

我的也不显示,是不是同样的道理。 麻烦问下 我这两个插件是安装成功了没有 F2CEC70C-2547-4402-B036-23DB20DF401C

Base on OpenWrt R24.01.26 by lean & lienol Kernel 6.1.75-flippy-87+ Packaged by flippy on 2024-01-26 PLATFORM: amlogic SOC: s905d BOARD: n1 设备信息: Phicomm N1 CPU 型号: AArch64 : Cortex-A53 x 4 root@OpenWrt:/tmp/upload# opkg install luci-app-alist_1.1.1_all.ipk Installing luci-app-alist (1.1.1) to root... Configuring luci-app-alist. uci: Entry not found uci: Entry not found

uci: Entry not found

root@OpenWrt:/tmp/upload# opkg install luci-i18n-alist-zh-cn_git-24.250.24846-b8b5ba4_all.ipk Installing luci-i18n-alist-zh-cn (git-24.250.24846-b8b5ba4) to root... Configuring luci-i18n-alist-zh-cn. uci: Entry not found uci: Entry not found

uci: Entry not found

sbwml commented 2 months ago

install.sh 安装脚本已经重新 添加 lua 支持(但不会继续更新 lua 分支的 luci,只保持之前的样子)。

方法:卸载已经安装的所有 alist 包,之后通过脚本安装:

sh -c "$(curl -ksS https://raw.githubusercontent.com/sbwml/luci-app-alist/main/install.sh)"

image

看到脚本出现 Done! 表示安装成功。

yiwangoat commented 1 month ago

install.sh 安装脚本已经重新 添加 lua 支持(但不会继续更新 lua 分支的 luci,只保持之前的样子)。

方法:卸载已经安装的所有 alist 包,之后通过脚本安装:

sh -c "$(curl -ksS https://raw.githubusercontent.com/sbwml/luci-app-alist/main/install.sh)"

image

看到脚本出现 Done! 表示安装成功。

大佬。不支持lede固件,那n1用啥固件?不太懂