wting / flyback

Automatically exported from code.google.com/p/flyback
0 stars 0 forks source link

error browsing history #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start program (backup storage location not mounted)
2. click view->backup history
3. no error pops up
Traceback (most recent call last):
  File "/home/uzanto/tmp/versikontrola.sistemajxoj/flyback/src/flyback.py",
line 460, in <lambda>
    self.xml.get_widget('menuitem_backup_history').connect('activate',
lambda w: HistoryGUI(self) )
  File "/home/uzanto/tmp/versikontrola.sistemajxoj/flyback/src/flyback.py",
line 1010, in __init__
    self.refresh()
  File "/home/uzanto/tmp/versikontrola.sistemajxoj/flyback/src/flyback.py",
line 938, in refresh
    conn = get_or_create_db()
  File
"/home/uzanto/tmp/versikontrola.sistemajxoj/flyback/src/backup_backend.py",
line 55, in get_or_create_db
    conn = sqlite3.connect( os.path.join( external_storage_location,
'flyback', 'backup_db.sqlite3' ) )
sqlite3.OperationalError: unable to open database file

What is the expected output? What do you see instead?
a backup history or an error

What version of the product are you using? On what operating system?
0.4 only python-sqllite
feisty,

Please provide any additional information below.

Original issue reported on code.google.com by d.prisk...@gmail.com on 4 Apr 2008 at 6:39

GoogleCodeExporter commented 9 years ago
fixed in svn

Original comment by pub...@kered.org on 5 Dec 2008 at 9:11