https://bugs.gpodder.org/show_bug.cgi?id=1349
--- Comment #2 from [email protected] 2011-05-17 06:26:25 BST --- This is copied exactly from the terminal: john@john-AO532h:~$ gpodder Traceback (most recent call last): File "/usr/bin/gpodder", line 215, in <module> gui.main(options) File "/usr/lib/pymodules/python2.7/gpodder/gui.py", line 4241, in main gp = gPodder(bus_name, config) File "/usr/lib/pymodules/python2.7/gpodder/gui.py", line 179, in __init__ BuilderWidget.__init__(self, None) File "/usr/lib/pymodules/python2.7/gpodder/gtkui/interface/common.py", line 56, in __init__ GtkBuilderWidget.__init__(self, gpodder.ui_folders, gpodder.textdomain, **kwargs) File "/usr/lib/pymodules/python2.7/gpodder/gtkui/base.py", line 70, in __init__ self.new() File "/usr/lib/pymodules/python2.7/gpodder/gui.py", line 468, in new self.channels = PodcastChannel.load_from_db(self.db, self.config.download_dir) File "/usr/lib/pymodules/python2.7/gpodder/model.py", line 130, in load_from_db return db.load_channels(factory=cls.build_factory(download_dir)) File "/usr/lib/pymodules/python2.7/gpodder/dbsqlite.py", line 343, in load_channels cur = self.cursor(lock=True) File "/usr/lib/pymodules/python2.7/gpodder/dbsqlite.py", line 199, in cursor return self.db.cursor() File "/usr/lib/pymodules/python2.7/gpodder/dbsqlite.py", line 193, in db self.__check_schema() File "/usr/lib/pymodules/python2.7/gpodder/dbsqlite.py", line 275, in __check_schema cur.execute("UPDATE episodes SET played = 1 WHERE state = ?", (gpodder.STATE_DELETED,)) sqlite3.DatabaseError: database disk image is malformed -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
