Open LitleDuck opened 4 years ago
@CheshireCaat what do you think?
There is exception which called after previous
@LitleDuck I noticed that you are from Russia. It seems that the problem is that Telegram is blocked in this country. Are you using proxy or VPN to connect to the Telegram using TLSharp? I sent message using the library just now (i use VPN). Everything works fine.
@LitleDuck I noticed that you are from Russia. It seems that the problem is that Telegram is blocked in this country. Are you using proxy or VPN to connect to the Telegram using TLSharp? I sent message using the library just now (i use VPN). Everything works fine.
Hi, I am start my bot at Amazon Dedicated Server and this problem come out after few messages from my bot to user and I can't sent more because of this error(sorry for my bad English)
@LitleDuck, If you really need help (in this case from me), you should consider at least two points:
And please, format your code normally, or put it on resources like pastebin. Do not send a stack trace with a message, better with a file or use pastebin in the same way.
@LitleDuck, If you really need help (in this case from me), you should consider at least two points:
- It is necessary to provide a minimal working code example on which i can repeat this errors.
- Provide a complete stack trace for your exceptions.
And please, format your code normally, or put it on resources like pastebin. Do not send a stack trace with a message, better with a file or use pastebin in the same way.
So I can get u source code
@LitleDuck, you can send me the code to likangt2012@gmail.com
The trouble was in AWS. Close
When I try to sendmessageasync to the user from my contacts I have this exception:
There the code: ` static async Task MainAsync(string[] args) { var store = new FileSessionStore(); using (var client = new TelegramClient(API_KEY, "**", store, "session")) { await client.ConnectAsync();
`