Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
186 views
in Technique[技术] by (71.8m points)

python - 构建python微服务(Building python microservices)

I want to build a simple microservices on Flask.

(我想在Flask上构建一个简单的微服务。)

Therefor I followed this link.

(因此,我点击了此链接。)

https://medium.com/@ryangordon210/building-python-microservices-part-i-getting-started-792fa615608

(https://medium.com/@ryangordon210/building-python-microservices-part-i-getting-started-792fa615608)

In the last of step, when I run python app.py, I hit:

(在最后一步中,当我运行python app.py时,我点击了:)

http://0.0.0.0:2020

(http://0.0.0.0:2020)

When I enter this link in my browser, I occur this massage:"Internal Server Error The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."

(当我在浏览器中输入此链接时,会发生以下消息:“内部服务器错误服务器遇到内部错误,无法完成您的请求。服务器超载或应用程序中有错误。”)

I would be very grateful if you guide me.

(如果您能指导我,我将不胜感激。)

Best Regards, Mina

(最好的问候,米娜)

  ask by mina translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...