http://bugs.gpodder.org/show_bug.cgi?id=416

           Summary: gpodder crashed with OperationalError in
                    __check_schema()
           Product: gPodder
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: feature request
          Priority: low
         Component: Application
        AssignedTo: [email protected]
        ReportedBy: [email protected]


>From Launchpad.net:

https://bugs.launchpad.net/ubuntu/+source/gpodder/+bug/362045

Traceback (most recent call last):
  File "/usr/bin/gpodder", line 171, in <module>
    sys.exit( main())
  File "/usr/bin/gpodder", line 128, in main
    from gpodder import console
  File "/var/lib/python-support/python2.6/gpodder/console.py", line 21, in
<module>
    from gpodder import download
  File "/var/lib/python-support/python2.6/gpodder/download.py", line 29, in
<module>
    from gpodder.libgpodder import gl
  File "/var/lib/python-support/python2.6/gpodder/libgpodder.py", line 514, in
<module>
    gl = gPodderLib()
  File "/var/lib/python-support/python2.6/gpodder/libgpodder.py", line 123, in
__init__
    not db.setup({ 'database': os.path.join(gpodder_dir, 'database.sqlite'),
'gl': self })
  File "/var/lib/python-support/python2.6/gpodder/dbsqlite.py", line 58, in
setup
    self.__check_schema()
  File "/var/lib/python-support/python2.6/gpodder/dbsqlite.py", line 179, in
__check_schema
    cur.execute("UPDATE episodes SET played = 1 WHERE state = ?",
(self.STATE_DELETED, ))
OperationalError: database is locked

-- 
Configure bugmail: http://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

Reply via email to