Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error removing old webhook #34

Open
kksudo opened this issue Oct 26, 2018 · 4 comments
Open

Error removing old webhook #34

kksudo opened this issue Oct 26, 2018 · 4 comments

Comments

@kksudo
Copy link

kksudo commented Oct 26, 2018

Error in last 1.3.0 version
What is this error about?

org.telegram.telegrambots.exceptions.TelegramApiRequestException: Error removing old webhook: [404] Not Found
	at org.telegram.telegrambots.bots.TelegramLongPollingBot.clearWebhook(TelegramLongPollingBot.java:49)
	at org.telegram.telegrambots.TelegramBotsApi.registerBot(TelegramBotsApi.java:120)
	at jenkinsci.plugins.telegrambot.telegram.TelegramBotRunner.createBotSession(TelegramBotRunner.java:66)
	at jenkinsci.plugins.telegrambot.telegram.TelegramBotRunner.lambda$new$0(TelegramBotRunner.java:61)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

@kksudo
Copy link
Author

kksudo commented Oct 26, 2018

Settings for bot ( token and name) was cleared.
I filled it again, but no response in tg not .
/start and /help not interactive

@vikulin
Copy link

vikulin commented Jun 18, 2020

It seems your Telegram token is incorrect

@amezin
Copy link
Contributor

amezin commented Jun 18, 2020

I've been getting 404 errors too. I've updated TelegramBots library in #51 but, unfortunately, there is still no release of the plugin with these changes. I'm currently using my own build of the plugin from master branch, and it is working fine. You could ask @nikitabelonogov to do a release

@amezin
Copy link
Contributor

amezin commented Jun 18, 2020

Oh, this is an ancient issue (but I somehow received a notification about it), so likely it's unrelated. A new release would still be a good idea though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants