Modify

Opened 15 years ago

Closed 14 years ago

#5798 closed defect (wontfix)

UnicodeEncodeError: 'ascii' codec can't encode characters in position 128-132: ordinal not in range(128)

Reported by: anonymous Owned by: Ryan J Ollos
Priority: normal Component: TicketToRtmPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

After ticket creation got a Python Traceback

Traceback (most recent call last):

File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request

dispatcher.dispatch(req)

File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch

resp = chosen_handler.process_request(req)

File "/usr/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 138, in process_request

self._do_create(req, db)

File "/usr/lib/python2.4/site-packages/trac/ticket/web_ui.py", line 201, in _do_create

ticket.insert(db=db)

File "/usr/lib/python2.4/site-packages/trac/ticket/model.py", line 180, in insert

listener.ticket_created(self)

File "build/bdist.linux-i686/egg/ticket2rtm/ticket2rtm.py", line 46, in ticket_created File "build/bdist.linux-i686/egg/ticket2rtm/ticket2rtm.py", line 35, in create_task File "build/bdist.linux-i686/egg/ticket2rtm/rtm.py", line 113, in add_task File "build/bdist.linux-i686/egg/ticket2rtm/rtm.py", line 28, in make_req_url File "build/bdist.linux-i686/egg/ticket2rtm/rtm.py", line 23, in sign

UnicodeEncodeError: 'ascii' codec can't encode characters in position 128-132: ordinal not in range(128)

Attachments (0)

Change History (2)

comment:1 Changed 15 years ago by Ryan J Ollos

I suggest you contact the plug-in author by going here: http://blog.deadbeaf.org/2008/01/18/ticket2rtm-01-en/

I just added a stub page to trac-hacks to make the plug-in more visible to Trac users.

comment:2 Changed 14 years ago by Ryan J Ollos

Resolution: wontfix
Status: newclosed

I'm going to go ahead and close this.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.