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
$ sysdiag -c 1 analyse timesketch
Case ID: 1
Analyser 'timesketch' for case ID '1'
[ERROR] [timesketch] ERROR while extracting timestamp from accessibility_tcc.
Traceback (most recent call last):
File "[REDACTED]/sysdiagnose/sysdiagnose/src/sysdiagnose/analysers/timesketch.py", line 125, in __extract_ts_accessibility_tcc
if item['db_table'] != 'access':
~~~~^^^^^^^^^^^^
KeyError: 'db_table'
The text was updated successfully, but these errors were encountered:
thanks for reporting this !
It seems that too many try catch resulted in unit testing not seeing much anymore. (see #121 )
Considering the timesketch analyser requires a large amount of work (see #122) I disabled the module for now.
It'll be addressed in a smarter revamp of multiple modules.
The text was updated successfully, but these errors were encountered: