-
-
Notifications
You must be signed in to change notification settings - Fork 804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work for big channels #581
Comments
I am also facing the same issue, have you found any workaround? |
I heard that this is a Telegram issue, apparently they sent updates from big channels with some delay, while for smaller channels they send the updates more quickly. Some guys were changing something in telethon, but I forgot what exactly. If anybody knows, please share. |
I have observed this issue since last 4-5 days, earlier it was working fine |
@manojsitapara I don't think it's a problem with telegram. Here is why:
|
Thank you, I will take a look |
Unfortunately, I encountered this issue (( The problem is most likely in this particular service (there's also suspicion of insufficient RAM on the server). The logs are clean.
Now I'll try it on my own computer, where the hardware isn't as restricted as on the server, I'll monitor and report back. |
I met the same situation. However, I noticed that when I opened the web browser to that channel. The messages can be forwarded properly. Any ideas? |
Can you help how to run your script |
I'm back, unfortunately so late due to work. Here are my logs for approximately a day's worth of work on my device. Unfortunately, the situation hasn't improved, but critical errors have emerged. I've also noticed a large number of 'Sleeping for 2s' instances, despite very few messages in the target channels (around 5 per hour). Attached is the log file. |
@jimmy0435, I still couldn't get @smaugfm's solution to run, constantly getting a 503 error. P.S. I've found that now this project, along with its creator, is no longer accessible (404 error). I don't understand what's causing this, but GitHub remembers everything))) and you can find traces/forks if someone really needs it. It's a pity it happened this way, the project was really well-written. P.P.S. It's still available at pkg.go.dev |
Any solutions? |
I only can add that if I switch from "live" to "past" mode forwarding works. This could cover my needs. I'll continue to look for options if I can implement my own scheduling and run bot in past mode every 30 mins or so. |
Hello! Have you found any effective solution to forward messages from different groups to one channel? Without delay or sources limitations? |
Describe the bug
When I setup simple connection for just newly created test channel to forward to another channel - it works fine.
When I try to set it up for some real world channels I use every day - it doen't see (and forward) new messages or skips them (forwards like 1 out of 5).
To Reproduce
Setup connection for the Telegram channel
@novinach
, for example.Expected behavior
Must forward all the messages from the channel.
System information:
Ubuntu 20, Docker, x64
There is nothing in the logs as well:
The text was updated successfully, but these errors were encountered: