Skip to content

Code gets error on Python 3.14.3 #1

Description

@SinOfNature

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"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions