voidbar / forwardgram

Forward messages from multiple Telegram channels to one of your own!
154 stars 183 forks source link

Messages won't forward #13

Open realjami opened 4 years ago

realjami commented 4 years ago
C:\Users\Augusto\PycharmProjects\1stprogram\venv\Personal Programs\DBParser\Telegram>py forwardgram.py config.yml
forwardgram.py:43: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  config = yaml.load(f)
2020-02-20 16:16:14,759 - root - INFO - Listening on 3 channels. Forwarding messages to jAlertsFX.

It's listening to the 3 channels but whenever I get a message, it won't forward it to my other channel? Any solutions?

Aleksayan commented 4 years ago

t.me/jAlertsFX

realjami commented 4 years ago

The telegram chat where I output stuff is private though? Would that still work?

realjami commented 4 years ago

Also, I just made the chat public and made the link that and it says could not find in the user's dialogs.

voidbar commented 4 years ago

Change logging.getLogger('telethon').setLevel(level=logging.WARNING) to logging.DEBUG and post the log output

githubhabIT commented 4 years ago

me to listen 3 channels and not work

githubhabIT commented 4 years ago

image not forward posts messeges

goldebr commented 4 years ago

My problems is with stickers. Messages foward very well, but when send stickers in channel dont foward. Can anyone help me?

temporhodes commented 3 years ago

image not forward posts messeges

Did you find the answer ? i have same problem

amazinlee commented 3 years ago

Does this script forward new messages or only history message?