boroda4436 / mate_academy_wikibot_NOV18

The YouTubeBot is the app that can enrich Telegram chats with content from integrated YouTube service and help you find and share YouTube videos. Created by Mate Academy Java course November 2018 team
http://t.me/mawb_nov_18_bot
MIT License
6 stars 11 forks source link

MAWB-26: Error getting updates Telegram Bots Api BOTSESSION #81

Open boroda4436 opened 5 years ago

boroda4436 commented 5 years ago

Received next logs in the console:

2019-04-23 17:42:14.706 ERROR 5676 --- [gram Connection] Telegram Bots Api : BOTSESSION

org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates at org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:119) ~[telegrambots-meta-4.1.2.jar:na] at org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:256) ~[telegrambots-4.1.2.jar:na] at org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:185) ~[telegrambots-4.1.2.jar:na]

2019-04-23 17:42:18.813 ERROR 5676 --- [gram Connection] Telegram Bots Api : BOTSESSION

org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException: Error getting updates at org.telegram.telegrambots.meta.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:119) ~[telegrambots-meta-4.1.2.jar:na] at org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.getUpdatesFromServer(DefaultBotSession.java:256) ~[telegrambots-4.1.2.jar:na] at org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:185) ~[telegrambots-4.1.2.jar:na]

STR: cannot get stable reproduce steps Actual result: errors are logged in the console/log file Expected result: the errors should not be logged