diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-05-22 14:16:45 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-05-22 14:16:45 -0500 |
commit | 5b8e0b2a63194d53da2ce434e867fc5eab1b60b4 (patch) | |
tree | 72b3bae6dcead41b59d73d0d9617974e3a2375b9 /mediagoblin/db/models.py | |
parent | c2382bd4ea50891a483eaef75a7f69f7fe3ad332 (diff) | |
download | mediagoblin-5b8e0b2a63194d53da2ce434e867fc5eab1b60b4.tar.lz mediagoblin-5b8e0b2a63194d53da2ce434e867fc5eab1b60b4.tar.xz mediagoblin-5b8e0b2a63194d53da2ce434e867fc5eab1b60b4.zip |
Use of deprecated frombytes when processing videos causes the task to fail
(Anonymous contribution, not by me)
When transcoding a video using a recent version of PIL transcoding a
video fails reproducible. The reason for this is an AttributeError:
'module' object has no attribute 'frombytes'gets raised, while a
thumbnails is being created. This is because frombytes alias was
deprecated in favor of fromstring.
Diffstat (limited to 'mediagoblin/db/models.py')
0 files changed, 0 insertions, 0 deletions