Custom Query (1173 matches)
Results (43 - 45 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#500 | fixed | Cannot upload media with non-ASCII characters in file names; such attachments end up typeless. | ||
Description |
Server Error URL: http://127.0.0.1:6543/submit/ File '…/mediagoblin/local/lib/python2.7/site-packages/Paste-1.7.5.1-py2.7.egg/paste/exceptions/errormiddleware.py', line 144 in call
File '…/mediagoblin/local/lib/python2.7/site-packages/Paste-1.7.5.1-py2.7.egg/paste/urlmap.py', line 203 in call
File '…/mediagoblin/local/lib/python2.7/site-packages/Beaker-1.6.3-py2.7.egg/beaker/middleware.py', line 155 in call
File '…/mediagoblin/mediagoblin/app.py', line 215 in call
File '…/mediagoblin/mediagoblin/app.py', line 202 in call_backend
File '…/mediagoblin/mediagoblin/decorators.py', line 51 in new_controller_func
File '…/mediagoblin/mediagoblin/submit/views.py', line 65 in submit_start
File '…/mediagoblin/mediagoblin/media_types/init.py', line 52 in sniff_media
File '…/mediagoblin/mediagoblin/media_types/image/processing.py', line 69 in sniff_handler
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-6: ordinal not in range(128) |
|||
#502 | fixed | Online/downloadable video has “640p” in its name, but 640 is the bigger side, not the height. | ||
Description |
http://gobblin.se/u/gnucito_84/m/copying-is-not-theft-480p/ The re-encoded video size is 640px × 426px. 640p would mean 640px height (compare 480p, 720p). |
|||
#510 | fixed | Non-ASCII characters in the slug make the media page inaccessible (Server Error). | ||
Description |
E.g. at https://gobblin.se/u/avrs/, the image whose title begins with “6.10 Со стороны левого бо…” has a Cyrillic slug, so its page cannot be opened. |