Bug Report: Unhandled exception "UnboundLocalError: cannot access local variable 'request_headers' where it is not associated with a value" (#79100d49) #938
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