|

楼主 |
发表于 2023-2-18 12:45:14
|
显示全部楼层
D:\Users\Python\Python37-32\python.exe D:/Users/Python/learn_python/hhh.py
Traceback (most recent call last):
File "D:/Users/Python/learn_python/hhh.py", line 234, in <module>
main()
File "D:/Users/Python/learn_python/hhh.py", line 186, in main
music_page, information_list = third_try(music_name, start_page, first_headers_words)
File "D:/Users/Python/learn_python/hhh.py", line 126, in third_try
music_page, information_list = get_music_page(get_music_pages(music_name, start_page, first_headers_words),
File "D:/Users/Python/learn_python/hhh.py", line 178, in get_music_pages
pages = int(music_information["data"]["total"]) // 300 # 总页数
TypeError: 'NoneType' object is not subscriptable |
|