You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getting a runtime error on basic first run. it seems something isnt declared.
using python v3.12 if it matters.
Traceback (most recent call last):
File "/private/tmp/Klv_extractor/run.py", line 40, in
extract_klv(args.file)
File "/private/tmp/Klv_extractor/run.py", line 10, in extract_klv
packet.structure()
^^^^^^^^^^^^^^^^
AttributeError: 'UnknownElement' object has no attribute 'structure'
The text was updated successfully, but these errors were encountered:
getting a runtime error on basic first run. it seems something isnt declared.
using python v3.12 if it matters.
Traceback (most recent call last):
File "/private/tmp/Klv_extractor/run.py", line 40, in
extract_klv(args.file)
File "/private/tmp/Klv_extractor/run.py", line 10, in extract_klv
packet.structure()
^^^^^^^^^^^^^^^^
AttributeError: 'UnknownElement' object has no attribute 'structure'
The text was updated successfully, but these errors were encountered: