Can someone explain to me this error message?

This is the only Telegram trigger I am trying to add.
Why do I get this error message?
I don’t fully understand what it says.
Thanks.

ConfigurationError: [Telegram only supports](https://core.telegram.org/bots/api#setwebhook) a single webhook at a time, for a given Bot. To get around this, you can reuse an existing Telegram Bot source or disable the active source and try again. [View all your sources here](https://pipedream.com/sources).
at Object.deploy (file:///var/task/user/sources/common/webhooks.mjs:25:15)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /var/task/index.js:95:13
at async captureObservations (/var/task/node_modules/@lambda-v2/component-runtime/src/captureObservations.js:28:5)
at async exports.main [as handler] (/var/task/index.js:60:20)

Hi @slishnevsky,

It looks like you’re encountering an error while trying to add a Telegram trigger in Pipedream. Unfortunately, the image you provided is not visible, so I can’t see the exact error message you’re receiving. However, I can help you troubleshoot common issues with Telegram triggers.

Here are a few steps you can follow to resolve common issues:

  1. Check Bot Token: Ensure that the bot token you are using is correct. You can get the bot token from the BotFather on Telegram.

  2. Bot Permissions: Make sure your bot has the necessary permissions to access the Telegram API and receive updates.

  3. Webhook URL: Verify that the webhook URL is correctly set up. Pipedream should handle this automatically, but you can double-check by visiting the Telegram Bot API documentation.

  4. Network Issues: Ensure there are no network issues or firewalls blocking the connection between Telegram and Pipedream.

  5. Error Details: If you can provide the exact error message, it would help in diagnosing the issue more accurately.

If these steps don’t resolve your issue, please provide more details or the exact error message you’re seeing, and I’ll be happy to assist further.

For additional support, you can also visit Pipedream Support.

Let me know if you have any other questions or need further assistance!

I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double-check my answers and code! Learn how to build your own.

Telegram supports only one webhook for a bot, this means you already have one set up for this bot. You’ll have to reuse the same webhook instead of creating a new one

By “webhook” you mean “trigger”?

Yes, the Telegram Bot trigger is essentially a webhook trigger

I dont have any Telegram triggers.

I also have the same issue was this ever resolved

Visit your Telegram Bot page and go to the webooks configuration page. You can have only one active webhook.