Skip to content

Exception AttributeError: AttributeError("'NoneType' object has no attribute 'error'",) in <bound method Connection.__del__ of <redis.connection.Connection object at 0x7fbe9e0a6190>> ignored #398

@xqliang

Description

@xqliang

Hi, I am using wsgi + apache2 to deploy my python web application. After i upgrade redis-py to 2.7.3, when i restart apache, apache alwarys show an error in apache_error_log: Exception AttributeError: AttributeError("'NoneType' object has no attribute 'error'",) in <bound method Connection.del of <redis.connection.Connection object at 0x7fbe9e0a6190>> ignored

My dev environment:
Python: 2.6.6
Redis-py: 2.7.3
Apache: Apache/2.2.16 (Debian)

I tried all redis-py<=2.7.2 are ok, and all redis-py>=2.7.3 could cause this problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions