nondanee / UnblockNeteaseMusic

Revive unavailable songs for Netease Cloud Music
MIT License
17.4k stars 2.51k forks source link

今日突然无法使用 #846

Open S-i-l-v-e-t opened 1 year ago

S-i-l-v-e-t commented 1 year ago

之前都没问题的 报错:

SyntaxError: Unexpected token < in JSON at position 0
    at JSON.parse (<anonymous>)
    at C:\Users\roots\Downloads\unlockneteaseMusic-master\src\request.js:89:64
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Promise.all (index 0)

我自己简单调试,发现有一个请求回报502 Bad Gateway ,同时hosts如下所示

{
  'music.163.com': undefined,
  'interface.music.163.com': undefined,
  'interface3.music.163.com': undefined,
  'apm.music.163.com': undefined,
  'apm3.music.163.com': undefined,
  'music.httpdns.c.163.com': '59.111.181.38',
  'httpdns.n.netease.com': '59.111.179.213'
}
nooblong commented 1 year ago

一样的问题 http://music.httpdns.c.163.com/d 502了

hackeryutu commented 1 year ago

俺也一样

curl music.httpdns.c.163.com/d -d music.163.com

502 Gateway

sujundada commented 1 year ago

同样无法使用了

S-i-l-v-e-t commented 1 year ago

目前有一个解决办法 切换到develop分支,似乎develop分支没有这个问题

S-i-l-v-e-t commented 1 year ago

希望作者早日修复 我看不太懂JavaScript,就不在这里提意见了

Binaryify commented 1 year ago

image 可以把app.js这个httpdns去掉

KAILY1 commented 1 year ago

图像 可以把app.js这个httpdns去掉

其实还是不行的,修改以后虽然能够正常播放但是灰色歌曲不解锁了

Binaryify commented 1 year ago

试试我这个 https://github.com/Binaryify/UnblockNeteaseMusic

nooblong commented 1 year ago

试试我这个 https://github.com/Binaryify/UnblockNeteaseMusic

可以,证书也没问题了,可是weapi的参数好像不会打印,只有客户端的参数才会打印,那行注释已经打开了。

KAILY1 commented 1 year ago

切换新源后可以正常使用网易云音乐解锁,https://github.com/UnblockNeteaseMusic/server

hackeryutu commented 1 year ago

试试我这个 https://github.com/Binaryify/UnblockNeteaseMusic

可以,证书也没问题了,可是weapi的参数好像不会打印,只有客户端的参数才会打印,那行注释已经打开了。

俺也一样

hackeryutu commented 1 year ago

试试我这个 https://github.com/Binaryify/UnblockNeteaseMusic

可以端参数怎么可以打印呀

nooblong commented 1 year ago

证书装好,代理设置好就能打印了啊,代码里没找到weapi的解密方法,要解密应该要获取到随机生成的那个aes密钥吧,那你们weapi的接口怎么弄出来的呢 v2-71598e68965bc609acfa857bc7f64c23_r

YiYuan196 commented 1 year ago

切换新源后可以正常使用网易云音乐解锁,https://github.com/UnblockNeteaseMusic/server 这个怎么用node在windows上运行呢 像nondanee的可以用命令 node app.js -a 127.0.0.1 -p 80 -f IP 但是这个用node命令好像不行

YiYuan196 commented 1 year ago

试试我这个 https://github.com/Binaryify/UnblockNeteaseMusic

windows能node架设了 但是好像音源都失效了 周杰伦这类版权歌曲都播放失败

KAILY1 commented 1 year ago

切换新源后可以正常使用网易云音乐解锁,https://github.com/UnblockNeteaseMusic/server 这个怎么用node在windows上运行呢 像nondanee的可以用命令 node app.js -a 127.0.0.1 -p 80 -f IP 但是这个用node命令好像不行

傻瓜式,似乎没法调 默认开8080和8081端口 INFO: (app) HTTP Server running @ http://0.0.0.0:8080 INFO: (app) HTTPS Server running @ http://0.0.0.0:8081

S-i-l-v-e-t commented 1 year ago

貌似有用,但是我还是坚守了develop分支的方法,因为我的8080和8081已经被其他应用占用了

chendijun527 commented 10 months ago

貌似有用,但是我还是坚守了develop分支的方法,因为我的8080和8081已经被其他应用占用了

可以改端口的。

bat脚本: set ENABLE_FLAC=true set ENABLE_LOCAL_VIP=svip set BLOCK_ADS=true set DISABLE_UPGRADE_CHECK=true unblockneteasemusic-win-x64.exe -p 52000 -o bilibili