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
It comes an error.
Processing...
Traceback (most recent call last):
File "HistoricProcessTree.py", line 22, in
exit(main(args))
File "HistoricProcessTree.py", line 9, in main processes_obj.getCreatedProcesses()
File "C:\Users\User\Desktop\HistoricProcessTree-master\process_create_event.py", line 81, in getCreatedProcesses
relevant_events = self.sort_events()
File "C:\Users\User\Desktop\HistoricProcessTree-master\process_create_event.py", line 59, in sort_events
xmldata = item.get('MS').get('S')['#text']
TypeError: 'NoneType' object has no attribute 'getitem'
BBBruceYang
changed the title
Program cannot recognize End_Time argument.
line 65, in sort_events xmldata = item.get('MS').get('S')['#text'] TypeError: 'NoneType' object has no attribute '__getitem__'
Jan 2, 2019
BBBruceYang
changed the title
line 65, in sort_events xmldata = item.get('MS').get('S')['#text'] TypeError: 'NoneType' object has no attribute '__getitem__'
TypeError: 'NoneType' object has no attribute '__getitem__'
Jan 2, 2019
No description provided.
The text was updated successfully, but these errors were encountered: