wreiske / apache-scalp

Automatically exported from code.google.com/p/apache-scalp
0 stars 0 forks source link

while using --period (IndexError: list index out of range) #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. /usr/bin/python2.5/bin/python scalp-0.4.py --log 
/home/webserver/httpd/error.log -o output --html --period 
14/Nov/2011:06*;*/Nov/2011
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
scalp-0.4.py
python 2.5

Please provide any additional information below.

Original issue reported on code.google.com by viji4u...@gmail.com on 12 Jan 2012 at 9:41

GoogleCodeExporter commented 9 years ago
here is the error i get:

Traceback (most recent call last):
  File "scalp-0.4.py", line 633, in <module>
    main(len(sys.argv), sys.argv)
  File "scalp-0.4.py", line 601, in main
    preferences['period'] = analyze_date(argv[i+1])
  File "scalp-0.4.py", line 508, in analyze_date
    l_end  = l_date[1].split('/')
IndexError: list index out of range

Original comment by viji4u...@gmail.com on 12 Jan 2012 at 9:42

GoogleCodeExporter commented 9 years ago
please ignore this, i will be adding a new one

Original comment by viji4u...@gmail.com on 12 Jan 2012 at 9:44