rubenlagus / TelegramBots

Java library to create bots using Telegram Bots API
https://telegram.me/JavaBotsApi
MIT License
4.68k stars 1.18k forks source link

throw "TelegramApiRequestException" #222

Closed MyNameIsMy closed 7 years ago

MyNameIsMy commented 7 years ago

Can someone describe to me what happening when this error is thrown and how it solve, thanks: "date and time" org.telegram.telegrambots.logging.BotLogger severe SEVERE: BOTSESSION org.telegram.telegrambots.exceptions.TelegramApiRequestException: Error getting updates: [409] Conflict: terminated by other long poll or webhook at org.telegram.telegrambots.api.methods.updates.GetUpdates.deserializeResponse(GetUpdates.java:119) at org.telegram.telegrambots.updatesreceivers.DefaultBotSession$ReaderThread.run(DefaultBotSession.java:208)

Clevero commented 7 years ago

Did you tried to search for a solution? The error is described and solved in the wiki under Errors Handling...

MyNameIsMy commented 7 years ago

Yes I tried but not there and I have understood now, thanks.

Clevero commented 7 years ago

Great Can this issue now be closed?