Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#5364 closed defect (invalid)

UnicodeEncodeError

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Latest version, as downloaded using yum at 2007 May 24, gives for me:

> smoltSendProfile
Traceback (most recent call last):
  File "/usr/bin/smoltSendProfile", line 95, in ?
    profile = smolt.Hardware()
  File "/usr/share/smolt/client/smolt.py", line 267, in __init__
    self.devices[udi] = Device(props)
  File "/usr/share/smolt/client/smolt.py", line 145, in __init__
    self.deviceSendString = urlencode({
  File "/usr/lib64/python2.4/urllib.py", line 1162, in urlencode
    v = quote_plus(str(v))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-2: ordinal not in range(128)

There is a similar bug in the tracker (#4771 I think) but it has been marked as fixed.

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 18 years ago

Resolution: invalid
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.