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
I have a decoding error, I am using version 0.2a8.
This decoding error seems to be referencing a key that doesn't exist.
I have used 2 different ACD files with both failing in the same section.
This is the error message:
"elements.py", line 394, in build name_length = struct.unpack("<H", extended_records[0x01][0:2])[0] KeyError: 1"
And this is the INFO message
2024-07-29 07:51:00.027 | INFO | acd.l5x.export_l5x:post_init:117 - Getting records from ACD Nameless file and storing in sqllite database
The text was updated successfully, but these errors were encountered:
Hello,
I have a decoding error, I am using version 0.2a8.
This decoding error seems to be referencing a key that doesn't exist.
I have used 2 different ACD files with both failing in the same section.
This is the error message:
"elements.py", line 394, in build name_length = struct.unpack("<H", extended_records[0x01][0:2])[0] KeyError: 1"
And this is the INFO message
2024-07-29 07:51:00.027 | INFO | acd.l5x.export_l5x:post_init:117 - Getting records from ACD Nameless file and storing in sqllite database
The text was updated successfully, but these errors were encountered: