Open mathieulavallee opened 8 years ago
The AssertionError
suggests that it's a bug in urwid, but I couldn't reproduce the issue outside hangups:
import urwid
import datetime
from hangups.ui.__main__ import MessageWidget
text = '''J'aimerais participer à cet activité de perfectionnement.
Est-ce que je peux être libérer le 27 janvier ?
9SxIpapi�{3L�V
'''
msg = MessageWidget(datetime.datetime.fromtimestamp(0, datetime.timezone.utc),
text, dict(date='', time=''))
fill = urwid.Filler(txt, 'top')
loop = urwid.MainLoop(fill)
loop.run()
However, it's possible that GitHub has sanitized the problem string somehow.
Hi guys,
My girlfriend send me a cut and paste message from official google hangout web client that look like this:
And hangups crashed instantly... after restarting it, and trying to read the message again, i can't see any message from her and all i see is Loading...
I restarted the hangups with log parameter, here is the log:
I just reinstall hangups using pip3 as follow.
edit: i just tried with the source from github, same error, here is the log