Modify ↓
Opened 18 years ago
Closed 17 years ago
#2872 closed defect (duplicate)
'ascii' codec can't decode byte 0xc4 in position 4: ordinal not in range(128)
| Reported by: | daniel | Owned by: | Matt Good |
|---|---|---|---|
| Priority: | normal | Component: | AccountManagerPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
A user reported this occurring in the Pidgin trac instance with the following trace:
Traceback (most recent call last):
File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 182, in dispatch
req.authname = self.authenticate(req)
File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 146, in authenticate
authname = authenticator.authenticate(req)
File "build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py", line 371, in wrap
File "build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py", line 381, in authenticate
File "build/bdist.linux-x86_64/egg/acct_mgr/web_ui.py", line 461, in _remote_user
File "build/bdist.linux-x86_64/egg/acct_mgr/api.py", line 104, in check_password
File "build/bdist.linux-x86_64/egg/acct_mgr/htfile.py", line 87, in check_password
File "build/bdist.linux-x86_64/egg/acct_mgr/htfile.py", line 217, in _check_userline
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 4: ordinal not in range(128)
Attachments (0)
Note: See
TracTickets for help on using
tickets.



Looks like a dup of the htdigest issues with unicode reported in #2327.