etl-parser icon indicating copy to clipboard operation
etl-parser copied to clipboard

File "/usr/local/lib/python3.8/dist-packages/etl/etl.py", line 159, in build_from_stream

Open ezaspy opened this issue 1 year ago • 0 comments

I have installed eta-parser using the following:

git clone https://github.com/ezaspy/etl-parser
cd etl-parser
python3 -m pip install -e .

But when I run the command python3 etl-parser/bin/etl2xml -i Terminal-Services-Core.etl -o Terminal-Services-Core.etl.xml I get the following error:

Traceback (most recent call last):
  File "etl-parser/bin/etl2xml", line 252, in <module>
    main(**vars(args))
  File "etl-parser/bin/etl2xml", line 230, in main
    etl_reader = build_from_stream(input_file.read())
  File "/usr/local/lib/python3.8/dist-packages/etl/etl.py", line 159, in build_from_stream
    event_header_chunk = ChunkParser.parse(chunks[0].payload)
IndexError: list index out of range

I would expect to receive no error...

ezaspy avatar Dec 28 '23 21:12 ezaspy