Stephen Rowles wrote:
> Hi,
> 
> I've just upgraded to Fedora 7, so no rpm's that will work available :)
> 
> I got hold of the tar file and followed the instructions from here:
> 
> http://freevo.sourceforge.net/cgi-bin/doc/SourceInstallation

I've just added a new page
http://freevo.sourceforge.net/cgi-bin/doc/SourceSVNInstallation

> I installed all the pre-reqs, I've got elementtree, twisted etc.
> 
> However the webserver doesn't work and seems to be ignoring my config to 
> set port number to 8080
> record server running on the old data seems to be recording fine.. guess 
> we'll see what happens when I do a schedule favourites ;)

I think that you need to post you logs and local_conf.py files.

> However I cannot view the TV guide. I get the following error. I've 
> tried freevo cache but that hasn't helped either.

The TV section needs a correct configuration, caching won't help.

> Any ideas?
> 
> Traceback (most recent call last):
>   File "/usr/lib/python2.5/site-packages/freevo/main.py", line 290, in 
> eventhandler
>     app.eventhandler(event)
>   File "/usr/lib/python2.5/site-packages/freevo/menu.py", line 673, in 
> eventhandler
>     action( arg=arg, menuw=self )
>   File "/usr/lib/python2.5/site-packages/freevo/menu.py", line 92, in select
>     self.function(arg=self.arg, menuw=menuw)
>   File "/usr/lib/python2.5/site-packages/freevo/tv/tvmenu.py", line 147, 
> in start_tvguide
>     TVGuide(self.get_start_time(), start_tv, menuw)
>   File "/usr/lib/python2.5/site-packages/freevo/tv/tvguide.py", line 63, 
> in __init__
>     self.n_items, hours_per_page = skin.items_per_page(('tv', self))
>   File "/usr/lib/python2.5/site-packages/freevo/skins/main/main.py", 
> line 431, in items_per_page
>     self.get_display_style('tv'))
>   File 
> "/usr/lib/python2.5/site-packages/freevo/skins/main/tvlisting_area.py", 
> line 78, in get_items_geometry
>     overlap_val   = content.types['overlap']
> KeyError: 'overlap'

This report seems to come up from time to time, either it is caused by
old freevo files that have been installed or that the wrong files are
being used.

Have you had a previous version of freevo installed? (silly question as
I know the answer)

If so try finding all the freevo directories,
find / -type d -name "freevo*"
And then moving them out of the way, just in case something goes
horribly wrong. I normally do:
mv freevo freevo-<version number>

Then try the installation again.

Duncan


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to