zD12 / pircbotx

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

Every Message Returns Issue #181

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.It *looks* like just making the bot join a channel
2.
3.

What is the expected output? What do you see instead?
Um. Nothing - but I get this instead :

[2014/07/16 13:20:00] [botPool0-bot0] [ERROR] org.pircbotx.PircBotX - Exception 
encountered when parsing line
org.pircbotx.exception.DaoException: UnknownUser: JZTech101
    at org.pircbotx.UserChannelDao.getUser(UserChannelDao.java:87)
    at org.pircbotx.InputParser.processCommand(InputParser.java:464)
    at org.pircbotx.InputParser.handleLine(InputParser.java:350)
    at org.pircbotx.PircBotX.startLineProcessing(PircBotX.java:283)
    at org.pircbotx.PircBotX.connect(PircBotX.java:244)
    at org.pircbotx.MultiBotManager$BotRunner.call(MultiBotManager.java:219)
    at org.pircbotx.MultiBotManager$BotRunner.call(MultiBotManager.java:212)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

What version of the product are you using? On what operating system?
2.1-SNAPShot

Original issue reported on code.google.com by jzhou2...@gmail.com on 16 Jul 2014 at 5:21

GoogleCodeExporter commented 9 years ago
Making Bot join a channel and send a message in the channel*

Original comment by jzhou2...@gmail.com on 16 Jul 2014 at 5:34

GoogleCodeExporter commented 9 years ago
The latest snapshot build is broken due to Issue #148. I started working on it, 
got about halfway done, then RL prevented me from working on it. 

Sorry for dropping the ball on this. Tonight I'll see if I can fix it quickly 
so it at least passes all the tests. If I can't I'll just revert the change. 

Original comment by Lord.Qua...@gmail.com on 16 Jul 2014 at 5:37

GoogleCodeExporter commented 9 years ago
Fixed in the latest Revision e31e19cc5e52. Finally did the smart thing and 
split dev work into a different branch.

https://thelq.ci.cloudbees.com/job/PircBotX/97/

Original comment by Lord.Qua...@gmail.com on 17 Jul 2014 at 12:27