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)
Note:
See TracTickets
for help on using tickets.



Wrong Trac (see https://hosted.fedoraproject.org/projects/smolt)