kenorb-contrib / tg

`telegram-cli` for Telegram IM
https://github.com/telegramdesktop/tdesktop
GNU General Public License v2.0
382 stars 52 forks source link

app that is no longer supported and Incorrect phone number #64

Open pdelari opened 1 year ago

pdelari commented 1 year ago

xxxx@xxxx:/home/xxxx/tg/bin# ./telegram-cli -k tg.pub change_user_group: can't find the user telegramd to switch to Telegram-cli version 1.4.1, Copyright (C) 2013-2015 Vitaly Valtman Telegram-cli comes with ABSOLUTELY NO WARRANTY; for details type show_license'. This is free software, and you are welcome to redistribute it under certain conditions; type show_license' for details. Telegram-cli uses libtgl version 2.1.0 Telegram-cli includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/) I: config dir=[/root/.telegram-cli] phone number: +58xxxxxxxxxx �� 1661264428.880032 Notification API_64BIT_LOGIN_APP_OUTDATED_28: You are using an outdated app that is no longer supported. To access your messages, please update your app to the latest version. If you don’t know how to update your app, go to https://telegram.org/dl �� 1661264428.880321 Incorrect phone number

suntong commented 1 year ago

+1, same here. was working before; and just freshly redid the git cloning and compiling.

ghost commented 1 year ago

I have the same problem.

crick-ru commented 1 year ago

+1

Telegram-cli version 1.4.1, Copyright (C) 2013-2015 Vitaly Valtman Telegram-cli comes with ABSOLUTELY NO WARRANTY; for details type 'show_license'. This is free software, and you are welcome to redistribute it under certain conditions; type 'show_license' for details. Telegram-cli uses libtgl version 2.1.0 Telegram-cli includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/) I: config dir=[/home/xxxxx/.telegram-cli] phone number: +79xxxxxxxxx 1667770341.568700 Notification API_64BIT_LOGIN_APP_OUTDATED_141: You are using an outdated app that is no longer supported. To access your messages, please update your app to the latest version. If you don’t know how to update your app, go to https://telegram.org/dl 1667770341.568894 Incorrect phone number

FlyingPotato-131 commented 1 year ago

same issue, seems like the api used is outdated

biji commented 1 year ago

Try this : https://github.com/gotd/td

suntong commented 1 year ago

Try this : https://github.com/gotd/td

That's something that I had always been looking for, and now finally I found a satisfying solution!
Thanks a billion.

trunglp commented 1 year ago

Try this : https://github.com/gotd/td

how to install and use it, please help me.

dmikushin commented 11 months ago

I've figured out that the API is defined in the .tl files like mtproto.tl. The content of this and other .tl files represents an "API version" being used to interact with the Telegram server.

So, it seems logical that the old .tl files should be replaced with some newer, supported ones.

Where to get newer .tl files? Of course, from the official Telegram app!

Unfortunately, tl-parser fails to parse the new .tl files (returns error code 1). But it should be possible to fix it.

But one definitely good thing is that @vysheng is alive, he just does not talk to us.