Custom Query (1173 matches)
Results (67 - 69 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#812 | fixed | Was removed python-dateutil from instalation procedure? | ||
Description |
DEBUG:mediagoblin.gmg_commands.dbupdate:No models found for mediagoblin.media_types.pdf: No module named dateutil.parser After manual pip install python-dateutil all works, but still why it was removed? |
|||
#818 | fixed | pbr is breaking things | ||
Description |
I tried new instalation on debian, every stopped with error Attachment is included |
|||
#878 | cant-reproduce | [TRAC Error] TypeError: unhashable type: 'list' | ||
Description |
How to Reproduce
Expected Outcome
Actual OutcomeError (see below)::
While doing a GET operation on (please provide additional details here) Request parameters: {'keywords': [u'~privacy', u'~privacy'], 'order': [u'priority?status=in_progress', u'priority'], 'status': [u'in_progress', u'new', u'review', u'new', u'review']}
User agent: System InformationSystem information not available Enabled PluginsPlugin information not available Python TracebackTraceback (most recent call last): File "/usr/lib/python2.7/dist-packages/trac/web/main.py", line 497, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.7/dist-packages/trac/web/main.py", line 214, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.7/dist-packages/trac/ticket/query.py", line 942, in process_request max) File "/usr/lib/python2.7/dist-packages/trac/ticket/query.py", line 77, in __init__ self.order = synonyms.get(order, order) # 0.11 compatibility TypeError: unhashable type: 'list' |