Custom Query (1173 matches)
Results (247 - 249 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #5069 | no-action | Logs of IRC meetings are unavailable (502 Bad Gateway) | ||
| Description |
The logs of the monthly meetings are unavailable, the server responds with a “502 Bad Gateway” error. |
|||
| #5068 | fixed | File extension matching fails with relative paths | ||
| Description |
media_types/__init__.py:109:
if filename.find('.') > 0:
should be: Because otherwise files of the form "./blah.mp4" don't work, which happens with the localfiles plugin. |
|||
| #5066 | fixed | Work around pbutils import warning bug | ||
| Description |
Until bug 736260 in pygobject/pbutils has been fixed, we get these warnings whenever mediagoblin is run: …/lib64/python2.7/site-packages/gi/module.py:178: Warning: g_array_append_vals: assertion 'array' failed g_type = info.get_g_type() …/lib64/python2.7/site-packages/gi/module.py:178: Warning: g_hash_table_lookup: assertion 'hash_table != NULL' failed g_type = info.get_g_type() …/lib64/python2.7/site-packages/gi/module.py:178: Warning: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed g_type = info.get_g_type()
Attached is a patch to workaround it - run |
|||
