2016-11-17 02:41:12 +01:00
|
|
|
* [Terminated by other long poll or webhook](#terminted_by_other)
|
2018-07-08 01:41:21 +02:00
|
|
|
* ["No implementation for org.telegram.telegrambots.meta.generics.BotSession was bound"](#no_implementation_was_bound)
|
2016-11-17 02:41:12 +01:00
|
|
|
|
|
|
|
## <a id="terminted_by_other"></a>Terminated by other long poll or webhook ##
|
|
|
|
|
2017-10-31 19:50:32 +01:00
|
|
|
It means that you have already a running instance of your bot. To solve it, close all running ones and then you can start a new instance.
|