We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App log
$ com.github.muriloventuroso.givemelyrics load settings I guess something is not working...
Network capture
$ curl -H "Host: music.163.com" --compressed "http://music.163.com/api/search/pc?offset=0&limit=1&type=1&s=(mymusic)"
{ "code": -462, "data": { "actionCode": "1056401", "verifyType": 50, "verifyId": 1008601, "verifyUrl": "", "blockText": "绑定手机后,可进行下一步操作哦~", "verifyToken": null, "btnText": "", "orpheusUrl": "", "params": { "event_id": "(some_dec_numbers)", "sign": "(some_hex_numbers)" }, "url": null }, "message": "请绑定手机后再试哦~" }
The text was updated successfully, but these errors were encountered:
If the request is made twice, the expected result is obtained:
curl -b cookies.txt -c cookies.txt --user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:129.0) Gecko/20100101 Firefox/129.0" "http://music.163.com/api/search/pc?offset=0&limit=1&type=1&s=haunted,evanescence"
The cookie that is stored: .music.163.com TRUE / FALSE 2040483784 NMTID 00OQ4YTABC2VhXRd0Viv77MOVsXXSMAAAGRqWUuGg
The user-agent appears to be required.
Sorry, something went wrong.
No branches or pull requests
App log
Network capture
The text was updated successfully, but these errors were encountered: