欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

[Errno 5] Input/output error

程序员文章站 2022-04-03 08:14:31
...

File “/root/workspace/StudentSystem2.0/StudentManageSys/order/views.py” in cancel_project

  1.             print(project_dict)
    

Exception Type: OSError at /api/v1/order/1216/cancel_project/
Exception
Value: [Errno 5] Input/output error

1.在开发环境中,代码中有print语句
2.在生成环境中,print语句没有删除,导致Input/output error
(生产环境:是指正式提供对外服务的,一般会关掉错误报告,打开错误日志)

相关标签: BUG