| <type 'exceptions.ValueError'> | Python 2.5.2: /usr/local/bin/python2.5 Sat Nov 7 02:37:38 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 0x40ee310>) |
| 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 0x40ee310>, 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 0x40ee310>) |
| 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': '/saveflvfile/', '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': '/saveflvfile/', '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>) |
| 84 elif cmd == 'id3': |
| 85 if id.find('/') > 0: |
| 86 [installId,flvName] = string.split(id,'/'); |
| 87 else: |
| 88 flvName = id; |
| installId = '_old', flvName = 'dimdim/da27f404-6136-102c-9991-003048944478</a></p><p>Randy', 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</a></p><p>Randy' |
<type 'exceptions.ValueError'>: too many values to unpack
args =
('too many values to unpack',)
message =
'too many values to unpack'