Modify ↓
Opened 19 years ago
Closed 18 years ago
#1303 closed defect (invalid)
Error with Tags and Blog plugins installed: TypeError: dictionary key must be string in tracrpc/web_ui.py
| Reported by: | Nicolas MONNET | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Component: | EclipseTracPlugin |
| Severity: | normal | Keywords: | eclipse rpc xmlrpc |
| Cc: | Trac Release: | 0.10 |
Description
# grep handler conf/trac.ini default_handler = TagsWikiModule
2007-03-11 20:02:18,068 Trac[web_ui] ERROR: dictionary key must be string
2007-03-11 20:02:18,070 Trac[web_ui] ERROR: Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/TracXMLRPC-0.1-py2.3.egg/tracrpc/web_ui.py", line 58, in process_request
self._send_response(req, xmlrpclib.dumps(result, methodresponse=True))
File "/usr/lib64/python2.3/xmlrpclib.py", line 961, in dumps
data = m.dumps(params)
File "/usr/lib64/python2.3/xmlrpclib.py", line 604, in dumps
dump(v, write)
File "/usr/lib64/python2.3/xmlrpclib.py", line 616, in __dump
f(self, value, write)
File "/usr/lib64/python2.3/xmlrpclib.py", line 692, in dump_struct
raise TypeError, "dictionary key must be string"
TypeError: dictionary key must be string
Attachments (0)
Change History (2)
comment:1 Changed 19 years ago by
| Owner: | changed from Matteo Merli to anonymous |
|---|---|
| Status: | new → assigned |
comment:2 Changed 18 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | assigned → closed |
Cannot reproduce it with latest version of all plugins.
Note: See
TracTickets for help on using
tickets.



Cannot reproduce the error. I've installed the Tags plugin and everything is working fine.. Can someone confirm this error?