durusmail: quixote-users: Non-reproducible problem: get_request() returns None
Non-reproducible problem: get_request() returns None
Non-reproducible problem: get_request() returns None
2005-01-24
Non-reproducible problem: get_request() returns None
2005-01-24
2005-01-24
Non-reproducible problem: get_request() returns None
David Binger
2005-01-24
On Jan 24, 2005, at 11:24 AM, Titus Brown wrote:

> ->     session = _publisher.get_request().session
> -> AttributeError: 'NoneType' object has no attribute 'session'
>

The problem here is not that the request doesn't have
a session, but worse, that the request is None.

Are threads involved here?  This acts like two threads have
overlapping publish calls.


reply