Hi,
I'm having the following problem with the webserver/recordserver.
When ever i press the manual record button i get an error, but
everything else works.
value="'+ch.id+'">'+ch.tunerid+"\n"
exceptions.TypeError: cannot concatenate 'str' and 'int' objects
Check your TV_CHANNELS entry in your local_conf.py. The third field for each channel should be in single quotes, a str not an int. There was a bug in the channel list generator that made them ints instead, but channel "numbers" are handled as strings because in some parts of the world there are string characters in tuner ids, ie: channel 'E8'.
-Rob
------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
