Jakob Ackermann
Jakob Ackermann
@jcvo90 first of all please revoke the api-token for your bot: run `/revoke` in the chat with `@BotFather`. Just editing the Issue does not help. I do agree that the...
@jcvo90 The API-token `380569822:AAlkjyc7y2Q_SYw-To2WkyxR3IHhyenjDkw` should remain private. Everybody could pull updates from the chats your bot is participating in and push messages/etc. Please reset the token to a new one...
I opened a PR to resolve this issue, see #267. With the reference to the task, one can cancel the task without closing the application.
@aragaer The synced version does not have this method.
You must use the `MessageLoop` that you started previously. But as you wrote that you are using separate threads, I assume that you imported `telepot.loop` and used `telepot.loop.MessageLoop...` - which...
Here is a draft: - initialize a new instance variable that stores a running state for your translation, e.g. `bot._translate_running = True` - drop the `exit` call and swap the...
@Onofrio310817 Variables are Python/Coding Basics. Could you please cleanup your code, the formatting is broken too. Use [tripple ``` ](https://guides.github.com/features/mastering-markdown/) to insert code.
Hello @javadfarah, you might want to refactor your `Exception`-handling as you built a loop that caused a stack overflow. For example you could replace lines 295 up until 300 with:...
You could increase the `retries` value to `10000` - even a `while True` loop has the same effect. It is a _solution_ for the shown error as the retries do...
Hello @eliastsegaye, please revoke the api keys for your bots. They should remain private as everybody can use them now. Use the `/revoke` command in the chat with `@BotFather`. Just...