Open EXL opened 5 years ago
That error means that you are calling the initialization more than one: https://github.com/rubenlagus/TelegramBots/blob/master/telegrambots/src/main/java/org/telegram/telegrambots/ApiContextInitializer.java#L18
There should be no problems tho
It looks like this warning occurs when the bot is launched from IntelliJ IDEA. If I run a bot outside of IDEA, a warning does not appear.
These warnings appear when the Spring application starts:
Is this ok?
Spring Boot v2.1.5.RELEASE telegrambots v4.4.0.1 telegrambots-spring-boot-starter v4.4.0.1