美文网首页
python 服务器 Input/output error 问题

python 服务器 Input/output error 问题

作者: 王镇_ee87 | 来源:发表于2020-12-30 08:41 被阅读0次

    今天服务器 一直报异常


    image

    去代码里加上异常捕获 刚开始只知道是 Input/output error 但是定位不到问题具体在哪


    image
    将 异常捕获 用 logger.exception 打印 找到位置
    image

    于是检查代码 自己做本地测试使用了print(xxxx) 上传服务器没有删掉 关掉ssh后就提示了这个错误
    总结 服务器不能使用print来做打印测试 又是被自己菜哭的一天

    相关文章

      网友评论

          本文标题:python 服务器 Input/output error 问题

          本文链接:https://www.haomeiwen.com/subject/lyabwktx.html