--> --> -->
 
 
TypeError
Python 2.4.3: /usr/bin/python
Wed May 23 01:36:25 2012

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /opt/apache2/cgi-bin/macworld/video-view.py
   34 #title
   35 media = getMediaById(APIKEY, idmedia)
   36 title = media['title'].encode('utf-8', 'ignore')
   37 
   38 # description
title undefined, media = None, ].encode undefined

TypeError: unsubscriptable object
      args = ('unsubscriptable object',)