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 think the function "_decode_event_table" (util.py) has an issue with the return data types of element2 ... 4 nested in the returned EventEntry object. As per EventEntry class definition, the element2 ... 4 should be bytes. But the function _decode_event_table returns element2 ... 4 as Integers.
The code sniplet below shows already my suggestion to fix this. Note that "cli.py" would need an update as well to handle bytes rather than integers.
I think the function "_decode_event_table" (util.py) has an issue with the return data types of element2 ... 4 nested in the returned EventEntry object. As per EventEntry class definition, the element2 ... 4 should be bytes. But the function _decode_event_table returns element2 ... 4 as Integers.
The code sniplet below shows already my suggestion to fix this. Note that "cli.py" would need an update as well to handle bytes rather than integers.
The text was updated successfully, but these errors were encountered: