NeteaseCloudMusicTasks
NeteaseCloudMusicTasks copied to clipboard
 START RequestId: 54f0955b-e7d0-4060-aa8a-2e15f5c8dc17 Init Report RequestId: 54f0955b-e7d0-4060-aa8a-2e15f5c8dc17 Coldstart: 1108ms (PullCode: 176ms InitRuntime: 6ms InitFunction: 926ms) Memory: 128MB MemUsage: 24.07MB ERROR RequestId: 54f0955b-e7d0-4060-aa8a-2e15f5c8dc17 Result: Traceback (most recent call last): File...
被封禁的可以提醒一下,本代码用来学习,如果使用有极大可能封号就行了
关于封禁问题
有申诉成功的吗

今天我的号也被封了 看着很多人都被封了
本地运行,直接在index.py目录下运行是没问题的,但如果这样`python3 /home/xxxx/netease/index.py` 就不行了 ``` Traceback (most recent call last): File "/home/xxxx/netease/index.py", line 159, in start() File "/home/xxxx/netease/index.py", line 52, in start with open('config.json', 'r', encoding='utf-8') as f: FileNotFoundError: [Errno 2]...
登录失败需要验证看这里
如果登录失败,显示需要验证,请将代码更新到最新版本,然后在配置文件 `config.json` 里填写cookie ```json "users": [ { "username": "188xxxx8888", "countrycode": "", "password": "mypassword", "cookie": "MUSIC_U=xxxxxxxxx;", "X-Real-IP": "", "enable": true } ] ``` cookie 填写为 `key=value;` 的格式,可以只填写 `MUSIC_U`,即 `MUSIC_U=xxxxxxxxx;`,cookie 获取方式为: 首先在网页登录[网易云音乐](https://music.163.com/),然后按...

curl:(7) Failed to connect to raw.githubusercontent.com port 443: Connection refused