Brian Lee

Results 8 comments of Brian Lee

I tried the sample works of @SireInsectus (https://github.com/SireInsectus/telegram-api-samples) but they end with `UNKNOWN_ERROR` for me.

@SireInsectus , thanks! I would love to see a follow up on your work. Please, do so. And if possible, update us here, via this thread for others to see....

@saturngod, I'm sorry, but I'm having a `java.lang.NullPointerException` error in the `api.switchToDc(destDC);` call inside the `catch` clause of the function. I initialized `api` and `apiState` like so: ``` ConnectionInfo[] connections...

@saturngod I did what you told me, so that now my intialization code looks like: ``` ConnectionInfo[] connections = new ConnectionInfo[]{ new ConnectionInfo(1, 0, "173.240.5.1", 443) }; SampleApiState apiState =...

Do you think it's a problem with our code or with the servers?

@saturngod Thanks for the help! But how do I get another API key and hash code if I'm not going to use the one provided in my.telegram.org? There was an...

@saturngod, thanks! I'll give it a shot. I also tweeted to Telegram weeks ago for some support, but they haven't replied yet.

@saturngod , did you use the the same IP as the Telegram Samples project (109.239.131.195)?