--> -->
 
 
<type 'exceptions.ValueError'>
Python 2.7.5: /usr/bin/python
Mon May 20 04:55:55 2024

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

 /home2/onetrack/public_html/django2adserver/cgi-bin/delivery/core/lgimpr.py in ()
     20 SearchParams            = [i.split('=') for i in query_string.split('&')]
     21 
=>   22 for key, value in SearchParams:
     23         if (key == 'bannerid'):
     24                 bannerId = value
key undefined, value undefined, SearchParams = [['']]

<type 'exceptions.ValueError'>: need more than 1 value to unpack
      args = ('need more than 1 value to unpack',)
      message = 'need more than 1 value to unpack'