tdlib / telegram-bot-api

Telegram Bot API server
https://core.telegram.org/bots
Boost Software License 1.0
3.05k stars 586 forks source link

I got an error when create telegram application #273

Closed wolf2000-hub closed 2 years ago

wolf2000-hub commented 2 years ago

On my Telegram site, after filling in the fields, when I click on the submit button, I encounter this problem: Annotation 2022-05-16 125851 Does anyone know what the solution is?

levlam commented 2 years ago

Do you use a VPN service?

wolf2000-hub commented 2 years ago

Do you use a VPN service?

Yes, if I do not use VPN, I will not be able to access the site

levlam commented 2 years ago

This can be solved only by finding another way to access the site.

YYCoder commented 1 year ago

close this chrome extension works for me. image

Mars2503 commented 1 year ago

I have the same problem...

I tryed with and without VPN / changhing browser and/or DNS / disabling adblock ...

Could anyone help me please?

(I'm tryng by Italy with a uk number if it could be important)

KOSMOSTARuzb commented 1 year ago

Try using different browser It worked for me I used Edge instead of Chrome

KravchykAlex commented 1 year ago

If you can access https://my.telegram.org/apps try to fill App title: Chat Bot Short name: Conversational chat bot

It works for me (I had the same "Error" issue)

vitalikkostiuk7 commented 1 year ago

if all this did not help, try changing the platform, it worked for me

Massa4usetts commented 1 year ago

if all this did not help, try changing the platform, it worked for me

Solution for me is: Turn off VPN + use Android platform

amir2000j commented 11 months ago

Hi I used other searchers, but still errer

saksheab commented 9 months ago

On my Telegram site, after filling in the fields, when I click on the submit button, I encounter this problem: Annotation 2022-05-16 125851 Does anyone know what the solution is?

saksheab commented 9 months ago

leyex commented 8 months ago

if all this did not help, try changing the platform, it worked for me

i try many solutions. just change the platform and commit one by one, it worked for me too

HelplessMan commented 8 months ago
  1. Turn on browser privacy mode
  2. Use a VPN node in the same country as your mobile phone number.
alexsupa597 commented 7 months ago

Try using different browser It worked for me I used Edge instead of Chrome

It works for me.

xiaoshumiao6 commented 7 months ago

Just ignore the 「ERROR」 msg, Try to Keep clicking on 「Create application」; refer: https://www.youtube.com/watch?v=V4lxe4ly5GY

KarimQaderi commented 7 months ago

Just ignore the 「ERROR」 msg, Try to Keep clicking on 「Create application」; refer: https://www.youtube.com/watch?v=V4lxe4ly5GY

work for me tnx

ssakib7 commented 6 months ago

Just ignore the 「ERROR」 msg, Try to Keep clicking on 「Create application」; refer: https://www.youtube.com/watch?v=V4lxe4ly5GY

That's the only way I think.

Lordyasith commented 6 months ago

Just ignore the 「ERROR」 msg, Try to Keep clicking on 「Create application」; refer: https://www.youtube.com/watch?v=V4lxe4ly5GY

worked mate

Elyasnz commented 5 months ago

Just ignore the 「ERROR」 msg, Try to Keep clicking on 「Create application」; refer: https://www.youtube.com/watch?v=V4lxe4ly5GY

Wow! it Worked

dotnetsharpist commented 5 months ago

As i found out, object object means unauthorized. u should to verify your account again from my.telegram.org

NidhoogJX commented 5 months ago

我如果不开启VPN,就无法访问到Telegram网站

我已经看过这个帖子了,对我并不起作用 Telegram API - Create New Application Error 包括这个视频 Telegram 创建API遇到ERROR错误怎么解决,教你不换号解决此类错误成功申请API 包括并不局限于尝试以下方法

1.Chrome 或者 Edge 的浏览器无痕模式 2.Disabled your Ad-Blocker and UBlock Origin and it should work 3.使用特殊的应用名称 App title: Chat Bot Short name: Conversational chat bot 4.使用不同的平台进行申请 5.更换不同的IP

这些方法统统不起作用,于是我扒取了Telegarm 创建应用的请求链接,使用Curl来请求

curl -k -X POST \
https://my.telegram.org/apps/create \
  -H 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' \
  -H 'Cookie: stel_ln=en; stel_token=创建应用页面上获取的Token' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36' \
  -d 'hash=创建应用页面上获取的hash&app_title=DriverNiuNiu&app_shortname=sdadsad&app_url=speed8.xyz&app_platform=android&app_desc='

请求了1000次

另外如果你更换了IP,在https://my.telegram.org/apps 这个页面再去创建应用,会显示401 授权无效 也就是会被踢出登陆状态,使用CURL 则不会有这个问题,可以去尝试更换IP, 所以合理推测是Telegram 有一个IP黑名单,在这个黑名单上的可能属于多人共用的IP,当你使用这种IP请求时,就会直接拦截请求返回Error,至于IP和Telegram的注册地区一致,我并没有发现这个限制,因为我用不同地区的IP创建成功过 而现在,我更换了4个美国IP,十几个其他地区的IP,但没有一个起作用, 我只能寄希望于使用其他美国IP的VPS,服务器去CURL请求,使用更多IP去尝试,另外建议不要使用那种很多人使用的VPN机场,我估计应该是没有办法申请成功的,因为我申请了1000次,我相信你不会比我尝试更多次

谁有更好的方法吗?我没有尝试过的方法,可以和我交流一下,我实在很头疼

If I don't enable VPN, I won't be able to access the Telegram website I have already read this post, it doesn't work for me [Telegram API - Create New Application Error]( https://stackoverflow.com/questions/38104560/telegram-api-create-new-application-error?newreg=1f9aa5e80a9e403d94d0865bc38055de ) Including this video [How to solve the error encountered during Telegram API creation? I will teach you how to solve such errors without changing the number. Successfully apply for API]( https://www.youtube.com/watch?v=V4lxe4ly5GY ) Including but not limited to trying the following methods

  1. Chrome or Edge browser seamless mode
  2. Disabled your Ad Blocker and UBlock Origin and it should work
  3. Use special application names App title: Chat Bot Short name: Conversational chat bot
  4. Apply using different platforms
  5. Replacement IP All of these methods didn't work, so I picked up the request link from Telegarm to create the application and used Curl to request it

All of these methods didn't work, so I picked up the request link from Telegarm to create the application and used Curl to request it

curl -k -X POST \
https://my.telegram.org/apps/create \
  -H 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' \
  -H 'Cookie: stel_ln=en; stel_token=<Create tokens obtained on the application page>' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36' \
  -d 'hash=<Create a hash obtained on the application page>&app_title=DriverNiuNiu&app_shortname=sdadsad&app_url=speed8.xyz&app_platform=android&app_desc='

Requested 1000 times

Also, if you change your IP, you can https://my.telegram.org/apps If you go to create an application on this page, it will show that 401 authorization is invalid That is to say, it will be kicked out of the login status, and using CURL will not have this problem. You can try changing the IP, So it is reasonable to speculate that Telegram has an IP blacklist, and the IPs on this blacklist may belong to shared IPs by multiple people. When you use this type of IP request, it will directly intercept the request and return an Error. As for the IP registered in the same region as Telegram, I did not notice this restriction because I have successfully created IPs from different regions And now, I have replaced 4 US IPs and more than a dozen other regional IPs, but none of them have worked, I can only hope to use VPS from other US IPs, server requests to CURL, and try using more IPs. Also, I suggest not using VPN airports that are widely used by many people. I estimate that there should be no way to successfully apply because I have applied 1000 times, and I believe you will not try more than me Does anyone have a better way? I haven't tried any methods before, could you please communicate with me? I really have a headache

包括并不局限于尝试以下方法

1.Chrome 或者 Edge 的浏览器无痕模式 2.Disabled your Ad-Blocker and UBlock Origin and it should work 3.使用特殊的应用名称 App title: Chat Bot Short name: Conversational chat bot 4.使用不同的平台进行申请 5.更换不同的IP

laichunhui commented 4 months ago

我如果不开启VPN,就无法访问到Telegram网站

我已经看过这个帖子了,对我并不起作用 Telegram API - Create New Application Error 包括这个视频 Telegram 创建API遇到ERROR错误怎么解决,教你不换号解决此类错误成功申请API 包括并不局限于尝试以下方法

1.Chrome 或者 Edge 的浏览器无痕模式 2.Disabled your Ad-Blocker and UBlock Origin and it should work 3.使用特殊的应用名称 App title: Chat Bot Short name: Conversational chat bot 4.使用不同的平台进行申请 5.更换不同的IP

这些方法统统不起作用,于是我扒取了Telegarm 创建应用的请求链接,使用Curl来请求

curl -k -X POST \
https://my.telegram.org/apps/create \
  -H 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' \
  -H 'Cookie: stel_ln=en; stel_token=创建应用页面上获取的Token' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36' \
  -d 'hash=创建应用页面上获取的hash&app_title=DriverNiuNiu&app_shortname=sdadsad&app_url=speed8.xyz&app_platform=android&app_desc='

请求了1000次

另外如果你更换了IP,在https://my.telegram.org/apps 这个页面再去创建应用,会显示401 授权无效 也就是会被踢出登陆状态,使用CURL 则不会有这个问题,可以去尝试更换IP, 所以合理推测是Telegram 有一个IP黑名单,在这个黑名单上的可能属于多人共用的IP,当你使用这种IP请求时,就会直接拦截请求返回Error,至于IP和Telegram的注册地区一致,我并没有发现这个限制,因为我用不同地区的IP创建成功过 而现在,我更换了4个美国IP,十几个其他地区的IP,但没有一个起作用, 我只能寄希望于使用其他美国IP的VPS,服务器去CURL请求,使用更多IP去尝试,另外建议不要使用那种很多人使用的VPN机场,我估计应该是没有办法申请成功的,因为我申请了1000次,我相信你不会比我尝试更多次

谁有更好的方法吗?我没有尝试过的方法,可以和我交流一下,我实在很头疼

If I don't enable VPN, I won't be able to access the Telegram website I have already read this post, it doesn't work for me [Telegram API - Create New Application Error]( https://stackoverflow.com/questions/38104560/telegram-api-create-new-application-error?newreg=1f9aa5e80a9e403d94d0865bc38055de ) Including this video [How to solve the error encountered during Telegram API creation? I will teach you how to solve such errors without changing the number. Successfully apply for API]( https://www.youtube.com/watch?v=V4lxe4ly5GY ) Including but not limited to trying the following methods

  1. Chrome or Edge browser seamless mode
  2. Disabled your Ad Blocker and UBlock Origin and it should work
  3. Use special application names App title: Chat Bot Short name: Conversational chat bot
  4. Apply using different platforms
  5. Replacement IP All of these methods didn't work, so I picked up the request link from Telegarm to create the application and used Curl to request it

All of these methods didn't work, so I picked up the request link from Telegarm to create the application and used Curl to request it

curl -k -X POST \
https://my.telegram.org/apps/create \
  -H 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' \
  -H 'Cookie: stel_ln=en; stel_token=<Create tokens obtained on the application page>' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36' \
  -d 'hash=<Create a hash obtained on the application page>&app_title=DriverNiuNiu&app_shortname=sdadsad&app_url=speed8.xyz&app_platform=android&app_desc='

Requested 1000 times

Also, if you change your IP, you can https://my.telegram.org/apps If you go to create an application on this page, it will show that 401 authorization is invalid That is to say, it will be kicked out of the login status, and using CURL will not have this problem. You can try changing the IP, So it is reasonable to speculate that Telegram has an IP blacklist, and the IPs on this blacklist may belong to shared IPs by multiple people. When you use this type of IP request, it will directly intercept the request and return an Error. As for the IP registered in the same region as Telegram, I did not notice this restriction because I have successfully created IPs from different regions And now, I have replaced 4 US IPs and more than a dozen other regional IPs, but none of them have worked, I can only hope to use VPS from other US IPs, server requests to CURL, and try using more IPs. Also, I suggest not using VPN airports that are widely used by many people. I estimate that there should be no way to successfully apply because I have applied 1000 times, and I believe you will not try more than me Does anyone have a better way? I haven't tried any methods before, could you please communicate with me? I really have a headache

包括并不局限于尝试以下方法

1.Chrome 或者 Edge 的浏览器无痕模式 2.Disabled your Ad-Blocker and UBlock Origin and it should work 3.使用特殊的应用名称 App title: Chat Bot Short name: Conversational chat bot 4.使用不同的平台进行申请 5.更换不同的IP

我跟你一样的问题,下载火狐浏览器,在设置里面一通操作就成功了

sagsooz commented 4 months ago

`import requests import time

url = "https://my.telegram.org/apps/create"

headers = { 'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8', 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36', 'Cookie': 'stel_ln=en; stel_token=febfa98374dde252989eb4e952d743affebfa98ffebfea02d8cd75a0a845d803dac19' }

Data payload

data = { 'hash': '3b6c74ef6bfc666513', 'app_title': 'DriverNiuNiux', 'app_shortname': 'sdadsasd', 'app_url': 'www.siyahi.top', 'app_platform': 'android', 'app_desc': '' }

def send_request(): return requests.post(url, headers=headers, data=data, verify=False)

def worker(): retries = 3 for _ in range(retries): response = send_request() if response.status_code == 200: print(response.text) break else: print(response.text) time.sleep(1) # Wait for 1 second before retrying

Multi-threading with 2 workers for 10 requests

num_requests = 50 requests_per_worker = num_requests // 2

for in range(2): # 2 workers for in range(requests_per_worker): worker() `

Vistaminc commented 3 months ago

我如果不开启VPN,就无法访​​问Telegram网站 我已经看过这篇文章了,对我来说并取消Telegram API - 创建新应用程序错误包括这个视频Telegram 创建 API 遇到错误错误怎么解决,教你不换号解决此类错误成功申请 API包括并不包括于尝试以下方法 1.Chrome或Edge的浏览器无痕模式 2.禁用你的广告拦截器和UBlock Origin,它应该可以工作 3.使用特殊的应用名称 应用程序标题:聊天机器人 简称:对话聊天机器人 4.使用不同的平台进行申请5.更换不同的IP 这些方法系统停止了,所以我抓取了Telegarm创建应用的请求链接,使用Curl来请求

curl -k -X POST \
https://my.telegram.org/apps/create \
  -H 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' \
  -H 'Cookie: stel_ln=en; stel_token=创建应用页面上获取的Token' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36' \
  -d 'hash=创建应用页面上获取的hash&app_title=DriverNiuNiu&app_shortname=sdadsad&app_url=speed8.xyz&app_platform=android&app_desc='

请求了1000次 另外如果你更换了IP,在https://my.telegram.org/apps这个页面再去创建应用,会显示401授权铃声会被踢出登陆状态,使用CURL则不会出现这个问题,去尝试更换IP,所以合理推测是Telegram有一个IP黑名单,在这个黑名单上的可能多人占用的IP,当你使用这种IP请求时,直接就会拦截请求返回属于Error,至于IP和Telegram的注册地区一致,我并没有发现这个限制,因为我用不同地区的IP创建成功过而现在,我更换了4个美国IP,十几个其他地区的IP,但没有劳力,我只能寄希望于使用其他美国IP的VPS,服务器去CURL请求,使用更多IP去尝试,另外建议不要使用那种很多人使用的VPN机场,我估计应该是没有申请成功因为的,我申请了1000次,我相信你不会比我尝试更多次 谁有更好的方法吗?我没有尝试过这个方法,可以和我交流一下,我真的很头疼 如果我不启用 VPN,我将无法访问 Telegram 网站 我已经阅读了这篇文章,它对我不起作用 [Telegram API - 创建新应用程序错误](https://stackoverflow.com /questions/38104560/telegram-api-create-new-application-error?newreg=1f9aa5e80a9e403d94d0865bc38055de)包括这个视频【如何解决 Telegram API 创建过程中遇到的错误?我将教你如何在不改变号码的情况下解决此类错误。成功申请API](https://www.youtube.com/watch?v=V4lxe4ly5GY)包括但不限于尝试以下方法

  1. Chrome 或 Edge 浏览器无缝模式
  2. 禁用你的广告拦截器和 UBlock Origin,它应该可以工作
  3. 使用特殊的应用程序名称 应用程序标题:聊天机器人 简称:对话式聊天机器人
  4. 使用不同平台申请
  5. 替换IP 所有这些方法都不起作用,所以我从Telegarm获取请求链接来创建应用程序并使用Curl来请求它

所有这些方法都不起作用,所以我从 Telegarm 获取了请求链接来创建应用程序,并使用 Curl 来请求它

curl -k -X POST \
https://my.telegram.org/apps/create \
  -H 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' \
  -H 'Cookie: stel_ln=en; stel_token=<Create tokens obtained on the application page>' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36' \
  -d 'hash=<Create a hash obtained on the application page>&app_title=DriverNiuNiu&app_shortname=sdadsad&app_url=speed8.xyz&app_platform=android&app_desc='

请求1000次 还有,如果你换了IP,你可以在https://my.telegram.org/apps这个页面去创建应用的话,会显示401授权无效,也就是说会被踢出登录状态,使用CURL就不会出现这个问题。你可以尝试更换IP,所以有理由推测Telegram有一个IP黑名单,而这个黑名单上的IP可能属于多人共享的IP。当你使用这种类型的IP请求时,它会直接拦截该请求并返回Error。至于与Telegram在同一地区注册的IP,我没有注意到这个限制,因为我已经成功创建了不同地区的IP,现在,我已经更换了4个美国IP和十几个其他地区的IP,但他们都没有成功了,我只能希望使用其他美国IP的VPS,服务器请求CURL,并尝试使用更多的IP。另外,我建议不要使用很多人广泛使用的VPN机场。我估计应该没有办法申请成功,因为我已经申请了1000次了,相信你也不会比我尝试的更多有人有更好的办法吗?我之前没有尝试过任何方法,可以和我交流一下吗?我真的很头疼 包括未尝试以下方法 1.Chrome或Edge的浏览器无痕模式 2.禁用你的广告拦截器和UBlock Origin,它应该可以工作 3.使用特殊的应用名称 应用程序标题:聊天机器人 简称:对话聊天机器人 4.使用不同的平台进行申请5.更换不同的IP

我遇到同样的问题,下载火狐浏览器,在设置里面一通操作就成功了

具体怎末设置?

wang286307716 commented 3 months ago

@NidhoogJX 难搞哦,忙活两三天也没解决掉。

yueismyname commented 3 months ago

解决了吗?遇到同样的问题

11shangdi commented 3 months ago

我这里有好多,有人要买吗?联系飞机https://t.me/apk123a

11shangdi commented 3 months ago

@NidhoogJX 难搞哦,忙活两三天也没解决掉。

我这里有好多,有人要买吗?联系飞机https://t.me/apk123a

11shangdi commented 3 months ago

解决了吗?遇到同样的问题 我这里有好多,有人要买吗?联系飞机https://t.me/apk123a

sirblangch commented 3 months ago

I have the same problem, is there a new solution?

div-wang commented 2 months ago

VPN一定不是大型云厂商,Amazon、Google cloud、搬瓦工这些比较出名的应该都不行了,国内云厂商就更不行了,应该会识别。 找些小厂vps的机场,我这个就一次通过了 image

C2yb8er commented 2 months ago

我的解决方式是找了另外一家VPN,换成HK的节点,一下子就通过了。

Tipo-4ek commented 2 months ago

It didn't work like that until I removed the spaces and added a couple of digits to the end of the line (name + short name)

McxCZE commented 2 months ago

I am getting desperate guys. I am now running this modified Python script, and so far nothing at all :(

import requests
import time
import logging

# Set up logging
logging.basicConfig(filename='telegram_app_creation.log', level=logging.INFO, 
                    format='%(asctime)s %(levelname)s %(message)s')

# URL and headers for the request
url = "https://my.telegram.org/apps/create"
headers = {
    'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8',
    'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Edg/125.0.0.0',
    'Cookie': 'stel_token=MY_TOKEN',
    'Origin': 'https://my.telegram.org',
    'Referer': 'https://my.telegram.org/apps',
    'Accept': '*/*',
    'Accept-Encoding': 'gzip, deflate, br, zstd',
    'Accept-Language': 'cs,en;q=0.9,en-GB;q=0.8,en-US;q=0.7',
    'X-Requested-With': 'XMLHttpRequest'
}

# Form data
data = {
    'hash': 'MY_HASH',
    'app_title': 'AppTitlev20240906',
    'app_shortname': 'AppShortv20240906',
    'app_url': 'https://my.telegram.org/apps',
    'app_platform': 'web',
    'app_desc': 'Chat Application is designed to help you read groups as quickly as possible. This app leverages the Telegram API, ensuring seamless integration with the Telegram ecosystem.'
}

def send_request():
    response = requests.post(url, headers=headers, data=data, verify=False)
    return response

def worker():
    retries = 3
    for _ in range(retries):
        response = send_request()
        if response.status_code == 200 and "ERROR" not in response.text:
            logging.info("Application created successfully.")
            logging.info(response.text)
            break
        else:
            logging.error("Encountered ERROR, retrying...")
            logging.error(response.text)
            time.sleep(1)  # Wait for 1 second before retrying

num_requests = 50
requests_per_worker = num_requests // 2

for _ in range(2):  # 2 workers
    for _ in range(requests_per_worker):
        worker()

500+ requests, and nothing. So I have made also another script, that you write in the browser console, and run it after you fill in the form details, it will "click" on the button "Create Application" button, until you get past the error. (which unfortunately for me did not happen).

(function retryCreateApp() {
    // Define a function to override the default alert behavior
    window.alert = function(message) {
        if (message === "ERROR") {
            console.log("Error encountered, retrying...");
            // Re-run the createApp function after a brief delay
            setTimeout(createApp, 1000);
        } else {
            // Restore the default alert behavior for other messages
            alertOriginal(message);
        }
    };

    // Save the original alert function to restore it later if needed
    var alertOriginal = window.alert;

    // Function to start the process
    function startCreateApp() {
        createApp();
    }

    // Add an event listener to the button to start the process
    document.getElementById("app_save_btn").addEventListener("click", startCreateApp);
})();

So far nothing at all... I am going to try some other combinations but this is really, really frustrating...

BTW I am from Europe, I have a my own phone number connected to it, and I am trying to build from within my home IP address.

TUTUBIG commented 2 months ago

就没有个官方的解释吗 服了. 把那个鬼报错搞具体一点也行啊

Shit. Couldn't give a official explanation of this issue or response with a description of the reason rather than a "Error" --- Telegram

www222fff commented 2 months ago

How the ERROR progress can be seen by TG org?

Scott0902 commented 1 month ago

I experienced the same situations and tried all methods as you guys mentioned. Finally I managed to apply the API_ID and API_HASH with clean IP. So my suggestion is try your best to obtain a clean IP.

wxsounb commented 1 month ago

主要是 IP 的问题,可以找别人帮你注册一下,这里给大家一个解决方案,我是在telegram 上发现的:+888 0571 6163 | https://t.me/oooule

image

image

成本几块钱RMB

cvbdfgfdg commented 1 month ago

@NidhoogJX 难搞哦,忙活两三天也没解决掉。

我这里有好多,有人要买吗?联系飞机https://t.me/apk123a

这个飞机联系不到人啊

cvbdfgfdg commented 1 month ago

主要是 IP 的问题,可以找别人帮你注册一下,这里给大家一个解决方案,我是在telegram 上发现的:+888 0571 6163 | https://t.me/oooule

image

image

成本几块钱RMB

没人回复呢

RootedOne commented 3 weeks ago

On my Telegram site, after filling in the fields, when I click on the submit button, I encounter this problem: Annotation 2022-05-16 125851 Does anyone know what the solution is?

https://github.com/RootedOne/Telegram-Api-Error