Hi, I am developing YM client for Android.I've included openymsg0.5 api ,when i run the program it shows following error.
***ERROR/InputThread(262): error on process packet
ERROR/InputThread(262): org.openymsg.network.LoginRefusedException: Login Failed, unable to retrieve stage 2 url
ERROR/InputThread(262): at org.openymsg.network.Session.yahooAuth16Stage2(Session.java:2024)
ERROR/InputThread(262): at org.openymsg.network.Session.yahooAuth16Stage1(Session.java:1931)
ERROR/InputThread(262): at org.openymsg.network.Session.receiveAuth(Session.java:1827) ERROR/Session(262): Never logged in, sessionStatus is: CONNECTING
error on sendException to the session ERROR/InputThread(262): java.lang.NullPointerException
ERROR/InputThread(262): at org.openymsg.network.Session.sendExceptionEvent(Session.java:3583)
ERROR/InputThread(262): at org.openymsg.network.InputThread.run(InputThread.java:83)*