为什么为Bokeh运行flask_gunicorn_embed时会出现龙卷风KeyError?

时间:2019-12-30 20:53:04

标签: tornado bokeh

我一直在尝试使flask_gunicorn_embed.py应用程序像https://github.com/bokeh/bokeh/blob/master/examples/howto/server_embed/flask_gunicorn_embed.py中那样工作。

当我运行gunicorn -w 4 flask_gunicorn_embed.py时,该应用程序将运行,但是当我在浏览器中访问该页面时,会得到

ERROR:tornado.application:Exception in callback None
Traceback (most recent call last):
  File "/root/apps/plotting-app/env/lib/python3.6/site-packages/tornado/ioloop.py", line 902, in start
    print(self._handlers[fd])
KeyError: 11[2019-12-30 14:48:28 -0600] [5774] [INFO] Worker exiting (pid: 5774)
[2019-12-30 14:48:28 -0600] [5773] [INFO] Worker exiting (pid: 5773)
[2019-12-30 14:48:28 -0600] [5771] [INFO] Worker exiting (pid: 5771)

我要做的就是复制示例flask_gunicorn_embed.py,embed.html和theme.yaml并运行它。可能是什么原因造成的?

1 个答案:

答案 0 :(得分:0)

更新龙卷风解决了这个问题!