On Fri, 2010-09-24 at 20:05 +0200, Dirk Meyer wrote:
> It does -- at least for me. It seems to be a new bug to me but causes
> beacon to crash with a database error (string vs unicode). It took me a
> long time to trace the bug to inotify and now it works.

I'm not able to reproduce this.  From what I can see, INotify will
always emit filenames as byte strings.  Can you please provide a
traceback?  Add something like this at the top of
Crawler._inotify_event():

        if type(name) != str:
           import traceback
           traceback.print_stack()

Thanks.



------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to