Hey everyone,
I researched for abit but couldn’t find anything useful about this issue.
hope to find the solution with you.
Describe the problem/error/question
I managed to download files, and images sent to the bot, using Telegram Trigger node and a read/write files from disk node
What is the error message (if any)?
it doesn’t download the file and put it inside DATA object so the write node can execute.
it shows data info about the video, but not the video itself
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
n8n version:
1.45.1
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app):
docker
Operating system:
ubuntu
aya
July 11, 2024, 9:58am
2
Welcome to the community @Moataz_Abosdera and thanks for posting!
This seems to have been a bug related to the Telegram Trigger node and there’s now a PR to fix this: fix(Telegram Trigger Node): Fix issue with videos not being downloaded by Joffcom · Pull Request #10007 · n8n-io/n8n · GitHub which once reviewed should be merged and available in the future release soon.
In the meantime, you can use the HTTP request node as a workaround. Thanks again for bringing this issue to our attention
Thank you @aya for the prompt solution.
I hope it gets released soon.
if not I’ll build the image myself.
aya
July 12, 2024, 12:57pm
4
@Moataz_Abosdera should be available in the next release
thanks alot @aya I’m looking forward to that release.
Any ETA? Since I wasn’t successful in building the image on arm64
ria
July 12, 2024, 3:11pm
6
Hi @Moataz_Abosdera
We will notify about the release in this thread. Probably gonna happen next week.
thank you very much.
while I’m waiting for this I was testing around with the bot, now I found out the bot does not pick up messages from other bots, only from human accounts.
Is this intended or a bug too?
ria
July 15, 2024, 7:49am
8
Hi @Moataz_Abosdera
this is a Telegram limitation that bots cannot pick up messages from other bots:
Bots talking to each other could potentially get stuck in unwelcome loops. To avoid this, we decided that bots will not be able to see messages from other bots regardless of mode. | If you are new to Telegram bots, we recommend checking out our...
jan
July 17, 2024, 12:12pm
9
New version n8n@1.51.0 got released which includes the GitHub PR 10007 .
Great news. thank you very much.