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
使用的环境(Environment)
截图 Parsing music playlist from NETEASE ... [21:21:20] ERROR | music_dl.source: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/music_dl/source.py", line 151, in playlist ret_songs_list = addon.playlist(url) File "/usr/lib/python3.8/site-packages/music_dl/addons/netease.py", line 193, in netease_playlist size = item.get("h", {}).get("size", 0) AttributeError: 'NoneType' object has no attribute 'get'
+------+------+------+------+------+------+------+ | 序号 | 歌名 | 歌手 | 大小 | 时长 | 专辑 | 来源 | +------+------+------+------+------+------+------+ +------+------+------+------+------+------+------+
请输入下载序号,支持形如 0 3-5 8 的格式,输入 N 跳过下载
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用的环境(Environment)
截图
Parsing music playlist from NETEASE ...
[21:21:20] ERROR | music_dl.source: Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/music_dl/source.py", line 151, in playlist
ret_songs_list = addon.playlist(url)
File "/usr/lib/python3.8/site-packages/music_dl/addons/netease.py", line 193, in netease_playlist
size = item.get("h", {}).get("size", 0)
AttributeError: 'NoneType' object has no attribute 'get'
+------+------+------+------+------+------+------+
| 序号 | 歌名 | 歌手 | 大小 | 时长 | 专辑 | 来源 |
+------+------+------+------+------+------+------+
+------+------+------+------+------+------+------+
请输入下载序号,支持形如 0 3-5 8 的格式,输入 N 跳过下载
The text was updated successfully, but these errors were encountered: