← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~raoul-snyman/openlp/bug-863845 into lp:openlp

 

That's not the error I get, though I did get an error.

Traceback (most recent call last):
  File "/home/raoul/Projects/OpenLP/bug-863845/openlp/core/ui/mainwindow.py", line 783, in onFirstTimeWizardClicked
    self.firstTime()
  File "/home/raoul/Projects/OpenLP/bug-863845/openlp/core/ui/mainwindow.py", line 755, in firstTime
    plugin.firstTime()
  File "/home/raoul/Projects/OpenLP/bug-863845/openlp/plugins/songs/songsplugin.py", line 258, in firstTime
    importer.doImport()
  File "/home/raoul/Projects/OpenLP/bug-863845/openlp/plugins/songs/lib/olpimport.py", line 165, in doImport
    source_songs = self.sourceSession.query(OldSong).all()
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/query.py", line 1611, in all
    return list(self)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/query.py", line 1823, in instances
    fetch = cursor.fetchall()
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 2534, in fetchall
    self.cursor, self.context)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 2528, in fetchall
    l = self.process_rows(self._fetchall_impl())
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 2495, in _fetchall_impl
    return self.cursor.fetchall()
DatabaseError: (DatabaseError) database disk image is malformed None None
-- 
https://code.launchpad.net/~raoul-snyman/openlp/bug-863845/+merge/84381
Your team OpenLP Core is subscribed to branch lp:openlp.


References