IvanGlinkin / CCTV

Close-Circuit Telegram Vision revolutionizes location tracking with its open-source design and Telegram API integration. Offering precise tracking within 50-100 meters, users can monitor others in real-time for logistics or safety, redefining how we navigate our surroundings
GNU General Public License v3.0
2.31k stars 318 forks source link

Telegram client initialization... #20

Closed hardwin1014 closed 1 month ago

hardwin1014 commented 2 months ago

[ * ] Telegram client initialization...Attempt 1 at connecting failed: TimeoutError: Attempt 2 at connecting failed: TimeoutError: Attempt 3 at connecting failed: TimeoutError: Attempt 4 at connecting failed: TimeoutError: image

IvanGlinkin commented 2 months ago

Myself and my colleagues just tested - everything is working fine. I may guess you put wrong data or your internet provider is blocking telegram

fklement commented 2 months ago

I get the following once I started the start.py application:

[ * ] Telegram client initialization...Please enter your phone (or bot token):

What should I input here?

hardwin1014 commented 2 months ago

启动 start.py 应用程序后,我得到以下信息:

[ * ] Telegram client initialization...Please enter your phone (or bot token):

我应该在这里输入什么?

visit https://my.telegram.org/auth web-site input your phone number input the confirmation/login code follow "API development tools" link register the application get App's api_id, api_hash, title and name

hardwin1014 commented 2 months ago

我和我的同事刚刚测试过 - 一切正常。我可能猜你输入了错误的数据或者你的互联网提供商阻止了电报

OK thanks

IvanGlinkin commented 2 months ago

I get the following once I started the start.py application:

[ * ] Telegram client initialization...Please enter your phone (or bot token):

What should I input here?

Thanks @hardwin1014 for help. That is exactly what you have to do. After launching the app you need to put that data into terminal to get a session and start working.

fklement commented 2 months ago

I get the following once I started the start.py application: [ * ] Telegram client initialization...Please enter your phone (or bot token): What should I input here?

Thanks @hardwin1014 for help. That is exactly what you have to do. After launching the app you need to put that data into terminal to get a session and start working.

Of course I did this, because I followed the Readme. But unfortunately this message still pops up.

hardwin1014 commented 2 months ago

启动 start.py 应用程序后,我得到以下信息: [ * ] Telegram client initialization...Please enter your phone (or bot token): 我应该在此处输入什么?

谢谢@hardwin1014求助。这正是你必须做的。启动应用程序后,您需要将该数据放入终端以获取会话并开始工作。

我当然这样做了,因为我遵循了自述文件。 但不幸的是,这条消息仍然弹出。

Go to that website and register, get the api_id and api_hash in the project, and then run

NordicBeer commented 2 months ago

После запуска приложения start.py я получаю следующее: [ * ] Telegram client initialization...Please enter your phone (or bot token): Что мне следует сюда ввести?

Спасибо @hardwin1014для помощи. Это именно то, что вам нужно сделать. После запуска приложения вам необходимо поместить эти данные в терминал, чтобы получить сеанс и начать работу.

Конечно, я сделал это, потому что следовал Readme. Но, к сожалению, это сообщение все еще появляется.

In the readme and in my config.yaml, "api_id: 00000000" was not surrounded by single quotes. Make api_id: '00000000'. It works for me now.

Linncharm commented 1 month ago

I am also experiencing these issues. Have you managed to resolve them?

hardwin1014 commented 1 month ago

我也遇到了这些问题。您解决了吗?

并没有,目前问题就是api链接问题,我开了VPN也不行

Linncharm commented 1 month ago

我也遇到了这些问题。您解决了吗?

并没有,目前问题就是api链接问题,我开了VPN也不行

我目前在windows运行的,猜测最大的可能是cmd没有使用系统使用的vpn代理,怎么设置都不行,ping不通外网

hardwin1014 commented 1 month ago

我也遇到了这些问题。您解决了吗?

并没有,目前问题就是api链接问题,我开了VPN也不行

我目前在windows运行的,猜测最大的可能是cmd没有使用系统使用的vpn代理,怎么设置都不行,ping不通外网

今天弄了一下,成功了,用的台湾的节点