Jugran / lyrics-in-terminal

Python curses application to view lyrics of current playing song in terminal.
MIT License
250 stars 20 forks source link

Unexpected exception occurred #24

Closed mrsteve0924 closed 2 years ago

mrsteve0924 commented 2 years ago

recently upgraded to version 1.4.4-1 and now getting this error

Unexpected exception occurred. (<class 'KeyError'>, KeyError('mpd_host'), <traceback object at 0x7fd871257f40>)

downgraded to 1.4.2-1 as a workaround

Jugran commented 2 years ago

Seems like your config file did not upgrade properly and have certain entries missing. Can you provide contents of your lyrics.cfg file, it is located under ~/.config/lyrics-in-terminal/lyrics.cfg

mrsteve0924 commented 2 years ago

yes that was it. i'm usually logged in as the root user. updating changed the config file in the user account but not the root account. i just coped the updated config file to the root account and now it works.

thanks for the help