"Mick" wrote:
> I've had it enable for a while, then today I tried to play my first audio cd
> since for ever..
>
> When starting the second track, i get this, and it crashes freevo everytime.
>
> Traceback (most recent call last):
>   File "/usr/lib/python2.3/site-packages/freevo/main.py", line 492, in ?
>     MainTread().run()
>   File "/usr/lib/python2.3/site-packages/freevo/main.py", line 352, in run
>     self.eventhandler(rc.get_event(True))
>   File "/usr/lib/python2.3/site-packages/freevo/main.py", line 304, in
> eventhandler
>     if p.eventhandler(event=event):
>   File "/usr/lib/python2.3/site-packages/freevo/audio/plugins/logger.py",
> line 76, in eventhandler
>     self.log_track(event.arg)
>   File "/usr/lib/python2.3/site-packages/freevo/audio/plugins/logger.py",
> line 61, in log_track
>     query = 'UPDATE music SET play_count=play_count+1,last_play=%f WHERE \
>   File "/usr/lib/python2.3/posixpath.py", line 119, in dirname
>     return split(p)[0]
>   File "/usr/lib/python2.3/posixpath.py", line 77, in split
>     i = p.rfind('/') + 1
> AttributeError: 'NoneType' object has no attribute 'rfind'
>
> Any tips on whats going on?

Wild guess without checking the code: the logger wants to add the
filename to the database. Since a cd has no file, filename is None. 


Dischi

-- 
I started out with nothing... I still have most of it.


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to