Hi all,

I've just migrated to 1.8.1 from 1.7.6.1, and watching TV stopped 
working. The following error message was seen in the log file:

  File 
"/usr/lib/python2.4/site-packages/freevo/tv/plugins/dvbstreamer/manager.py", 
line 103, in get_controller
    if adapter.find(':') != -1:
AttributeError: 'int' object has no attribute 'find'

This is how my TV_VIDEO_GROUPS setting in local_conf.py looks like:

TV_VIDEO_GROUPS[0].vdev = '0'
TV_VIDEO_GROUPS[0].group_type = 'dvb'
TV_VIDEO_GROUPS[0].record_group = '0'

I've changed the clause if adapter.find to if str(adapter).find and it's 
now working again, but is that a bug or is my configuration broken 
somewhere ?

Thanks and regards,
Marcos

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to