mixmoe / HibiAPI

一个实现了多种常用站点的易用化API的程序 / A program that implements easy-to-use APIs for a variety of commonly used sites.
https://api.obfs.dev
Apache License 2.0
548 stars 83 forks source link

网易云音乐部分歌曲调用出现502错误 #285

Closed mnixry closed 2 years ago

mnixry commented 2 years ago

来自用户邮件的反馈:

当使用网易云音乐的api获取音乐的信息时,有的音乐会出现bug,比如 https://music.163.com/#/song?id=77185 这个音乐在官网上是可以正常播放的,但是 https://api.obfs.dev/api/netease/song?id=77185 https://hibiapi.lite0.com/api/netease/song?id=77185 https://api.kyomotoi.moe/api/netease/song?id=77185 https://hibi.moecube.com/api/netease/song?id=77185 这4个api全是502,具体错误信息是 "detail": "Upstream API endpoint='weapi/song/enhance/player/url' returns blank content" 而 https://api.obfs.dev/api/netease/detail?id=77185 https://hibiapi.lite0.com/api/netease/detail?id=77185 https://api.kyomotoi.moe/api/netease/detail?id=77185 https://hibi.moecube.com/api/netease/detail?id=77185 这4个api也全是502,具体错误信息是 "detail": "Upstream API endpoint='weapi/v3/song/detail' returns blank content" 而用这些API获取其它大多数音乐的信息都是正常的。这应该是某些占少数的音乐特有的BUG。