Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TlMetaDataNotFound #12

Open
nils-weidinger opened this issue Dec 14, 2023 · 1 comment
Open

TlMetaDataNotFound #12

nils-weidinger opened this issue Dec 14, 2023 · 1 comment

Comments

@nils-weidinger
Copy link

Not sure if this is a duplicate of #5

  File "/home/USER/.local/bin/etl2xml", line 194, in on_event_record
    data.append(log_tracelogging(event.parse_tracelogging()))
  File "/home/USER/.local/lib/python3.10/site-packages/etl/event.py", line 129, in parse_tracelogging
    return build_tracelogging(self.source)
  File "/home/USER/.local/lib/python3.10/site-packages/etl/parsers/tracelogging.py", line 79, in build_tracelogging
    raise TlMetaDataNotFound()
etl.error.TlMetaDataNotFound: Meta data not found for trace logging parser

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/USER/.local/lib/python3.10/site-packages/construct/lib/containers.py", line 98, in __getattr__
    return self[name]
KeyError: 'data1'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/USER/.local/bin/etl2xml", line 252, in <module>
    main(**vars(args))
  File "/home/USER/.local/bin/etl2xml", line 231, in main
    etl_reader.parse(logger)
  File "/home/USER/.local/lib/python3.10/site-packages/etl/etl.py", line 141, in parse
    actions[event.type](event.value)
  File "/home/USER/.local/lib/python3.10/site-packages/etl/etl.py", line 133, in <lambda>
    "EventRecord": lambda obj: observer.on_event_record(Event(obj)),
  File "/home/USER/.local/bin/etl2xml", line 198, in on_event_record
    etw = event.parse_etw()
  File "/home/USER/.local/lib/python3.10/site-packages/etl/event.py", line 118, in parse_etw
    guid = EtwGuid(self.source.event_header.provider_id.data1, self.source.event_header.provider_id.data2,
  File "/home/USER/.local/lib/python3.10/site-packages/construct/lib/containers.py", line 100, in __getattr__
    raise AttributeError(name)
AttributeError: data1

Somebody send me .etl files to analyse a problem with his mail client. I'm trying to read them on my ubuntu workstation and can't convert either of them to xml.

@recolic
Copy link

recolic commented Feb 14, 2024

getting same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants