Nicooo76

Members
  • Posts

    2
  • Joined

  • Last visited

About Nicooo76

  • Birthday 12/06/1976

Converted

  • Gender
    Male
  • URL
    https://dn8.co
  • Location
    Ostsee

Nicooo76's Achievements

Noob

Noob (1/14)

0

Reputation

  1. So you mean the chatID of the bot itself or the one of the group I added the bot to? When I run /help in the group the following message appears in the log. telegram.error.BadRequest: Can't parse entities: character '-' is reserved and must be escaped with the preceding '\' 2022-02-04 15:55:49,270 - telegram.ext.dispatcher - ERROR - No error handlers are registered, logging exception. Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/telegram/ext/dispatcher.py", line 432, in process_update handler.handle_update(update, self, check, context) File "/usr/local/lib/python3.7/site-packages/telegram/ext/handler.py", line 156, in handle_update return self.callback(update, context) File "telegramRSSbot.py", line 126, in cmd_help "\n\nIf you like the project, star it on [DockerHub](https://hub.docker.com/r/bokker/rss.to.telegram)") File "/usr/local/lib/python3.7/site-packages/telegram/message.py", line 655, in reply_markdown_v2 return self.bot.send_message(self.chat_id, *args, **kwargs) File "<decorator-gen-2>", line 2, in send_message File "/usr/local/lib/python3.7/site-packages/telegram/bot.py", line 135, in decorator result = func(*args, **kwargs) File "/usr/local/lib/python3.7/site-packages/telegram/bot.py", line 466, in send_message api_kwargs=api_kwargs, File "/usr/local/lib/python3.7/site-packages/telegram/bot.py", line 281, in _message result = self._post(endpoint, data, timeout=timeout, api_kwargs=api_kwargs) File "/usr/local/lib/python3.7/site-packages/telegram/bot.py", line 245, in _post return self.request.post(f'{self.base_url}/{endpoint}', data=data, timeout=timeout) File "/usr/local/lib/python3.7/site-packages/telegram/utils/request.py", line 354, in post **urlopen_kwargs, File "/usr/local/lib/python3.7/site-packages/telegram/utils/request.py", line 272, in _request_wrapper raise BadRequest(message) telegram.error.BadRequest: Can't parse entities: character '-' is reserved and must be escaped with the preceding '\' The bot successfully fetches the feed but posts it only in its own chat but not in the group. But /list and /add works in the group... Something I have not quite understood 🤔
  2. Hello all, I installed the dokker and it seems to work. My question is: How do I get the bot to post to a channel now? The bot itself posts, but it should post in a channel. Thanks for your assistance and very cool project! 👍