--> -->
 
 
<type 'exceptions.IndexError'>
Python 2.7.5: /usr/bin/python
Thu Mar 28 14:35:01 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.

 /group/halld/www/halldweb/htbin/data_monitoring/monitoring/runBrowser.py in ()
    931     conn.close()
    932 
    933 
    934 if __name__ == "__main__":
=>  935     main()
main = <function main>
 /group/halld/www/halldweb/htbin/data_monitoring/monitoring/runBrowser.py in main()
    609         if options[2] is None:
    610             period = get_periods_run_number(options)
=>  611             options[2] = period[0][0]
    612         # set version
    613         if options[1] is None:
options = [101640, None, None], period = ()

<type 'exceptions.IndexError'>: tuple index out of range
      args = ('tuple index out of range',)
      message = 'tuple index out of range'