Hi my Google Cloud error log everybody!
I faced the following problem: I have a telegram bot, which is written in python. I started the bot through a virtualization (venv), everything works fine. But I need to run it on a cloud service, for this I chose Google Cloud.
And in general, everything was ok, but I do not understand why I have constantly, as I type gcloud app browse, in the browser loads for about 20 minutes page, then it crashes and writes Service Unavailable.
Can you tell me who fixed it? What additional data do you need to tell me?
From what I tried:
Change yarm, Google Cloud settings.
To bypass the favicon I have the following written:
@app.route('/favicon.ico')
def favicon():
return '', 204
I was expecting to run my bot on the cloud 🙁
yyq1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.