Bugs item #1622266, was opened at 2006-12-26 08:17
Message generated for change (Comment added) made by duncanwebb
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1622266&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: video
>Group: kaa svn
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Frank Naude (naudefj)
Assigned to: Nobody/Anonymous (nobody)
Summary: Chapter' object has no attribute 'url'

Initial Comment:
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/skins/main/info_area.py", line 
99, in update_content
    self.sellist = self.eval_expressions( self.list )
  File "/usr/lib/python2.4/site-packages/freevo/skins/main/info_area.py", line 
251, in eval_expressions
    if exp and eval(exp, {'attr': item.getattr}, function_calls):
  File "<string>", line 0, in ?
  File "/usr/lib/python2.4/site-packages/freevo/item.py", line 444, in getattr
    return Unicode(r)
  File "/usr/lib/python2.4/site-packages/freevo/util/__init__.py", line 53, in 
Unicode
    return unicode(str(string), config.LOCALE)
  File "/usr/lib64/python2.4/site-packages/kaa/metadata/core.py", line 152, in 
__repr__
    return '<%s %s>' % (str(self.__class__)[8:-2], self.url)
AttributeError: 'Chapter' object has no attribute 'url'

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

>Comment By: Duncan Webb (duncanwebb)
Date: 2006-12-26 10:46

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

Can you provide a little more information, the back trace helps but
doesn't say what steps are needed to reproduce the problem.

This looks like a kaa medata problem, but I'm not sure.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1622266&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