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
The message manager encounters an AttributeError when trying to access the type attribute of the media field in NewMessage. This error occurs because the media field is sometimes being set as a string instead of the expected MediaAttachment type. The issue became apparent after the recent commit (5552ee2) that added voice message handling checks.
The message manager encounters an
AttributeError
when trying to access the type attribute of the media field inNewMessage
. This error occurs because the media field is sometimes being set as a string instead of the expectedMediaAttachment
type. The issue became apparent after the recent commit (5552ee2) that added voice message handling checks.logs:
The text was updated successfully, but these errors were encountered: