
dlknight at sdf
Nov 21, 2009, 7:48 AM
Post #3 of 9
(1056 views)
Permalink
|
On Sat, November 21, 2009 2:17 pm, Michael T. Dean wrote: > On 11/21/2009 07:06 AM, David Knight wrote: >> I've pulled down the latest version of mythcal from google code >> (http://code.google.com/p/mythcal/), installed the pytz and python-gdata >> prerequisites but get the following error when running mythcal >> --dry-run: >> >> Traceback (most recent call last): >> File "./mythcal", line 106, in <module> >> recordings = get_recordings_from_backend() >> File "./mythcal", line 98, in get_recordings_from_backend >> if mythtv.isRecording(recorder): >> File "usr/lib/python2.5/site-packages/MythTV/MythTV.py", line 295, in >> isRecording >> TypeError: sequence item 0: expected string, int found >> >> Any ideas? >> >> Many thanks > > Someone needs to update the program to support the new protocol. > > Or, better, update it to use the Python bindings so that this will never > happen again (as they're always updated to support the new protocol). > > Mike > > Cheers, any pointers on what needs to be updated? mythcal or MythTV.py? Dave K _______________________________________________ mythtv-users mailing list mythtv-users [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
|