ZZBvos 2023-03-23 11:32 采纳率: 50%
浏览 12

在xampp上运行代码出现服务器内部错误,AttributeError: 'NoneType' object has no attribute 'split'

在xampp上运行代码出现服务器内部错误
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at postmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

程序中出现:
AttributeError: 'NoneType' object has no attribute 'split' 错误,录入人脸和信息,读取不到数据,返回结果为null空值

  • 写回答

1条回答 默认 最新

  • threenewbee 2023-03-23 13:13
    关注

    这说明你的对象为None,代码中调用split的代码,对应的那个数据变量,检查一下。

    评论

报告相同问题?

问题事件

  • 创建了问题 3月23日