telegram-bots-java-api
telegram-bots-java-api copied to clipboard
TelegramBots4Java is a Java implementation of the Telegram Bot API (https://core.telegram.org/bots/api).
I'm having the following exception after leaving the bot for a while: ``` java.util.concurrent.ExecutionException: com.google.gson.JsonSyntaxException: java.lang.NumberFormatException: Expected an int but was -1001035840229 at line 2 column 145 path $.result[0].message.chat.id at...
INFO: GetUpdatesRequest{args={offset=1, timeout=3}} java.util.concurrent.ExecutionException: co.vandenham.telegram.botapi.requests.ApiException: An exception occurred while accessing getUpdates. Caused by: java.net.ConnectException: Connection timed out at java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.util.concurrent.FutureTask.get(FutureTask.java:192) at co.vandenham.telegram.botapi.requests.ApiRequestExecutor$AsyncApiResponse.getResult(ApiRequestExecutor.java:80) at co.vandenham.telegram.botapi.TelegramBot$UpdatePoller.poll(TelegramBot.java:521) at co.vandenham.telegram.botapi.TelegramBot$UpdatePoller.run(TelegramBot.java:509) at java.lang.Thread.run(Thread.java:745) Caused...