问题描述
我有使用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")
def Customer_tax_f(file):
other processing logic
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)