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
{{ message }}
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
This may be related to clearing tweet-related items from the cache, as it seems to happen most around "Removing avatar" debug messages, but that could be a red herring.
(cawbird:15146): GLib-GObject-CRITICAL **: 13:31:54.966: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(cawbird:15146): GLib-GObject-CRITICAL **: 13:31:54.966: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(cawbird:15146): GLib-GObject-CRITICAL **: 13:31:54.971: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(cawbird:15146): cawbird-DEBUG: 13:31:54.975: Removing avatar with id 86626845 from cache
(cawbird:15146): cawbird-DEBUG: 13:31:54.975: Removing avatar with id 1023072078 from cache
The text was updated successfully, but these errors were encountered:
Something somewhere is doing a
g_object_unref
on something that isn't agobject
.This may be related to clearing tweet-related items from the cache, as it seems to happen most around "Removing avatar" debug messages, but that could be a red herring.
The text was updated successfully, but these errors were encountered: