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
I get the above after trying to EncodeTo() then DecodeMessage() on notification messages originating from Google Calendar or Telegram in Firefox -- messages that are fairly large and stuffed with... stuff in the hints field. Attached is a binary format of this (as produced by msg.EncodeTo(&b, binary.LittleEndian)).
Hi,
I get the above after trying to
EncodeTo()
thenDecodeMessage()
on notification messages originating from Google Calendar or Telegram in Firefox -- messages that are fairly large and stuffed with... stuff in thehints
field. Attached is a binary format of this (as produced bymsg.EncodeTo(&b, binary.LittleEndian)
).broken-message.gz
Everything else I found so far works fine, even other messages that use the
hints
field. I could not create a reproducer with simpledbus-send
.Code I try to read the data with:
Help? How can I debug this further? dbus itself and various notification daemons seem happy with the message.
The text was updated successfully, but these errors were encountered: