raisedragon / pircbotx

Automatically exported from code.google.com/p/pircbotx
0 stars 0 forks source link

Failed to add message to queue? #110

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Not entirley sure if this is my fault or pircbotx's but im working on a plugin 
for the bukkit server software that uses pircbotx and am getting an error when 
trying to send a message to the channels.

http://pastebin.com/yt4mXsdd

Original issue reported on code.google.com by zcrai...@gmail.com on 11 Jan 2013 at 10:17

GoogleCodeExporter commented 9 years ago
Well my example bot in irc.freenode.net/#pircbotx is still working, so I think 
its in your code

Just from the stack trace it seems the OutputThread got killed. Is this 
Exception always reproducible on multiple runs?

Original comment by Lord.Qua...@gmail.com on 11 Jan 2013 at 11:13

GoogleCodeExporter commented 9 years ago
No sir, i just get that error with an irc bot im using, never had the error 
before.

Original comment by zcrai...@gmail.com on 14 Jan 2013 at 12:11

GoogleCodeExporter commented 9 years ago
All I can tell you is that while PircBotX was trying to add a message to the 
outgoing line queue the thread that's adding the message got interrupted. I 
cannot tell you why, but its not from PircBotX.

I would ask on the Bukkit forums and maybe try an older version of Bukkit. 

Original comment by Lord.Qua...@gmail.com on 15 Jan 2013 at 5:03