#12 Fix Pickle UnicodeDecode error on weekly-user-activity.py
Closed by mattdm. Opened by josseline.

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.

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:
unicodeerror.png

Fixed in d53aef3. Thanks @pamee and @aawizard

Metadata Update from @mattdm:
- Issue status updated to: Closed (was: Open)

Metadata