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)
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:
Check Bot Token: Ensure that the bot token you are using is correct. You can get the bot token from the BotFather on Telegram.
Bot Permissions: Make sure your bot has the necessary permissions to access the Telegram API and receive updates.
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.
Network Issues: Ensure there are no network issues or firewalls blocking the connection between Telegram and Pipedream.
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