Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (247 - 249 of 1173)

Ticket Resolution Summary Owner Reporter
#5069 no-action Logs of IRC meetings are unavailable (502 Bad Gateway) gandaro_
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 anongoblin
Description
media_types/__init__.py:109:
    if filename.find('.') > 0:

should be: if filename.find('.') >= 0:

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 anongoblin
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 Gst.init() before the import.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.