Hi.
I get this error running the code on Python 3.14.3. Any idea why?
51 events related to browsing history from MS Edge found. Extracting & writing to CSV. Note - Some events might not contain URLs and will be skipped.
Traceback (most recent call last):
File "C:\PythonExamples\Converted\EventTranscriptDB\test3.py", line 270, in
EdgeBrowsingHistory(session, out_dir)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "C:\PythonExamples\Converted\EventTranscriptDB\test3.py", line 30, in EdgeBrowsingHistory
row_list.append(temp_json['data']['Timestamp'].replace("T"," ").replace("Z",""))
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'Timestamp'
Tried
python test3.py -f C:\ProgramData\Microsoft\Diagnosis\EventTranscript\EventTranscript.db -o C:\Temp
python test3.py -f "C:\ProgramData\Microsoft\Diagnosis\EventTranscript\EventTranscript.db" -o "C:\Temp"
Hi.
I get this error running the code on Python 3.14.3. Any idea why?
51 events related to browsing history from MS Edge found. Extracting & writing to CSV. Note - Some events might not contain URLs and will be skipped.
Traceback (most recent call last):
File "C:\PythonExamples\Converted\EventTranscriptDB\test3.py", line 270, in
EdgeBrowsingHistory(session, out_dir)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "C:\PythonExamples\Converted\EventTranscriptDB\test3.py", line 30, in EdgeBrowsingHistory
row_list.append(temp_json['data']['Timestamp'].replace("T"," ").replace("Z",""))
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'Timestamp'
Tried
python test3.py -f C:\ProgramData\Microsoft\Diagnosis\EventTranscript\EventTranscript.db -o C:\Temp
python test3.py -f "C:\ProgramData\Microsoft\Diagnosis\EventTranscript\EventTranscript.db" -o "C:\Temp"