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

lastmp crash trying to fetch status.xfade #3

Open
IvanSanchez opened this issue May 5, 2014 · 1 comment
Open

lastmp crash trying to fetch status.xfade #3

IvanSanchez opened this issue May 5, 2014 · 1 comment

Comments

@IvanSanchez
Copy link

My instance of lastmp crashes with the following error:

ERROR: Aborting: Traceback (most recent call last):
  File "/usr/bin/lastmp", line 237, in <module>
    daemon(cli)
  File "/usr/bin/lastmp", line 196, in daemon
    mo.observe()
  File "/usr/bin/lastmp", line 153, in observe
    self.wake()
  File "/usr/bin/lastmp", line 95, in wake
    FUZZ + int(status.xfade)) or \
  File "/usr/lib/pymodules/python2.7/mpdclient2.py", line 271, in __getattr__
    raise AttributeError
AttributeError

This seems be averted by setting MPD's crossfade to something different than zero seconds and restarting lastmp.

@IvanSanchez
Copy link
Author

Reading the docs, it seems that libmpdclient2 is obsolete and the cool new thing is python-mpd at https://pypi.python.org/pypi/python-mpd/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant