Custom Query (1173 matches)
Results (127 - 129 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#773 | fixed | mediagoblin ascii art broken | ||
Description |
2013-09-22 02:15:45,713 INFO [celery.worker.consumer] Got task from broker: mediagoblin.processing.task.ProcessMedia[fa8a5c56-b1b8-45d5-ab06-6c6a1f815e51] 2013-09-22 02:15:46,057 ERROR [celery.worker.job] Task mediagoblin.processing.task.ProcessMedia[fa8a5c56-b1b8-45d5-ab06-6c6a1f815e51] raised exception: AttributeError("'NoneType' object has no attribute 'file_metadata'",) Traceback (most recent call last):
None: 'NoneType' object has no attribute 'file_metadata' |
|||
#117 | FIXED | media_details template deprecated | ||
Description |
It looks to me like mediagoblin/templates/mediagoblin/media\_details.html serves no purpose anymore. mediagoblin/templates/mediagoblin/user\_pages/media.html does everything that media\_details ever dreamed of doing and more. Also, no references to media\_details.html come up with a git grep. Shall we delete media\_details.html? |
|||
#721 | invalid | media type: video | ||
Description |
By default in the mediagoblin.ini file is written also the media type video. But it is not specified that you have to go here http://docs.mediagoblin.org/siteadmin/media-types.html#video to install the additional dependencies for the video processing. |