-
Notifications
You must be signed in to change notification settings - Fork 84
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
can not find command 'channel_list' #97
Comments
|
@vincentkwok ok thanks, what should I do now to export my conversations? |
the config is in master branch. Use master branch instead. |
@vincentkwok The telegram-cli is already in the master branch. What do you mean? What config? |
do you clone & build telegram-cli from master branch? or it was in v.1.3.1 ? |
@vincentkwok yes I did. |
telegram-history-dump tries to call
|
I did that, but same error :( |
Can't reproduce your case :( |
I had the same problem :/ My solution was as simple as reading the command i copied and pasted c a r e f u l l y I had the command compied from my wiki which replaced the two dashes from the command line parameter --json into one long dash like –json. So if your telegramcli output looks colorful (it should be plain json) you probably did the same mistake. |
@ChrisDeChef thanks for the note but my problem is not related to --json option. It relates to telegram-cli's new version which does not support channel_list command. |
Hey there,
I cloned the latest changes from the repo and tried to run it but I got the error below:
I, [2017-12-22T12:42:45.815431 #10437] INFO -- : Attaching to telegram-cli control socket at localhost:9009 telegram-history-dump.rb:51:in
exec_tg_command': Telegram command <channel_list> failed: {"result"=>"FAIL", "error_code"=>38, "error"=>"can not find command 'channel_list'"} (RuntimeError)from telegram-history-dump.rb:335:in
<main>'
I have been using exactly this method for past couple of months but this time it didn't work.
Any idea?
The text was updated successfully, but these errors were encountered: