hrkfdn / mpdas

MPD AudioScrobbler written in C++ using libcurl
http://50hz.ws/mpdas/
Other
125 stars 22 forks source link

Error code 13 #46

Closed CamilleScholtz closed 7 years ago

CamilleScholtz commented 7 years ago

Since the new password commit (so since a month+ ago) I get the following erro when launching mpdas:

(15:51:57) [ERROR] Code: 13
(15:51:57) [ERROR] Invalid method signature.

My config:

#
# /etc/mpdas.conf: mpdas configuration
#

# Last.fm username and password
username = onodera-punpun
password = password

# The user mpdas runs as
user "mpd"

# End of file

I launch mpdas using -c /etc/mdpas.conf. Oh and I also use libressl, that might have something to do with it.

hrkfdn commented 7 years ago

This is during authentication/handshake or scrobbling?

I'm on OpenBSD, so it's probably not LibreSSL.

hrkfdn commented 7 years ago

Can you see if the latest commit fixes it?

CamilleScholtz commented 7 years ago

This fixed it, thanks a lot 👍

Could you please tag a new release soon? :)

hrkfdn commented 7 years ago

Done ;)