This repository was archived by the owner on Apr 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15.8k
关于歌曲接口以及注册接口的问题 #1829
Comments
Binaryify
added a commit
that referenced
this issue
Oct 26, 2023
试试 v4.13.6 |
ZhaoTonggang
pushed a commit
to ZhaoTonggang/NeteaseCloudMusicApi
that referenced
this issue
Dec 23, 2023
* fix: 修复匿名登录下,部分接口提示网络太拥挤问题 Binaryify#1829 * update: Dockfile * lock文件更新 * 修复 Docker 构建镜像安装依赖速度慢的问题 * update: dockerfile 配置更新 * CI 更新 * ci 更新 * CI 更新 * CI 更新 * CI 更新 * bump to 4.13.8 * chore: update type * docs: sync type definition * fix: error when query.id is number * feat: 播客声音排序 * feat: 播客列表详情 * doc: 更新文档 * feat: crypto.js 重构 Binaryify#1839 * update:lock文件更新 * [fix] removed unnecessary console log in song_url_v1 * update: song upload use up-to-date ip * fix: use variable bucket name * feat:歌曲红心数量,歌曲音质详情,本地歌曲文件匹配网易云歌曲信息 feat:本地歌曲文件匹配网易云歌曲信息 feat:歌曲音质详情 feat:歌曲红心数量 * update: appver更新 * fix: lint error * fix: /artist/detail 登录状态下调用提示网络拥挤的问题 Binaryify#1853 * Update README.MD add Python SDK * Update README.MD * update: 文档更新 * update: 移除多余代码 * bump to 4.14.0 --------- Co-authored-by: binaryify <[email protected]> Co-authored-by: WooMai <[email protected]> Co-authored-by: 龙打野 <[email protected]> Co-authored-by: Unics Yu <[email protected]> Co-authored-by: Akane <[email protected]> Co-authored-by: 5unV <[email protected]> Co-authored-by: 盧瞳 <[email protected]>
Jerry-FaGe
pushed a commit
to Jerry-FaGe/NeteaseCloudMusicApi
that referenced
this issue
Dec 28, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
环境
系统/平台: Windows11
nodejs 版本: v18.16.0
API版本: 4.13.5
出现问题
<请清晰描述出现的问题,不要使用xxx不行之类的模糊不清的语句,我没有读心术>

1、当不登入账号没有账号cookie时候关于获取歌曲信息的接口全部会报
比如/playlist/track/all?id,/search?keywords

等等关于歌曲信息的接口都会报这个错,
登入匿名账号也不行只有登入网易云的账号才不会报这个错误,
但是我发现4.5.8没有这个问题但是4.5.8版本的登入接口会报这个错误
2、以及注册接口会报错
手机号和验证码昵称已经符号要求但是会报当前注册有风险
重现步骤
<请清晰描述重现步骤,调用的接口链接和参数以及命令行错误信息,最好贴上截图(命令行错误信息和接口返回内容)>
关于音乐接口控制报错
"AxiosError: Request failed with status code 400
at settle (webpack-internal:///./node_modules/axios/lib/core/settle.js:24:12)
at XMLHttpRequest.onloadend (webpack-internal:///./node_modules/axios/lib/adapters/xhr.js:109:66)"
我的axios请求为
export function getMusiclist(id){ //获取歌单所有歌曲
return instance({
}
期待效果
<请清晰描述现在的效果和期待的效果>
希望不用登入网易云账号也可以正常访问到歌曲的信息或者匿名用户能访问也行。
以及注册功能尽量能实现
The text was updated successfully, but these errors were encountered: