Open 1343322562 opened 1 week ago
You can enable TDLib logs using options.logVerbosityLevel=4
to see, what exactly happens with the request. Likely, it can't reach Telegram servers.
You can enable TDLib logs using
options.logVerbosityLevel=4
to see, what exactly happens with the request. Likely, it can't reach Telegram servers.
I think so, but i don't know how to do it, Cause i have connected VPN in Hong Kong, maybe i need to switch VPN address. appreciate you
What app do you use?
What app do you use?
Are you referring to VPN app? or programming language? i use to tdweb in javascript. The VPN app is Clash
tdweb
has no user interface and you shown a complete log in interface on the screenshot.
yes. It comes from 'https://github.com/evgeny-nadymov/telegram-react.git', an example of tdweb
Then, you can add the parameter verbosity=4
to the URL, but telegram-react
uses a very old TDLib version and will not be able to log in anyway now.
Then, you can add the parameter
verbosity=4
to the URL, buttelegram-react
uses a very old TDLib version and will not be able to log in anyway now.
The highest version of tdweb
is 1.8.0.
tdlib
is integrated into tdweb
.
How should i up it, or tdweb
is unvailable
Then, you can add the parameter
verbosity=4
to the URL, buttelegram-react
uses a very old TDLib version and will not be able to log in anyway now.
I saw tdweb
was last submitted 3 years ago. it's unvailable ?
Then, you can add the parameter
verbosity=4
to the URL, buttelegram-react
uses a very old TDLib version and will not be able to log in anyway now.
How to package tdlib
into a web version.
You can build TDLib for web yourself following https://github.com/tdlib/td/tree/master/example/web, but then you will need to update the telegram-react code to support all changes in TDLib API, and there were a lot of API changes since then.
You can build TDLib for web yourself following https://github.com/tdlib/td/tree/master/example/web, but then you will need to update the telegram-react code to support all changes in TDLib API, and there were a lot of API changes since then.
I got it. I'll try to manually build it, thanks
TDweb used 'send' API, the promise status has always been in 'pending', I hope to return a status of fulfilled or reject, but nothing. I used VPN to connect to the Telegram on WEB, but i can't used the TDweb