Cant start exaile after using trunk

Asked by Jaap Broekhuizen

After using exaile trunk for a while, i now need to use exaile release 0.3.0.2, though when starting it, i get the following output:

jaapz@kermit:~/Bureaublad/exaile-0.3.0.2$ ./exaile --debug
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)
INFO : Attempting to connect to AudioScrobbler (http://post.audioscrobbler.com/) (audioscrobbler)
DEBUG : Loaded plugin audioscrobbler (xl.plugins)
DEBUG : Loaded plugin lastfmcovers (xl.plugins)
DEBUG : Loaded plugin amazoncovers (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)
DEBUG : Loaded plugin contextinfo (xl.plugins)
DEBUG : Loaded plugin notifyosd (xl.plugins)
INFO : Loading collection... (xl.main)
DEBUG : Exception caught!
Traceback (most recent call last):
  File "/home/jaapz/Bureaublad/exaile-0.3.0.2/xl/main.py", line 147, in __init
    location=os.path.join(xdg.get_data_dirs()[0], 'music.db'))
  File "/home/jaapz/Bureaublad/exaile-0.3.0.2/xl/collection.py", line 92, in __init__
    pickle_attrs=pickle_attrs)
  File "/home/jaapz/Bureaublad/exaile-0.3.0.2/xl/trackdb.py", line 144, in __init__
    self.load_from_location()
  File "/home/jaapz/Bureaublad/exaile-0.3.0.2/xl/common.py", line 100, in wrapper
    return func(self,*__args,**__kw)
  File "/home/jaapz/Bureaublad/exaile-0.3.0.2/xl/trackdb.py", line 195, in load_from_location
    "DB was created on a newer Exaile version."
VersionError: 'DB was created on a newer Exaile version.'
 (xl.main)

I have uninstalled all the exaile installs i had, but nothing seems to work :(
Im using ubuntu karmic, with the source from the tarball downloaded from launchpad...

Question information

Language:
English Edit question
Status:
Solved
For:
Exaile Edit question
Assignee:
No assignee Edit question
Solved by:
reacocard
Solved:
Last query:
Last reply:
Revision history for this message
Best reacocard (reacocard) said :
#1

As it says, the trunk DB isn't backwards compatible with 0.3.0.x. You'll have to reset the DB by removing ~/.local/share/exaile/music.db before it will work again.

Revision history for this message
Jaap Broekhuizen (jaapz-b) said :
#2

Thanks :) I already thought i missed a file -.-

Revision history for this message
Jaap Broekhuizen (jaapz-b) said :
#3

Thanks Aren Olson, that solved my question.