Skip to content
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

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

Open
pdelari opened this issue Aug 25, 2022 · 8 comments
Open

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

pdelari opened this issue Aug 25, 2022 · 8 comments

Comments

@pdelari
Copy link

pdelari commented Aug 25, 2022

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
Copy link

suntong commented Aug 31, 2022

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

@ghost
Copy link

ghost commented Sep 16, 2022

I have the same problem.

@crick-ru
Copy link

crick-ru commented Nov 6, 2022

+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
Copy link

same issue, seems like the api used is outdated

@biji
Copy link

biji commented Mar 13, 2023

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

@suntong
Copy link

suntong commented Mar 13, 2023

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
Copy link

trunglp commented Apr 12, 2023

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

how to install and use it, please help me.

@dmikushin
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants