如图所示,tornado在本地是可以过curl -X POST -H "Content-Type: application/json; charset=utf-8" \ -H "X-AVOSCloud-Application-Id: {{appid}}" \ -H "X-AVOSCloud-Application-Key: {{appkey}}" \ -H "X-AVOSCloud-Application-Production: 0" -d '{}' \ http://localhost:3000/1.1/functions/hello测试的,在本地也能正常运行,但是在deploy的时候总是出现这样的问题,求大神指导
是否安装了 LeanCloud 的中间件?参考此文档:https://leancloud.cn/docs/leanengine_guide-python.html#使用_LeanEngine_中间件并且监听的端口是从环境变量里获取的端口?
应该是中间件的问题,程序本地正常运行,但提交后有错误,昨天试了下把东西都放在app.py里是可以上传的,现在不太明白leancloud如何知道如何启动我的服务器,可能是我把代码扔上去,那边启动出错了
是会把 wsgi.py 中的 application 对象当作 wsgi 函数来启动的。
兄弟,tornado在cloud engine下怎么使用的?能不能贴下示例代码?