Skip to content
New issue

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

KeyError: 'song_id' #949

Open
glyh opened this issue Apr 29, 2022 · 1 comment
Open

KeyError: 'song_id' #949

glyh opened this issue Apr 29, 2022 · 1 comment
Labels

Comments

@glyh
Copy link

glyh commented Apr 29, 2022

复现:

  1. $ musicbox
  2. 登陆,选中某一歌单
  3. Shift+C来缓存歌单

出现以下错误信息:

Traceback (most recent call last):
  File "/usr/lib/python3.10/site-packages/NEMbox/__main__.py", line 35, in start
    nembox_menu.start_fork(version)
  File "/usr/lib/python3.10/site-packages/NEMbox/menu.py", line 293, in start_fork
    Menu().start()
  File "/usr/lib/python3.10/site-packages/NEMbox/menu.py", line 951, in start
    args=(s["song_id"], s["song_name"], s["artist"], s["mp3_url"]),
KeyError: 'song_id'
@LuoShaoyin
Copy link

同样遇到问题, Ubuntu 22.04, python 3.10

@kigawas kigawas added the bug label Apr 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants