-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I have entered the following command:
./MainProgram.py takeozut-2018..........zip
Due to error messages I have already deleted the following folders:
Calendar
Google+ Circles
Google+ Stream
The error messages were all similar.
thats the end of de last output
.....
My Activity Not supported
Google Play Store Not supported
Bookmarks Not supported
Parsing /tmp/Takeout/Hangouts/Hangouts.json
Traceback (most recent call last):
File "./MainProgram.py", line 241, in
main(args,options.destDir, dbName, beginTimeFrame, endTimeFrame,options.outDir,options.outPrefix)
File "./MainProgram.py", line 36, in main
parseTakout(destDir,beginTimeFrame, endTimeFrame)
File "./MainProgram.py", line 62, in parseTakout
data = parseHangouts(filePath, beginTimeFrame, endTimeFrame)
File "/opt/TakeoutsTimelining/HangoutsParser.py", line 8, in parseHangouts
for conversation in data['conversation_state']:
KeyError: 'conversation_state'