icyque
icyque copied to clipboard
Supress warning : assertion 'JSON_NODE_IS_VALID (node)' failed warnings
i use icyque with spectrum2 and this message come often in the command line:
Json-CRITICAL **: XXXXX: json_node_get_object: assertion 'JSON_NODE_IS_VALID (node)' failed
it should be surpressed in the future
I got this too.
Also to me.
This problem is annoying, because its filling up my .xsession-errors log. Sometimes whole disk. :-(
Wow, 7 months have passed and this still is not fixed :/ Looks like Eion has abandoned the plugin.
I reliably have this issue all the time when the connection is lost. I connect Pidgin via a SSH tunnel, because direct connection to Mail.Ru that owns ICQ now is banned in Ukraine, and the tunnel does not reconnect automatically after network issues. These warnings are generated hundreds of times per second, not only they freeze Pidgin, but also flood the terminal (or the log file if Pidgin is ran via nohup
). So I have to run Pidgin from a separate directory (to make the nohup log not used by other processes), and to drop the file and restart Pidgin if the reconnect wasn't noticed early. Pretty annoying.
You can turn off json assertions using a command line env var, its just a notice not an error, but json-glib treats it as such.
PRs always welcome