Comment 0 for bug 601235

Revision history for this message
zebul666 (zebul666) wrote :

when I add a file to exaile playlist from a terminal, it fails:

$ exaile 12-TheMorningFog.mp3
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)
Traceback (most recent call last):
  File "/usr/lib/exaile/exaile.py", line 52, in <module>
    main()
  File "/usr/lib/exaile/exaile.py", line 49, in main
    exaile = main.Exaile()
  File "/usr/lib/exaile/xl/main.py", line 83, in __init__
    exit = xldbus.check_exit(self.options, self.args)
  File "/usr/lib/exaile/xl/xldbus.py", line 78, in check_exit
    iface.Enqueue(args)
  File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 630, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Python.TypeError: Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/dbus/service.py", line 702, in _message_cb
    retval = candidate_method(self, *args, **keywords)
  File "/usr/lib/exaile/xl/xldbus.py", line 453, in Enqueue
    tracks = trax.sort_tracks(['album', column], tracks, descending)
  File "/usr/lib/exaile/xl/trax/util.py", line 90, in sort_tracks
    return sorted(iter, key=keyfunc, reverse=reverse)
  File "/usr/lib/exaile/xl/trax/util.py", line 89, in <lambda>
    artist_compilations=artist_compilations) for field in fields]
TypeError: 'bool' object is not callable

It began to happen after my update to 0.3.2. I sn't this supposed to be a bug-fix release ?
Couldn't you the addition from the command line a bit before releasing. it's been 3 bugs (at least) since 0.3.1 that involve the cli ...