Telegram bot Go service doesn't deploy

I can’t figured out what wrong with the service. Logs:
Conflict: terminated by other getUpdates request; make sure that only one bot instance is running

Library:

Help me to deploy on free plan on render.

Hi there,

Thanks for reaching out.

I’m not really a Go or Telegram expert, but from what I found online, it seems this error is coming from the Telegram API and appears it could be related to using the same token on multiple clients/instances.

Searching for “Conflict: terminated by other getUpdates request” seems to bring up results for various implementations of a Telegram client, e.g. a Node example, a Python example, etc. maybe some research into these search results (and others) will point you in the direction to ensure you’re only makings these requests consecutively and not concurrently.

Hope that helps

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.