Python Flask:InvokeHTTP引发IO异常 Java.net.SocketException:管道断开写入失败

问题描述

我有使用NiFi(Invokehttp prcoessor)的python flask API调用的python脚本。我有时(并非总是如此)遇到错误

IO Exception thrown from InvokeHTTP. Java.net.socketException: broken pipe (Write Failed)

这是我的main.py

@app.route('/Customertax',methods = ['GET','POST'] )
def Customer_tax_main_f():
    outpath = Customer_tax.Customer_tax_f(request.data) 
    return send_file(outpath,"application/text")

这是我的.py代码,具有主要处理功能

def Customer_tax_f(file):
    other processing logic

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)