Bugs item #1621615, was opened at 2006-12-24 14:17
Message generated for change (Comment added) made by duncanwebb
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1621615&group_id=46652

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: record server
Group: 1.x svn
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Frank Naude (naudefj)
Assigned to: Nobody/Anonymous (nobody)
Summary: Time error on "Manual Record"

Initial Comment:
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/main.py", line 285, in 
eventhandler
    app.eventhandler(event)
  File "/usr/lib/python2.4/site-packages/freevo/menu.py", line 621, in 
eventhandler
    action( arg=arg, menuw=self )
  File "/usr/lib/python2.4/site-packages/freevo/menu.py", line 92, in select
    self.function(arg=self.arg, menuw=menuw)
  File "/usr/lib/python2.4/site-packages/freevo/tv/plugins/manual_record.py", 
line 318, in save_changes
    result = self.check_prog()
  File "/usr/lib/python2.4/site-packages/freevo/tv/plugins/manual_record.py", 
line 343, in check_prog
    starttime = time.mktime(strptime.strptime(str(self.start_month)+" 
"+str(self.start_day)+" "+str(startyear)+" "+str(self.start_time)+":00",'%m %d 
%Y '+config.TV_TIMEFORMAT+':%S'))
  File "/usr/lib64/python2.4/_strptime.py", line 293, in strptime
    raise ValueError("time data did not match format:  data=%s  fmt=%s" %
ValueError: time data did not match format:  data=0 24 2007 15:15:00  fmt=%m %d 
%Y %H:%M:%S

The month is 0! However, it's set to "Dec" in the GUI.


----------------------------------------------------------------------

>Comment By: Duncan Webb (duncanwebb)
Date: 2006-12-24 22:32

Message:
Logged In: YES 
user_id=104395
Originator: NO

Manual record from the GUI or the web server?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1621615&group_id=46652

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to