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
Processing json file at Hangouts.json
Traceback (most recent call last):
File "gtalk_export.py", line 144, in
parse_json(args.json_location, args.name, args.email, args.timestamp_format)
File "gtalk_export.py", line 99, in parse_json
conversations = hangouts.hangoutsToArray(mydata, timestamp_format)
File "hangouts.py", line 218, in hangoutsToArray
messages.sort(cmp=lambda a,b: int(a['timestamp']) - int(b['timestamp']))
TypeError: comparison function must return int, not long
The text was updated successfully, but these errors were encountered:
Processing json file at Hangouts.json
Traceback (most recent call last):
File "gtalk_export.py", line 144, in
parse_json(args.json_location, args.name, args.email, args.timestamp_format)
File "gtalk_export.py", line 99, in parse_json
conversations = hangouts.hangoutsToArray(mydata, timestamp_format)
File "hangouts.py", line 218, in hangoutsToArray
messages.sort(cmp=lambda a,b: int(a['timestamp']) - int(b['timestamp']))
TypeError: comparison function must return int, not long
The text was updated successfully, but these errors were encountered: