Hi
I'm using pylons 1.0 with apache2/mod_wsgi in a webapp (production
use)
And sometimes I've got this kind of crash :
I don't know how to deal with this Exception ... any idea ?
WebApp Error: : Could not generate URL. Called with args: ()
{'action': 'controleSubChapterPdf', 'controller': 'controles', 'id':
29, '_environ': {'routes.route': , 'mod_wsgi.listener_port': '80',
etc ...
Module _donnees_donnees_tree_mako:99 in render_buildTreeSubChapterPar
<<
__M_writer(escape(h.literal(app_globals.dictSchLib[sch_code].replace(u'\n',u'<br
/
>'))))
__M_writer(u'</a><a href="')
__M_writer(escape(url(controller='controles',
action='controleSubChapterPdf', id=sch_code)))
__M_writer(u'"> (')
__M_writer(escape(session[u'dictCptSch']
[sch_code][0]))
>> __M_writer(escape(url(controller='controles',
>> action='controleSubChapterPdf', id=sch_code)))
Module routes.util:420 in __call__
(args, kargs))
GenerationException: Could not generate URL. Called with args: ()
{'action': 'controleSubChapterPdf', 'controller': 'controles', 'id':
29, '_environ': {'routes.route': <routes.route.Route object at
0xba365f2c>,
etc ...
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.