Changes between Initial Version and Version 1 of Ticket #10357


Ignore:
Timestamp:
Sep 21, 2012, 10:26:33 PM (12 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10357 – Description

    initial v1  
    1 I installed CodeReviewer plugin on Trac 0.12.2, then saw this error in trac.log:
    2 
     1I installed CodeReviewerPlugin on Trac 0.12.2, then saw this error in trac.log:
     2{{{
    332012-09-20 11:50:47,919 Trac[main] ERROR: Internal Server Error:
    44Traceback (most recent call last):
     
    1313AttributeError: 'list' object has no attribute 'split'
    14142012-09-20 11:50:48,374 Trac[main] DEBUG: Dispatching <Request "GET '/chrome/coderev/coderev.js'">
    15 
     15}}}
    1616
    1717I worked around the error by removing the call to 'split'. This disabled the feature for custom names of the three statuses. No problem, I'm ok with the default names.
    18 
     18{{{
     19#!sh
    1920[ncutcliffe@andy coderev]$ diff model.py- model.py
    202133c33
     
    2223---
    2324>         self.statuses = self.STATUSES
     25}}}
    2426
    2527I suspect this error is related to the various versions of Python, Trac and/or CodeReviewer on my server. But this is my first experience with Python and I don't know what versions to check. I would be glad to provide more info on request.