#3043: Intermittent  error due to `environ` being `None` in TracStandalone
--------------------+-------------------------------------------------------
 Reporter:  cboos   |        Owner:  jonas
     Type:  defect  |       Status:  new  
 Priority:  normal  |    Milestone:  0.10 
Component:  tracd   |      Version:  devel
 Severity:  major   |   Resolution:       
 Keywords:  wsgi    |  
--------------------+-------------------------------------------------------
Changes (by cboos):

  * milestone:  => 0.10
  * severity:  minor => major

Comment:

 Just had that again, this time on the main resource (the GET of a Wiki
 page, immediately after a ''preview'' or a ''save'').

 {{{
 localhost - - [05/Jun/2006 17:46:07] "POST
 /devel/wiki/TracDev/UnicodeGuidelines HTTP/1.1" 3
 5:46:13 PM Trac[api] DEBUG: Updating wiki page index
 localhost - - [05/Jun/2006 17:46:13] "GET
 /devel/wiki/TracDev/UnicodeGuidelines HTTP/1.1" 20
 ----------------------------------------
 Exception happened during processing of request from ('127.0.0.1', 3793)
 Traceback (most recent call last):
 ...
 5:46:27 PM Trac[api] DEBUG: Updating wiki page index
     environ['wsgi.version'] = self.wsgi_version
 TypeError: object does not support item assignment
 }}}

 That was with tracd r3361/win.
 I had the problem while testing Trac with IE/Win and it was reproductible
 quite consistently, as the GET succeeded only once in about 20 preview
 attempts...
 I was however ''not'' able to reproduce the issue using either Firefox
 or Opera...

 Editing smaller pages with IE/Win was OK though (the content of the above
 page
 was the same that the TracDev/UnicodeGuidelines here)

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3043>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to