-
Notifications
You must be signed in to change notification settings - Fork 76
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 in sending message - Error 38: 'can not parse arg #1' with [disable_preview] #118
Comments
So the actual error is |
Strange, |
is that problem solved? Because I m facing the same issue |
@acanacar Also try with the CLI the same way as pytg does it, Tell me what works for you, if different to what pytg did. Also debug logs and your system configuration ( |
I've faced this problem and it seems to be from CLI, when you get the history from cli directly you get error: But when you do a |
Same issue for me |
Send dialog_list in telegram-cli, then start to use pytg should fix the problem. At least it works for me... |
The problem
I have simple script that sending a message, but sometimes it sends message, sometimes not
Your environment
Fill out your used versions:
3.4.3
0.4.10
Ubuntu 14.04.2 LTS
Steps to reproduce
my code is:
Actual behaviour
Debug for fail to send message
The text was updated successfully, but these errors were encountered: