Hive13 / jIRCBot

The Hive13 Chat Bot

Home Page:http://wiki.hive13.org/Hive13_IRC_Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yet another potential URL issue

pvince opened this issue · comments

http://www.amazon.com/gp/offer-listing/B00723KZTY/ref=dp_olp_used&condition=used

1375894867981 <Info> findURLTitle - initial bit.ly failed, trying jIRCTools.getURLTitle
1375894869684 <<<PING :hitchcock.freenode.net
1375894869685 >>>PONG :hitchcock.freenode.net
1375894871670 ### Your implementation of PircBotX is faulty and you have
1375894871671 ### allowed an uncaught Exception or Error to propagate in your
1375894871671 ### code. It may be possible for PircBotX to continue operating
1375894871671 ### normally. Here is the stack trace that was produced: -
1375894871671 ###
1375894871678 ### java.lang.NullPointerException
1375894871678 ###       at java.lang.String.<init>(String.java:523)
1375894871679 ###       at org.hive13.jircbotx.support.WebFile.readStream(Unknown Source)
1375894871679 ###       at org.hive13.jircbotx.support.WebFile.<init>(Unknown Source)
1375894871679 ###       at org.hive13.jircbotx.support.WebFile.<init>(Unknown Source)
1375894871679 ###       at org.hive13.jircbotx.support.UrlTools.findURLTitle(Unknown Source)
1375894871679 ###       at org.hive13.jircbotx.listener.Linkify.handleMessage(Unknown Source)
1375894871679 ###       at org.hive13.jircbotx.ListenerAdapterX.onMessage(Unknown Source)
1375894871680 ###       at sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
1375894871680 ###       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1375894871680 ###       at java.lang.reflect.Method.invoke(Method.java:616)
1375894871680 ###       at org.pircbotx.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:98)
1375894871680 ###       at org.pircbotx.hooks.managers.ThreadedListenerManager$1.run(ThreadedListenerManager.java:110)
1375894871680 ###       at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
1375894871681 ###       at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
1375894871681 ###       at java.util.concurrent.FutureTask.run(FutureTask.java:166)
1375894871681 ###       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
1375894871681 ###       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
1375894871681 ###       at java.lang.Thread.run(Thread.java:679)