Hi, as far as I know this trackback is useless for debugging because this error shows only that last.fm plugin is not properly configured and SESSION_ID in scrobler.py is set to "None". When plugin is correctly added and configured this error doesn't shows any more. Now why there is core dump(!?! - strange), to check that we need to add more debugging things (ex. prints in functions) to determine where the real problem is (is there a segmentation fault maybe?). Now I'm pretty much busy so when I'll have some free time I'll check on that.
Cheers, Pawlowski Marcin Piotr On Wed, Jan 21, 2009 at 5:45 PM, Giovanni Bechis <giova...@openbsd.org> wrote: > Pawlowski Marcin Piotr wrote: >> >> py-mutagen is dependency for exaile : >> > Added $OpenBSD$ markers, changed Makefile as in Makefile.template > >> exaile: >> > Completely reworked port, exaile now installs and starts fine, > when I play a track (with last.fm support enabled or disabled) python gives > an error and cores dump. > Any hints from some Python experts ? > Cheers > Giovanni > > Traceback (most recent call last): > File "/usr/local/lib/exaile/xl/gui/main.py", line 1241, in as_play_track > int(track.duration), track.track) > File "/usr/local/lib/exaile/lib/scrobbler.py", line 149, in now_playing > raise AuthError("Please 'login()' first. (No session available)") > lib.scrobbler.AuthError: Please 'login()' first. (No session available) >