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
24
hello
25
Failed parsing MQTT data on /t_trace as JSON
Traceback (most recent call last):
File "C:\Users\USER\AppData\Local\Programs\Python\Python36\lib\site-packages\fbchat\_mqtt.py", line 77, in _on_message_handler
j = _util.parse_json(message.payload.decode("utf-8"))
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 3: invalid continuation byte
26
Messages seen by 10007000000000 in 10007000000000 (USER) at 1640458300.433s
27
29
Environment information
Python 3.6.8
fbchat 1.9.7 version
The text was updated successfully, but these errors were encountered:
Hey guys,
Try using a very old user-agent that may fix it.
you can try this one: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3
Description of the problem
on Message received gives out a UnicodeDecodeError
Code to reproduce
Traceback
Environment information
fbchat 1.9.7
versionThe text was updated successfully, but these errors were encountered: