Is it due to a version mismatch or other reasons that tdlib prompts for an update?
I am currently facing a problem and don't know how to solve it: when logging in to the frontend, it prompts that 406 needs to update the software. Is it because my VPN is from Hong Kong or for other reasons? If it is updating TDlib, what version is required? Do we need the latest version of tdlib?
I am using: https://github.com/tdlib/td/tree/master/example/web Is this error caused by tdlib in this version? I have already placed it in the tdweb and public directories
You need to manually build tdweb 1.8.39 using the instructions provided at https://github.com/tdlib/td/tree/master/example/web and use it instead of the outdated tdweb package available through npm.
An error occurred while installing here
This manual installation architecture example
May I ask if the installation of this EMSDK has been completed?
Follow the instructions at https://kripken.github.io/emscripten-site/docs/getting_started/downloads.html to install and activate emsdk 3.1.1.
Has this been activated?
Is it enough to activate EMSDK?
./emsdk install 3.1.1
./emsdk activate 3.1.1
source ./emsdk_env.sh
When activated, this prompt appears: node-20.18.0-64bit releases-5ee64de9809592480da01372880ea11debd6c740-64bit Next steps:
- To conveniently access emsdk tools from the command line, consider adding the following directories to your PATH: /www/wwwroot/tc.toim.cn/node_modules/tdweb/emsdk /www/wwwroot/tc.toim.cn/node_modules/tdweb/emsdk/upstream/emscripten
- This can be done for the current shell by running: source "/www/wwwroot/tc.toim.cn/node_modules/tdweb/emsdk/emsdk_env.sh"
- Configure emsdk in your shell startup scripts by running: echo 'source "/www/wwwroot/tc.toim.cn/node_modules/tdweb/emsdk/emsdk_env.sh"' >> $HOME/.bash_profile
Do you need to proceed to the next step?
You need to follow all instructions in README.