Brian McKee wrote:
> I get this error when I run freevo cache
> 
> Were is it saving this sqlite database?  
> 
> Or it this indicative of a different problem?
> 
> {snippage...}
> checking webserver thumbnails......................... 0 files
> creating audio metadata............................... done
> creating playlist metadata............................ done
> checking database..................................... 
>  Traceback (most recent call last):
> File "/usr/lib/python2.4/site-packages/freevo/helpers/cache.py", line
> 579, in ? create_metadata()
> File "/usr/lib/python2.4/site-packages/freevo/helpers/cache.py", line
> 380, in create_metadata
> util.extendedmeta.addPathDB(dir[1], dir[0], verbose=False)
> File "/usr/lib/python2.4/site-packages/freevo/util/extendedmeta.py",
> line 94, in addPathDB
> db.runQuery(make_query(song,dirtitle))
> File "/usr/lib/python2.4/site-packages/freevo/util/dbutil.py", line 94,
> in runQuery
> self.cursor.execute(query)
> File "/usr/lib/python2.4/site-packages/sqlite/main.py", line 244, in
> execute      self.rs = self.con.db.execute(SQL)
> _sqlite.DatabaseError: attempt to write a readonly database

Do you have sqlite installed?

If so then maybe the owner is root and your running from a user with the
incorrect permissions. The database is in <cachedir>/freevo.sqlite,
where cachedir is /tmp/freevo or /var/cache/freevo

If not then it need to be installled, see:
http://freevo.sourceforge.net/cgi-bin/doc/SourceDependencies

Duncan


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to