View Single Post
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#48
Originally Posted by ashes View Post
cur.execute("""CREATE TEMPORARY VIEW episodes_downloaded AS SELECT channel_id, COUNT(*) AS count FROM episodes WHERE state = 1 GROUP BY channel_id""")
sqlite3.OperationalError: unable to open database file
~ $
Sounds like you don't have proper permissions on ~/.config/gpodder/database.sqlite or the file is opened by someone else. Please check - maybe another gPodder instance is still running? Also, try to remove ~/.config/gpodder/ (backup any existing data in case you need it later) and start gPodder again.