IOError:[Errno 32]带有烧瓶网和引导按钮的管道破损

时间:2019-06-16 20:28:57

标签: python twitter-bootstrap python-2.7 flask bootstrap-4

最近,我的烧瓶Web服务器出现问题,引导程序按钮不再起作用。我不会共享我的脚本,因为我的脚本没有错误,并且直到现在我已经使用了很长时间,没有任何问题,而且我甚至都没有对脚本进行任何更改。有时,当我登录到我的网站时,我只能使用按钮几分钟,但之后不能使用。当我单击按钮时,没有任何反应,在html页面中没有任何回溯错误……我注意到我收到了IOError:[Errno 32]我的Raspberry pi终端中的管道损坏。

Error on request:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 205, in run_wsgi
    execute(self.server.app)
  File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 196, in execute
    write(data)
  File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 177, in write
    self.wfile.write(data)
IOError: [Errno 32] Broken pipe

我还格式化了raspberry pi sd卡并重新安装了所有依赖包,但没有任何变化... 任何想法为什么会发生这种情况?

0 个答案:

没有答案