When we running weekly-user-activity.py script it returns the following error: UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte.
weekly-user-activity.py
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte
It can be fixed by setting the way the message cache file is read, just like this example on StackOverflow.
Here an image that shows the error:
Fixed in d53aef3. Thanks @pamee and @aawizard
Metadata Update from @mattdm: - Issue status updated to: Closed (was: Open)