We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在国内的机器上运行这个项目,在env中配置了address和token,执行./memogram后,出现以下异常:
./memogram
panic: failed to create bot: error call getMe, error do request for method getMe, Post "https://api.telegram.org/BOT_TOKEN/getMe": context deadline exceeded goroutine 1 [running]: main.main() /home/runner/work/telegram-integration/telegram-integration/bin/memogram/main.go:13 +0x54
应该是国内无法访问TG导致,可以支持通过PROXY_URL/botxxxxxx的方式连接到TG吗
The text was updated successfully, but these errors were encountered:
碰到了同样的问题,希望可以在.env文件中设定HTTP_PROXY/HTTPS_PROXY。
Sorry, something went wrong.
No branches or pull requests
我在国内的机器上运行这个项目,在env中配置了address和token,执行
./memogram
后,出现以下异常:应该是国内无法访问TG导致,可以支持通过PROXY_URL/botxxxxxx的方式连接到TG吗
The text was updated successfully, but these errors were encountered: