Junyu Liu

Results 160 comments of Junyu Liu

My DCID is 5, maybe it's relavent with DC?

I still don't know the reason:(

Hello! I'm also very interested in this project. I learned about buildpacks from CNCF's LFX idea list, which I think is a higher-level abstraction of container image. This is so...

Sorry, I've been busy lately preparing for interviews. Here's a question: If there are multiple accounts logged in locally, how do you determine which account to select?

Try set `--reconnect-timeout 0` flag

Or have you set correct `--proxy` flag?

@caracoloco Try set --reconnect-timeout 0 flag

Please paste your command

tdl don't use your `http(s)_proxy` automatically, so you should set proxy manually. Try `tdl dl -n iyear -u https://t.me/telegram/193 --proxy socks5://localhost:YOUR_PORT` or set env https://github.com/iyear/tdl#env

I guess your network environment is not able to connect to Telegram Server, so we need to use socks5 proxy (tdl currently only supports socks5 protocol) to connect.