cykerway/ncmpy

Error with MPDClient

Closed this issue · 2 comments

LZaaM commented

after cloning the git i ran:

sudo python2 setup.py install --prefix=/usr
ncmpy

the application start and get killed instantly
this is the message i get right after...
log.txt
I do not know much of python, can you help me ?

LZaaM commented

Ok, I uninstall python-mpd2 and everything work fine.
apparently it does not support "send_*" attribute.

Older versions of ncmpy depend on python-mpd not python-mpd2. Their apis are not exactly the same.

Recently ncmpy has been ported to python3 and depends on python-mpd2 now.