Comment 1 for bug 496769

Revision history for this message
DRAX (drax-666) wrote :

I have exact same problem since I have updated Ubuntu to Karmic (Exaile version 3.0.1, but same version did worked on Jaunty).
I have update Exaile to 3.0.2 but it still shows same error.

Here is my output (debug):

drax@drax:~$ exaile --debug
/home/drax/.themes/Metal-0.4/gtk-2.0/gtkrc:1387: Background image options specified without filename
INFO : Loading Exaile 0.3.0.2... (xl.main)
INFO : Loading settings... (xl.main)
INFO : Setting up deferred idle manager function... (xlgui)
INFO : Loading plugins... (xl.main)
DEBUG : Loaded plugin shoutcast (xl.plugins)
DEBUG : Loaded plugin lastfmcovers (xl.plugins)
DEBUG : Loaded plugin lyricwiki (xl.plugins)
DEBUG : Provider cd registered for service hal (xl.providers)
DEBUG : Loaded plugin cd (xl.plugins)
DEBUG : Provider rgvolume registered for service stream_element (xl.providers)
DEBUG : Provider rglimiter registered for service stream_element (xl.providers)
DEBUG : Loaded plugin replaygain (xl.plugins)
Traceback (most recent call last):
  File "/usr/lib/exaile/xl/plugins.py", line 113, in enable_plugin
    if not plugin: raise Exception("Error loading plugin")
Exception: Error loading plugin
WARNING : Unable to enable plugin notifyosd (xl.plugins)
DEBUG : Exception caught!
Traceback (most recent call last):
  File "/usr/lib/exaile/xl/plugins.py", line 113, in enable_plugin
    if not plugin: raise Exception("Error loading plugin")
Exception: Error loading plugin
 (xl.plugins)
INFO : Loading collection... (xl.main)
DEBUG : Normal playback engine selected. (xl.player)
/usr/lib/exaile/xl/playlist.py:1206: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  self.playlists = [n for n in ordered_playlists if n in existing]
INFO : Loading devices... (xl.main)
DEBUG : Provider local registered for service covers (xl.providers)
INFO : HAL Providers: [<cd.CDHandler object at 0x2d84750>] (xl.hal)
DEBUG : Provider __local registered for service lyrics (xl.providers)
INFO : Loading interface... (xl.main)
DEBUG : Connected to HAL (xl.hal)
INFO : Loading main window... (xlgui)
Traceback (most recent call last):
  File "/usr/lib/exaile/exaile.py", line 56, in <module>
    main()
  File "/usr/lib/exaile/exaile.py", line 53, in main
    exaile = main.Exaile()
  File "/usr/lib/exaile/xl/main.py", line 90, in __init__
    self.__init()
  File "/usr/lib/exaile/xl/main.py", line 207, in __init
    self.gui = xlgui.Main(self)
  File "/usr/lib/exaile/xlgui/__init__.py", line 102, in __init__
    exaile.collection, exaile.player, exaile.queue, exaile.covers)
  File "/usr/lib/exaile/xlgui/main.py", line 363, in __init__
    'saved_tabs')
  File "/usr/lib/exaile/xl/playlist.py", line 1141, in __init__
    self.load_names()
  File "/usr/lib/exaile/xl/playlist.py", line 1200, in load_names
    pl.load_from_location(os.path.join(self.playlist_dir, f))
  File "/usr/lib/exaile/xl/playlist.py", line 848, in load_from_location
    (loc, meta) = loc.split('\t')
ValueError: too many values to unpack