-
Notifications
You must be signed in to change notification settings - Fork 704
Description
Bug 描述
ERROR: (provider/match) certificate has expired
Error: certificate has expired
at TLSSocket.onConnectSecure (_tls_wrap.js:1515:34)
at TLSSocket.emit (events.js:400:28)
at TLSSocket._finishInit (_tls_wrap.js:937:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:709:12)
code: CERT_HAS_EXPIRED
ERROR (SongNotAvailable): (hook) This song "?" is not available in any source
SongNotAvailable: This song "?" is not available in any source
at new Error (/root/UnblockNeteaseMusic/precompiled/app.js:4:36240)
at e (/root/UnblockNeteaseMusic/precompiled/app.js:9:20552)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Promise.all (index 0)
预期行为
解锁灰色
实际行为
无效
复现步骤
No response
启动命令及环境变量
linux
git clone https://github.com/UnblockNeteaseMusic/server.git UnblockNeteaseMusic
node app.js -o pyncmd
日志内容
ERROR: (provider/match) certificate has expired
Error: certificate has expired
at TLSSocket.onConnectSecure (_tls_wrap.js:1515:34)
at TLSSocket.emit (events.js:400:28)
at TLSSocket._finishInit (_tls_wrap.js:937:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:709:12)
code: CERT_HAS_EXPIRED
ERROR (SongNotAvailable): (hook) This song "?" is not available in any source
SongNotAvailable: This song "?" is not available in any source
at new Error (/root/UnblockNeteaseMusic/precompiled/app.js:4:36240)
at e (/root/UnblockNeteaseMusic/precompiled/app.js:9:20552)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Promise.all (index 0)
网易云音乐歌曲链接
No response
网易云音乐版本号
YesPlayMusic
操作系统
linux
其他信息
node v14.21.3
问题排查
- 我确认我使用的核心是由 UnblockNeteaseMusic 项目官方发行,不是其他任何 fork。
- 我确认我已经升级到了最新的核心版本(推荐使用最新构建而不是 release)。
- 我确认我已经启用了 HTTPS 端口。
- 我确认我已经正确设置了 EndPoint。
- 我确认我已经在对应的客户端正确安装了 CA 证书。