James Geboski
James Geboski
Rather than guess, grab a bracktrace.
Due to the [limitations](https://github.com/dequis/bitlbee/blob/a214ef6c942f6e06924eaa682d67a15393e0c615/irc_im.c#L372) of `imcb_buddy_nick_hint()`, this would require hackery or patching upstream in bitlbee. I will have to see how much hackery is required in order to make this...
I hit this issue the other night, but did not capture the log. And I was just unable to recreate the issue. Does this happen reliably for you?
It did not grab a new token when it reconnected? Also, use: ``` account facebook set -del token ```
The plugin needs to handle this, I have flagged this as a bug.
Try to obtain a meaningful back trace with: ``` lldb -o 'b g_log' -or -obt -- /usr/sbin/bitlbee -Dnvc bitlbee.conf ```
There are many frames missing from that trace. How did you go about building the plugin? Did you mix and match library and header versions?
I think this might be a bad idea. If a user is silently reconnected (the only time this patch is useful), and a message is received while being reconnected, the...
> Maybe there somewhere I can store a flag to be used when reconnecting because of changing to/from away? It's not perfect, but it's a lot easier than keeping track...
I thought we reached the consensus that the issue was resolved?