我已经在 Heroku 上部署了我的 Telegram Bot,但是没有用
I have deployed my Telegram Bot on Heroku but doesn't work
我可以 运行 我的电报机器人 Python 毫无问题地写在我的电脑上。
我已经将它部署在 heroku 上,它说构建成功。但我无法从中得到蚂蚁的回应。
可能是什么问题?
这是我的机器人代码:
https://github.com/SezzR/evradnur-bot
我已经在 heroku 上用下面的代码解决了它 运行 它:
$ heroku ps:scale -a worker=1
然后停止它:
$ heroku ps:scale -a worker=0
我可以 运行 我的电报机器人 Python 毫无问题地写在我的电脑上。 我已经将它部署在 heroku 上,它说构建成功。但我无法从中得到蚂蚁的回应。 可能是什么问题? 这是我的机器人代码: https://github.com/SezzR/evradnur-bot
我已经在 heroku 上用下面的代码解决了它 运行 它:
$ heroku ps:scale -a
然后停止它:
$ heroku ps:scale -a