Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: 'NoneType' object has no attribute '__getitem__' #1

Open
BBBruceYang opened this issue Dec 22, 2018 · 1 comment
Open

TypeError: 'NoneType' object has no attribute '__getitem__' #1

BBBruceYang opened this issue Dec 22, 2018 · 1 comment

Comments

@BBBruceYang
Copy link

BBBruceYang commented Dec 22, 2018

No description provided.

@BBBruceYang
Copy link
Author

BBBruceYang commented Dec 26, 2018

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 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant