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
When running python3 whatsBook.py ExportedChat > content.tex fails with the following error:
Traceback (most recent call last):
File "whatsBook.py", line 385, in <module>
main()
File "whatsBook.py", line 78, in main
for line in parsedChat:
File "whatsBook.py", line 317, in parseChat
img = drawMonth(img, prevMonth, mask=False)
File "whatsBook.py", line 325, in drawMonth
width, height = draw.textsize(month.upper(), font)
AttributeError: 'NoneType' object has no attribute 'upper'
The text was updated successfully, but these errors were encountered:
When running
python3 whatsBook.py ExportedChat > content.tex
fails with the following error:The text was updated successfully, but these errors were encountered: