Munish Chandel

Results 6 comments of Munish Chandel

It started working for me after I updated Server IP Address in the MemoryStateAPI class, as shown below - ``` java public void start(boolean isTest) { connections = new HashMap();...

I am facing the same issue - ``` Exception in thread "main" java.lang.NullPointerException at org.telegram.actors.ActorSystem.close(ActorSystem.java:97) at org.telegram.mtproto.MTProto.close(MTProto.java:221) at org.telegram.api.engine.TelegramApi.switchToDc(TelegramApi.java:161) at org.telegram.bot.Application.login(Application.java:401) at org.telegram.bot.Application.main(Application.java:40) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)...

Somehow it works for me. **I had activated telegram in my android mobile first then I used the phone number to activate this bot.** here is my code - ```...

Just changing the server ip address worked for me. What error you are getting ? regards, Munish (मुनीश) On Jul 27, 2015 6:25 AM, "victorlaerte" [email protected] wrote: > Still not...

did you try this one ? new ConnectionInfo(1, 0, isTest ? "149.154.175.10" : "149.154.175.50", 443) It is still working for me without any NPE. On Mon, Jul 27, 2015 at...

Earlier i also started getting NPE with the old IP addresses. Its bad on telegram part that they did not acknowledge about the IP address change. On Mon, Jul 27,...