forwardgram icon indicating copy to clipboard operation
forwardgram copied to clipboard

Messages won't forward

Open realjami opened this issue 4 years ago • 9 comments

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?

realjami avatar Feb 20 '20 21:02 realjami

t.me/jAlertsFX

Aleksayan avatar Feb 21 '20 06:02 Aleksayan

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

realjami avatar Feb 23 '20 05:02 realjami

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

realjami avatar Feb 23 '20 05:02 realjami

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

voidbar avatar Mar 09 '20 20:03 voidbar

me to listen 3 channels and not work

githubhabIT avatar Apr 06 '20 17:04 githubhabIT

image not forward posts messeges

githubhabIT avatar Apr 07 '20 21:04 githubhabIT

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

goldebr avatar Apr 25 '20 17:04 goldebr

image not forward posts messeges

Did you find the answer ? i have same problem

temporhodes avatar Nov 26 '20 17:11 temporhodes

Does this script forward new messages or only history message?

amazinlee avatar Apr 09 '21 15:04 amazinlee