-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Error: 'Message' object has no attribute 'destination' #32
Comments
@shahram7 what method are you using to send file to the channel? message link? group link? resend? I tried all methods, and I'm unable to reproduce that error. Can you provide me a step-by-step list to help you to solve the issue? The telegram channel where you are downloading from could be helpful (if is not a private channel, of course) |
HI Luis, I've always tested the daemon with sending a picture from gallery. I use a private channel for the downloader daemon. |
Oh, I see... Working on it, thanks for the report! |
Please try with docker pull nyaran/telegram-download-daemon-ng:1.0.0-beta.7 |
it works but i managed to download just jpeg files so far!
|
Sorry, but unable to reproduce, I send many kind of files (mp4, mkv, iso, zip) with different size (6MB, 360MB, 450MB, 600MB and 1,5GB), and the videos tried as normal file and as media file and everything works The file is uploaded to Telegram properly? Remember that first it will be uploaded to Telegram servers before the message is ready to be read by the bot. If you can provide more info about the kind of file you are using, I could be able to reproduce the error
|
I have currently problems with my VPN container as well and I am not able to test the daemon downloader properly. Thank you very much for your time and effort. |
Hi Luis, I'm back again. I had to rebuild a VM for my Docker Engine and so on.
and when i forward a file lets say a movie or a book from a Bot to my downloader channel i see following in my log:
but if I send a file from my phone, like a picture, it works. I think it's another problem. Should I create a new Issue? |
Hi! Sorry for my late response. About the first messages, is about Telegram closing the connection, I'll try to check if we are making too many connections, anyway, is a warning message, so, if you are not having problems, you can ignore it. About the second message, that is just the stacktrace, pointing the place in code when the error occurs, but not the error itself, There are line around that could be related, can you paste that lines too? Lastly, to understand better your use case. You are in a channel, where a bot sends files, and you want to download that files? Be sure that you, or the account or bot you are setting up for the daemon, are joined to the group |
Hi, that last error seems the same that #55, closing this issue, as the original issue was resolved |
Originally posted by @shahram7 in #30 (comment)
The text was updated successfully, but these errors were encountered: