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

etl.error.TlUnhandledTag: Cannot read tag type 23 #3

Closed
llccd opened this issue Jul 16, 2020 · 1 comment
Closed

etl.error.TlUnhandledTag: Cannot read tag type 23 #3

llccd opened this issue Jul 16, 2020 · 1 comment

Comments

@llccd
Copy link

llccd commented Jul 16, 2020

When trying to parse following file with etl2xml
etl.zip
I got this error

Traceback (most recent call last):
  File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\Scripts\etl2xml", line 248, in <module>
    main(**vars(args))
  File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\Scripts\etl2xml", line 227, in main
    etl_reader.parse(logger)
  File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\lib\site-packages\etl\etl.py", line 141, in parse
    actions[event.type](event.value)
  File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\lib\site-packages\etl\etl.py", line 133, in <lambda>
    "EventRecord": lambda obj: observer.on_event_record(Event(obj)),
  File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\Scripts\etl2xml", line 190, in on_event_record
    data.append(log_tracelogging(event.parse_tracelogging()))
  File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\lib\site-packages\etl\event.py", line 129, in parse_tracelogging
    return build_tracelogging(self.source)
  File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\lib\site-packages\etl\parsers\tracelogging.py", line 75, in build_tracelogging
    return TraceLogging().load(extended_data.data_item, event.user_data)
  File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\lib\site-packages\etl\parsers\tracelogging.py", line 181, in load
    self[field.name] = read_field(stream, field.tag_in)
  File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\lib\site-packages\etl\parsers\tracelogging.py", line 132, in read_field
    raise TlUnhandledTag(tag)
etl.error.TlUnhandledTag: Cannot read tag type 23
@citronneur
Copy link
Member

Hello @llccd ,
Thanks for reporting the issue. It fix in version 1.0.1 available on pypi.

Have a nice day

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