murgo / IrssiNotifier

notifies android phones from irc private messages
Apache License 2.0
171 stars 63 forks source link

Irssi: IrssiNotifier: previous send is still in progress and queue is full, skipping notification #161

Closed bsdlp closed 10 years ago

bsdlp commented 10 years ago

Irssi: IrssiNotifier: previous send is still in progress and queue is full, skipping notification

00:54 <@murgo> jchen: that's a rare but known issue
00:54 <@murgo> /script unload irssinotifier and then /script load irssinotifier

Error appears to be thrown when $forked != 1:

https://github.com/murgo/IrssiNotifier/blob/master/Irssi/irssinotifier.pl#L201

qvr commented 10 years ago

When this happens is there a stuck wget command still running (and another (forked) instance of irssi)? Cant see how it could happen otherwise.

bsdlp commented 10 years ago

hasn't happened to me lately (or I miss the message). Then again, I haven't been receiving notifications on my phone either.

amodig commented 10 years ago

I had this same issue. At least, the error note should say that one needs to reload the script.

murgo commented 10 years ago

I never actually managed to reproduce this, but I received numerous reports about it. Could you try with the latest script in the Github repo and report if there are any issues?