Hi,
I'm runing Agilo with Trac 0.11.4 and I've found this issue (well, I
don't really know if this is an issue) wich always occurs when I try
to create a new referenced Task from another Task linking them. When I
link a task that already exsists there's no problem, but when I create
a new referenced task this error raises.
Anyone can help me with this? Have you noticed this problem?
Thanks in advance.
Kind regards,
Marcos.
System Information:
User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:
1.9.0.11) Gecko/2009060215 Firefox/3.0.11 GTB5 (.NET CLR 3.5.30729)
Trac: 0.11.4
Python: 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit
(Intel)]
setuptools: 0.6c9
SQLite: 3.3.4
pysqlite: 2.3.2
Genshi: 0.5.1
Agilo: 0.7.4.1-r1624-20090611
Subversion: 1.5.6 (r36142)
jQuery: 1.2.6
The error information given by agilo is:
----------------------------
Trac detected an internal error: UnicodeEncodeError: 'ascii' codec
can't encode character u'\xf3' in position 96: ordinal not in range
(128)
-----------------------------
Python Traceback:
-----------------------------------------------------
Most recent call last:
* File "c:\documents and settings\mdelavega\escritorio\proyectos
\trac\python25\lib\site-packages\Trac-0.11.4-py2.5.egg\trac\web
\main.py", line 435, in _dispatch_request
Code fragment:
430. try:
431. if not env and env_error:
432. raise HTTPInternalError(env_error)
433. try:
434. dispatcher = RequestDispatcher(env)
435. dispatcher.dispatch(req)
436. except RequestDone:
437. pass
438. resp = req._response or []
439.
440. except HTTPException, e:
Local variables:
Name Value
after [u' except RequestDone:', u' pass', u' resp = ...
before [u' try:', u' if not env and env_error:', u' raise ...
dispatcher <trac.web.main.RequestDispatcher object at
0x018095F0>
e UnicodeEncodeError('ascii', u"The owner (marcos) of this
ticket ...
env <trac.env.Environment object at 0x0146ED10>
env_error None
exc_info (<type 'exceptions.UnicodeEncodeError'>,
UnicodeEncodeError('ascii', u"The ...
filename 'c:\\documents and ...
frames [{'function': '_dispatch_request', 'lines_before': [u'
try:', u' ...
has_admin True
line u' dispatcher.dispatch(req)'
lineno 434
message u"UnicodeEncodeError: 'ascii' codec can't encode
character u'\\xf3' in ...
req <Request "POST u'/newticket'">
resp []
tb <traceback object at 0x01C17D78>
tb_hide None
traceback u'Traceback (most recent call last):\n File "c:\
\documents and ...
* File "c:\documents and settings\mdelavega\escritorio\proyectos
\trac\python25\lib\site-packages\Trac-0.11.4-py2.5.egg\trac\web
\main.py", line 254, in dispatch
Code fragment:
249. except PermissionError, e:
250. raise HTTPForbidden(to_unicode(e))
251. except ResourceNotFound, e:
252. raise HTTPNotFound(e)
253. except TracError, e:
254. raise HTTPInternalError(e)
255.
256. # Internal methods
257.
258. def _get_hdf(self, req):
259. hdf = HDFWrapper(loadpaths=Chrome
(self.env).get_all_templates_dirs())
Local variables:
Name Value
chosen_handler <agilo.ticket.web_ui.AgiloTicketModule object at
0x018097D0>
chrome <trac.web.chrome.Chrome object at 0x01771690>
ctype 'application/x-www-form-urlencoded'
e TracError(RuleValidationException(u"The owner (marcos) of
this ticket ...
err (<class 'trac.core.TracError'>, TracError
(RuleValidationException(u"The ...
handler <agilo.ticket.web_ui.AgiloTicketModule object at
0x018097D0>
options {}
req <Request "POST u'/newticket'">
self <trac.web.main.RequestDispatcher object at 0x018095F0>
* File "c:\documents and settings\mdelavega\escritorio\proyectos
\trac\python25\lib\site-packages\Trac-0.11.4-py2.5.egg\trac\web
\api.py", line 49, in __init__
Code fragment:
44. else:
45. self.detail = detail
46. if args:
47. self.detail = self.detail % args
48. Exception.__init__(self, '%s %s (%s)' % (self.code,
self.reason,
49. self.detail))
50. def subclass(cls, name, code):
51. """Create a new Exception class representing a HTTP status
code."""
52. reason = HTTP_STATUS.get(code, 'Unknown')
53. new_class = new.classobj(name, (HTTPException,), {
54. '__doc__': 'Exception for HTTP %d %s' % (code, reason)
Local variables:
Name Value
args ()
detail TracError(RuleValidationException(u"The owner (marcos)
of this ticket ...
self HTTPInternalError()
File "c:\documents and settings\mdelavega\escritorio\proyectos\trac
\python25\lib\site-packages\Trac-0.11.4-py2.5.egg\trac\web\main.py",
line 435, in _dispatch_request
dispatcher.dispatch(req)
File "c:\documents and settings\mdelavega\escritorio\proyectos\trac
\python25\lib\site-packages\Trac-0.11.4-py2.5.egg\trac\web\main.py",
line 254, in dispatch
raise HTTPInternalError(e)
File "c:\documents and settings\mdelavega\escritorio\proyectos\trac
\python25\lib\site-packages\Trac-0.11.4-py2.5.egg\trac\web\api.py",
line 49, in __init__
self.detail))
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH
http://www.agile42.com and is focused in supporting Agilo for Scrum users.
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/agilo?hl=en
-~----------~----~----~----~------~----~------~--~---