如何解决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")
def Customer_tax_f(file):
other processing logic
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。