Coherence segfaults initially creating database. It performs a partial import, successfully adds artists A through H, then bails.
Unhandled error in Deferred:
Traceback (most recent call last):
File "/usr/lib64/python2.6/site-packages/coherence/backends/mediadb_storage.py", line 668, in upnp_init
self.get_music_files(self.medialocation)
File "/usr/lib64/python2.6/site-packages/coherence/backends/mediadb_storage.py", line 548, in get_music_files
d.addBoth(got_tags, file)
File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line 214, in addBoth
callbackKeywords=kw, errbackKeywords=kw)
File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line 186, in addCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib64/python2.6/site-packages/twisted/internet/defer.py", line 328, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "/usr/lib64/python2.6/site-packages/coherence/backends/mediadb_storage.py", line 509, in got_tags
album=tags.get('album', '')
exceptions.AttributeError: Failure instance has no attribute 'get'
MediaStore? configuration
[[MediaStore]]
medialocation = /media/music
mediadb = /var/db/media.db
name = Music
Some info on my system:
Linux tulkas 2.6.30-gentoo-r5 #4 SMP Fri Oct 9 19:25:43 EDT 2009 x86_64 AMD Athlon(tm) Dual Core Processor 5050e AuthenticAMD GNU/Linux
dev-python/twisted-8.1.0
dev-python/epsilon-0.5.12
dev-python/axiom-0.5.31
dev-db/sqlite-3.6.17
I'd be happy to provide any additional information to help diagnose/resolve the issue.