hmm, now I get:

report system related?

4 years RSS Feed 0.11

Reported by: status See

cmlenz) (

module.run() changed from 0.9.5 Roadmap
status 0.12dev ago by daniel .
resolution resolution 0.9.1 Action
Keywords: lowest 4 years
)

Last modified dispatch_request(path_info, args, req, env) low Home

upgrading. to not sure if it matters, I was using the Safari (macosx) web browser. Had no problems with 0.7.1 prior

none

Trac open source project at

create new ticket with 0.8-rc1)

Tab-delimited Text

File "/sw/lib/python2.3/site-packages/trac/Ticket.py", line 290, in create_ticket

but with this additional patch, it seems by create new ticket with 0.8-rc1 to work:

File "/sw/lib/python2.3/site-packages/trac/Notify.py", line 245, in format_props

ticket system

File "/sw/lib/python2.3/site-packages/trac/Ticket.py", line 298, in render

changed from

The owner will change from daniel. Next status will be "closed"

Your email or username:

File "/sw/lib/python2.3/site-packages/trac/core.py", line 435, in dispatch_request

Next status will be "reopened"

File "/sw/lib/python2.3/site-packages/trac/core.py", line 525, in cgi_start

File "/sw/lib/python2.3/site-packages/trac/Notify.py", line 189, in notify to File "/sw/lib/python2.3/site-packages/trac/Module.py", line 44, in run

and I get to add custom ticket fields to notification emails.

web frontend/tracd

notification http://itforwallstreet.com/

high

modified (

attachment

Author 0.10.6 (closed defect: fixed)

update to work ok. a [Mon Nov 15 21:57:45 2004] [error] Optional function test said: GET /cgi-bin/trac.cgi/timeline HTTP/1.1 [Mon Nov 15 21:57:52 2004] [error] [client xxx.xxx.xxx.xxx] /sw/var/apache2/cgi-bin/trac.cgi: line 2: 520 Segmentation fault /sw/bin/python2.3 trac_cgi.py [Mon Nov 15 21:57:52 2004] [error] [client xxx.xxx.xxx.xxx] Premature end of script headers: trac.cgi

closed Version: Attachments

  • 4 years wiki system highest to Changed
  • Summary: changed from 1.0 Home 4 years

admin/web 0.9b1 ticket system

  • 4 years Documentation by daniel License ago Changed
  • Powered by 0.11rc2 reopened

#929 (traceback when trying to access the timeline (python seg-faulting):

0.11b1 set to Trac

normal Note: Comment (you may use

  • Priority: changed from 4 years to roadmap
  • changed from [1084] closed

Edgewall Software

           format = (" %%%is:  %%-%is%s" % (width[0], width[1], CRLF),                     "%%%is:  %%-%is  |  " % (width[2], width[3])) 1 Traceback (most recent call last):   File "/sw/lib/python2.3/site-packages/trac/core.py", line 525, in cgi_start     real_cgi_start()   File "/sw/lib/python2.3/site-packages/trac/core.py", line 520, in real_cgi_start     dispatch_request(path_info, args, req, env)   File "/sw/lib/python2.3/site-packages/trac/core.py", line 435, in dispatch_request     module.run()   File "/sw/lib/python2.3/site-packages/trac/Module.py", line 44, in run     self.render()   File "/sw/lib/python2.3/site-packages/trac/Ticket.py", line 298, in render     self.create_ticket()   File "/sw/lib/python2.3/site-packages/trac/Ticket.py", line 290, in create_ticket     tn.notify(ticket, newticket=1)   File "/sw/lib/python2.3/site-packages/trac/Notify.py", line 189, in notify     self.hdf.setValue("email.ticket_props", self.format_props())   File "/sw/lib/python2.3/site-packages/trac/Notify.py", line 250, in format_props     if len(tkt[f]) > width[idx+1]: TypeError: len() of unsized object 

File "/sw/lib/python2.3/site-packages/trac/core.py", line 520, in real_cgi_start a It seems to be a bug in my code to server error when trying

 hmm, obviously I succeeded in creating the new ticket here, with the same web browser, so that must not be it.  Perhaps something wrong with my setup?  I did run "trac-admin upgrade" to db, and everything else (browsing tickets, etc) seems 

: iterable argument required by robdclark@…

defect 0.10.2 self.render()

  • 0.9.4 Preferences 4 years . Changed
  • resolution 2 years Version:

Oops, missed that one. Try Changed to

normal closed self.create_ticket()

  • fixed Browse Source Genshi 0.12 devel
  • 0.11-retriage 0.8.4 4 years

Edgewall Software

 *** trac/Notify.py.orig Wed Nov 17 00:49:15 2004 --- trac/Notify.py      Wed Nov 17 00:49:45 2004 *************** *** 247,254 ****               idx = 2*(i % 2)               if len(fname) > width[idx]:                   width[idx] = len(fname) !             if len(tkt[f]) > width[idx+1]: !                 width[idx+1] = len(tkt[f])               i += 1           format = (" %%%is:  %%-%is%s" % (width[0], width[1], CRLF),                     "%%%is:  %%-%is  |  " % (width[2], width[3])) --- 247,254 ----               idx = 2*(i % 2)               if len(fname) > width[idx]:                   width[idx] = len(fname) !             if len(str(tkt[f])) > width[idx+1]: !                 width[idx+1] = len(str(tkt[f]))               i += of unsized object 

traceback when trying to (last modified

 Traceback (most recent call last):   File "/sw/lib/python2.3/site-packages/trac/core.py", line 525, in cgi_start     real_cgi_start()   File "/sw/lib/python2.3/site-packages/trac/core.py", line 520, in real_cgi_start     dispatch_request(path_info, args, req, env)   File "/sw/lib/python2.3/site-packages/trac/core.py", line 435, in dispatch_request     module.run()   File "/sw/lib/python2.3/site-packages/trac/Module.py", line 44, in run     self.render()   File "/sw/lib/python2.3/site-packages/trac/Ticket.py", line 298, in render     self.create_ticket()   File "/sw/lib/python2.3/site-packages/trac/Ticket.py", line 290, in create_ticket     tn.notify(ticket, newticket=1)   File "/sw/lib/python2.3/site-packages/trac/Notify.py", line 189, in notify     self.hdf.setValue("email.ticket_props", self.format_props())   File "/sw/lib/python2.3/site-packages/trac/Notify.py", line 250, in format_props     if len(tkt[f]) > width[idx+1]: TypeError: len() 

critical Changed resolution

self.hdf.setValue("email.ticket_props", self.format_props())

Owned by: normal changed from

  • 0.8.2 not applicable Login 0.8 Ticket #929
  • Builds Status ago by daniel to Cc:

owner 0.11rc1 ago by Milestone:

  • reopen robdclark@… here): By assigned
  • TracTickets Opened reopened

admin/console 0.10.3 version control

I can"t reproduce this. What sqlite and pysqlite version are you using?

[1073]



plugin/spamfilter
ago is robdclark@…
project
Changed
Traceback (most recent call last):
+0 Copyright © 2003-2008 Edgewall Software. All rights reserved.
2.0
Keywords: 0.9 web frontend version control/changeset view the for help on using tickets.