Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (85 - 87 of 1173)

Ticket Owner Reporter Resolution Summary
#5375 ayleph fixed Video thumbnailer relies on function that has been removed from recent PIL
Description

A few users have come into IRC to report that their installations fail to process videos with the following error.

File '/srv/mediagoblin.example.org/mediagoblin/mediagoblin/media_types/video/processing.py', line 396 in process
  self.generate_thumb(thumb_size=thumb_size)
File '/srv/mediagoblin.example.org/mediagoblin/mediagoblin/media_types/video/processing.py', line 319 in generate_thumb
  thumb_size[0])
File '/srv/mediagoblin.example.org/mediagoblin/mediagoblin/media_types/video/transcoders.py', line 136 in capture_thumb
  buffer.extract_dup(0, buffer.get_size()))
File '/usr/lib/python2.7/dist-packages/PIL/Image.py', line 2053 in fromstring
  "Please call frombytes() instead.")
Exception: fromstring() has been removed. Please call frombytes() instead.
#5420 Boris Bobrov invalid sqlalchemy-migrate-0.10.0 requires missing docutils
Description

./setup.py install seems to fail if no docutils are installed. I need to re-check this one more time

#5523 Jonas Smedegaard fixed Requires pyexiv2 unavailable for Python 3.x
Description

mediagoblin.media_types_raw_image imports pyexiv2 which is only available for Python 2.x.

According to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823761#15 the related py3exiv2 provide a different API, and that bugreport mentions instead moving to gexiv2, available and gir module.

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