<type 'exceptions.ValueError'>
Python 2.5.2: /usr/local/bin/python2.5
Sat Nov 7 02:37:21 2009

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

 /usr/local/dimdim/FLVServer/fcgi.py in run(self=<fcgi.Request object at 0x40f6190>)
  578         """Runs the handler, flushes the streams, and ends the request."""
  579         try:
  580             protocolStatus, appStatus = self.server.handler(self)
  581         except:
  582             traceback.print_exc(file=self.stderr)
protocolStatus undefined, appStatus undefined, self = <fcgi.Request object at 0x40f6190>, self.server = <fcgi.WSGIServer object at 0x2ab6b7dc4390>, self.server.handler = <bound method WSGIServer.handler of <fcgi.WSGIServer object at 0x2ab6b7dc4390>>
 /usr/local/dimdim/FLVServer/fcgi.py in handler(self=<fcgi.WSGIServer object at 0x2ab6b7dc4390>, req=<fcgi.Request object at 0x40f6190>)
 1264         try:
 1265             try:
 1266                 result = self.application(environ, start_response)
 1267                 try:
 1268                     for data in result:
result = None, self = <fcgi.WSGIServer object at 0x2ab6b7dc4390>, self.application = <function myapp at 0x2ab6b7db7cf8>, environ = {'CONTENT_LENGTH': '', 'CONTENT_TYPE': '', 'DOCUMENT_ROOT': '/usr/local/dimdim/nginx/html', 'DOCUMENT_URI': '/viewflvfile/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip', 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'HTTP_CACHE_CONTROL': 'no-cache', ...}, start_response = <function start_response at 0x40dfe60>
 /usr/local/dimdim/FLVServer/FLVServer.py in myapp(environ={'CONTENT_LENGTH': '', 'CONTENT_TYPE': '', 'DOCUMENT_ROOT': '/usr/local/dimdim/nginx/html', 'DOCUMENT_URI': '/viewflvfile/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_ACCEPT_ENCODING': 'gzip', 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'HTTP_CACHE_CONTROL': 'no-cache', ...}, start_response=<function start_response at 0x40dfe60>)
  174                 urlSwf = hostUrl+"/dimdimflvstatic/FlowPlayerDark.swf";
  175                 if id.find('/') > 0:
  176                         [installId,flvName] = string.split(id,'/');
  177                 else:
  178                         id = '_old/'+str(id);
installId = '_old', flvName = 'dimdim/da27f404-6136-102c-9991-003048944478&lt;/a&gt;&lt;/p&gt;&lt;p&gt;To', global string = <module 'string' from '/usr/local/lib/python2.5/string.pyc'>, string.split = <function split at 0x2ab6b7db4de8>, id = 'dimdim/da27f404-6136-102c-9991-003048944478&lt;/a&gt;&lt;/p&gt;&lt;p&gt;To'

<type 'exceptions.ValueError'>: too many values to unpack
      args = ('too many values to unpack',)
      message = 'too many values to unpack'