ashokcoolguys

Results 19 comments of ashokcoolguys

Hi ...thank u very much for the reference...but i am getting these exception in windows 7 64bit os with jdk1.7 Any clues on this... On Dec 2, 2014 7:08 PM,...

@alexkvak , I am using the same DC. Not able to get the list of DCs available.Also,can u share me some idea that how you are transforming the methods(like help.getConfig#c4f9186b)...

Hi Alex, Thanks for your time. I ve tried the method u've specified ..Thanks again. But Am getting null pointer exception ,which is generated in the ActorSystem class .. Test...

Yes I have tried this to get the DC Options. TLConfig TLCCC=api.doRpcCallNonAuth( new TLRequestHelpGetConfig()); TLVector TLCC_DC=TLCCC.getDcOptions(); state.updateSettings(TLCCC); I tried switching DC with and without using the above code. On Thu,...

@alexkvak ,Code in required format ``` public class Testmsg { private static Random rnd = new Random(); /** * @param args the command line arguments */ public static void main(String[]...

Tried this way also..Still getting same NullPointerException Exception Exception in thread "main" java.lang.NullPointerException TelegramApi#1001: My app does so: > > TLConfig config = api.doRpcCallNonAuth(new TLRequestHelpGetConfig()); > state.updateSettings(config); > > then...

My nearest server is dc2 in (india)[will share u the ip].. I ve debugged the update setting method ,there the connections were updated.. On Dec 4, 2014 9:00 PM, "Alex...

Specified entire API Storage class (implement AbsApiState) below package testmsg; import java.util.ArrayList; import java.util.HashMap; ``` import org.telegram.api.TLConfig; import org.telegram.api.TLDcOption; import org.telegram.api.engine.storage.AbsApiState; import org.telegram.mtproto.state.AbsMTProtoState; import org.telegram.mtproto.state.ConnectionInfo; import org.telegram.mtproto.state.KnownSalt; //import org.telegram.mtproto.pq.Authorizer; public...

Am facing this issue in windows.. On Sun, Dec 21, 2014 at 1:21 AM, Victor de la Cruz wrote: > > Hi I had the same problem and I fix...