commix icon indicating copy to clipboard operation
commix copied to clipboard

Bug Report: Unhandled exception "UnboundLocalError: cannot access local variable 'request_headers' where it is not associated with a value" (#79100d49)

Open commixreporter opened this issue 7 months ago • 0 comments

Commix version: 4.0-dev#79
Python version: 3.11.8
Operating system: posix
Command line: commix.py -l *********** 
Traceback (most recent call last):
  File \"commix.py", line 36, in <module>
    main()
  File \"commix.py", line 31, in main
    import src.core.main
  File \"main.py", line 865, in <module>
    parser.logfile_parser()
  File \"parser.py", line 125, in logfile_parser
    for line in request_headers:
                ^^^^^^^^^^^^^^^
UnboundLocalError: cannot access local variable 'request_headers' where it is not associated with a value

commixreporter avatar Jun 28 '24 06:06 commixreporter