maxlicheng / luci-app-unblockmusic

用于解锁网易云灰色歌曲的OpenWRT/LEDE路由器插件 (openwrt/lede luci support for unblock neteasecloudmusic)
1.5k stars 276 forks source link

Port must be a number higher than 0 and lower than 65535. #75

Closed livse closed 5 years ago

livse commented 5 years ago

lede 自带的解锁服务,运行后 无法启动,log里面显示Port must be a number higher than 0 and lower than 65535.

livse commented 5 years ago

config里的配置 config unblockmusic option port '5200' option musicapptype 'kuwo' option enabled '1'

maxlicheng commented 5 years ago

哪个lede?你查看一下/etc/config/unblockmusic文件,里面的端口号参数是否存在,最好把文件内容粘贴上来。

发自我的iPhone

------------------ Original ------------------ From: livse <notifications@github.com> Date: Fri,Oct 11,2019 3:14 AM To: maxlicheng/luci-app-unblockmusic <luci-app-unblockmusic@noreply.github.com> Cc: Subscribed <subscribed@noreply.github.com> Subject: Re: [maxlicheng/luci-app-unblockmusic] Port must be a number higher than 0 and lower than 65535. (#75)

lede 自带的解锁服务,运行后 无法启动,log里面显示Port must be a number higher than 0 and lower than 65535.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

livse commented 5 years ago

config unblockmusic option port '5200' option musicapptype 'kuwo' option enabled '1'

就这个

livse commented 5 years ago

koolshare版的lede

maxlicheng commented 5 years ago

config unblockmusic option port '5200' option musicapptype 'kuwo' option enabled '1'

就这个

正常内容应该是

config unblockmusic
    option enabled '0'
    option musicapptype 'kuwo'
    option port '5200'
    option hport '5201'
maxlicheng commented 5 years ago

koolshare版的lede

更新一下新版本吧,自带的太久了。 lede_x86.zip

livse commented 5 years ago

koolshare 版lede 更新不了

maxlicheng commented 5 years ago

koolshare 版lede 更新不了

下载上面的安装包,手动更新

livse commented 5 years ago

3q 我去试试

livse commented 5 years ago

装不了。。。

maxlicheng commented 5 years ago

config unblockmusic option port '5200' option musicapptype 'kuwo' option enabled '1'

就这个

添加参数之后,正常了吗?

maxlicheng commented 5 years ago

装不了。。。

安装方法 将下载压缩包,解压,通过winscp将所有ipk上传到软路由tmp目录,用如下命令安装 注意安装顺序

opkg install libopenssl_1.0.2p-1_x86_64.ipk  
opkg install node_v8.16.1-1_x86_64.ipk
opkg install UnblockNeteaseMusic_0.20.0-1_x86_64.ipk
opkg install luci-app-unblockmusic_v2.2.2-10_all.ipk
livse commented 5 years ago

添加参数后正常了,万分感谢