vysheng / tg

telegram-cli
GNU General Public License v2.0
6.44k stars 1.52k forks source link

Phone verification error occurs #1732

Open moonsubae opened 2 years ago

moonsubae commented 2 years ago

phone number: +821012341234 1638365853.511603 Notification API_64BIT_LOGIN_APP_OUTDATED_153: You are using an outdated app that is no longer supported. To access your messages, please update your app to the latest version. 1638365853.512399 Incorrect phone number

MihaiIsvoranu commented 2 years ago

Telegram changed something today. I don't know if anyone it's going to modify this CLI tool.

v4rchaem commented 2 years ago

telegram cli stopped working, help to solve the issue.

goro22052 commented 2 years ago

I have the same problem...

Paulchen232 commented 2 years ago

The problem is from telegram solve. You do the new login with the parm -q.

goro22052 commented 2 years ago

I try to run command: telegram-cli -q but I get " 1641732944.969012 Notification API_64BIT_LOGIN_APP_OUTDATED_36: 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 1641732944.969690 incorrect code "

Paulchen232 commented 2 years ago

For me it works on Raspberry Pi Zero.

/home/pi/tg/bin/telegram-cli -W -s /home/pi/tg/test.lua -k /home/pi/tg/tg-server.pub 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; typeshow_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/pi/.telegram-cli] HI, this is lua script

Paulchen232 commented 2 years ago

@goro22052 How you have it installed?

goro22052 commented 2 years ago

apt install telegram-cli

Paulchen232 commented 2 years ago

Ok, look her: https://github.com/vysheng/tg how to install it too.

goro22052 commented 2 years ago

I had success verification from a first phone number, which has telegram account in the past, but I can't verification from my second number, which hasn't telegram account in the past, ...

Paulchen232 commented 2 years ago

I don't know what you with " hasn't telegram account" means.

goro22052 commented 2 years ago

for my second phone number, it's the first time when I tried entered into telegram

Paulchen232 commented 2 years ago

Ok, then try it in web.telegram.org. Probably you get more Infos.

TBR-BRD commented 2 years ago

telegram-cli -q

i use the same, no longer...

any ideas?

Paulchen232 commented 2 years ago

@TBR-BRD: What you me with "no longer..." If you install it with GitHub then the error "API_64BIT_LOGIN_APP_OUTDATED_153" comes not. @goro22052 have says

Paulchen232 commented 2 years ago

"I had success verification"

burkass commented 2 years ago

yes just try it and I go the error API_64BIT_LOGIN_APP_OUTDATED after entering the code. It's happen since yesterday.

image

Paulchen232 commented 2 years ago

How you have it installed?

Paulchen232 commented 2 years ago

And what Linux you use? I don't know why it at my works. Long ago I have with -q new login after the error.

burkass commented 2 years ago

And what Linux you use? I don't know why it at my works. Long ago I have with -q new login after the error. Yes already but still failed. but for existing that activated 1 month back, send message still normal. Only occur when activation.

Anyway sorry late response

image

v8w1 commented 1 year ago

I have the same problem...

image

LexyJexon commented 1 year ago

Same problem, please help!!!

anwar-makhous commented 1 year ago

I have the same issue even when using -q, it's March 2023 and still the issue not fixed

FedericoBruzzone commented 1 year ago

I have the same issue even when using -q :(

kalia1962 commented 1 year ago

I've got the same error on Manjaro 23 after some updates (not sure whoch exactly) - asks for phone number and then:

1686658986.428622 Notification API_64BIT_LOGIN_APP_OUTDATED_186: 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 1686658986.428672 Incorrect phone number

At the same time it works well withought any problems on my Kubuntu 20.04 with all updates. Maybe it can be made as some kind of "portable" app, Appimage or anything like it, with statically linked libs? Is it possible? Or maybe run it in Docker?