Modify ↓
      
        Opened 18 years ago
Closed 13 years ago
#2181 closed defect (wontfix)
Patch fails with 0.10-stable rev 6059
| Reported by: | anonymous | Owned by: | jmt4b04d4v | 
|---|---|---|---|
| Priority: | low | Component: | TracSpanishTranslation | 
| Severity: | major | Keywords: | UnicodeDecodeError, Win32 | 
| Cc: | Trac Release: | 0.10 | 
Description (last modified by )
Hello, I made a checkout of both the most recent 0.10-stable and your patch. After the patch was applied, I tried my sample project and got this.
Traceback (most recent call last):
  File "C:\Python24\Lib\site-packages\trac\web\main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python24\Lib\site-packages\trac\web\main.py", line 208, in dispatch
    chrome.populate_hdf(req, chosen_handler)
  File "C:\Python24\Lib\site-packages\trac\web\chrome.py", line 319, in populate_hdf
    for category, name, text in contributor.get_navigation_items(req):
  File "C:\Python24\Lib\site-packages\trac\Settings.py", line 35, in get_navigation_items
    yield ('metanav', 'settings',
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 11-12: unexpected end of data
    Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
| Keywords: | UnicodeDecodeError Win32 added | 
|---|---|
| Priority: | normal → low | 
| Severity: | normal → major | 
| Status: | new → assigned | 
comment:2 Changed 13 years ago by
| Description: | modified (diff) | 
|---|---|
| Resolution: | → wontfix | 
| Status: | assigned → closed | 
Deprecated. See Trac 0.12 if you need a translation.
Note: See
        TracTickets for help on using
        tickets.
    



Sorry for delay, I've started to research this issue today.
My first conclusions:
Conclusion: Issue needs more attention and research to get solved.
As long as patching works in *nix, these are the suggested OS platforms where to realize patching procedure (with working copies obtained in there). Then, someone can certainly package patched sources to realize installation in any other OS platform.
Due to there is a workaround, I'm changing priority and severity.