Custom Query (1173 matches)
Results (190 - 192 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) |
|||
| #5561 | no-action | Cannot upload video and audio. Unhandled exception | ||
| Description |
So I followed this steps exactly: https://raspiblog.noblogs.org/post/2018/02/11/installation-of-gnu-mediagoblin/ pyexiv2 did not work so I removed it from mediagoblin_ini I have configured systemd services as per in the docs production deployment. I have successfully uploaded Images and PDF files but whenever I upload audio and/or video, I get the error: in audio: .
.
.
2018-02-11 13:27:08,456 INFO [mediagoblin.media_types.audio.transcoders] 100% done...
2018-02-11 13:27:08,458 INFO [mediagoblin.media_types.audio.transcoders] Done
2018-02-11 13:27:08,474 INFO [mediagoblin.media_types.audio.transcoders] Quitting MainLoop gracefully...
2018-02-11 13:27:08,511 ERROR [mediagoblin.processing.task] An unhandled exception was raised while processing <MediaEntry 12: btest>: 'float' object cannot be interpreted as an integer
2018-02-11 13:27:08,516 WARNING [mediagoblin.processing] No idea what happened here, but it failed: TypeError("'float' object cannot be interpreted as an integer",)
2018-02-11 13:27:08,660 WARNING [mediagoblin.processing] No idea what happened here, but it failed: TypeError("'float' object cannot be interpreted as an integer",)
.
.
.
in video upload: .
.
.
2018-02-11 13:29:14,509 INFO [mediagoblin.media_types] checking the contents with sniffer
2018-02-11 13:29:14,510 INFO [mediagoblin.media_types.video.processing] Sniffing mediagoblin.media_types.video
2018-02-11 13:29:14,514 INFO [mediagoblin.media_types.tools] Discovering /tmp/tmpnefj5irg...
2018-02-11 13:29:14,877 DEBUG [mediagoblin.media_types.video.processing] Discovered: <GstPbutils.DiscovererInfo object at 0x70a8f2b0 (GstDiscovererInfo at 0x1a66470)>
2018-02-11 13:29:14,885 INFO [mediagoblin.media_types] checked, found
2018-02-11 13:29:15,682 DEBUG [mediagoblin.processing.task] Processing <MediaEntry 13: decayy>
2018-02-11 13:29:15,686 INFO [mediagoblin.media_types.video.transcoders] Initializing VideoTranscoder...
2018-02-11 13:29:15,722 INFO [mediagoblin.media_types.tools] Discovering /mnt/var/mediagoblin/media/queue/media_entries/31957130-a334-4f20-bc13-8d78bf33ca02/124887044.ogv...
2018-02-11 13:29:16,072 INFO [mediagoblin.media_types.tools] Discovering /mnt/var/mediagoblin/media/queue/media_entries/31957130-a334-4f20-bc13-8d78bf33ca02/124887044.ogv...
2018-02-11 13:29:16,427 ERROR [mediagoblin.processing.task] An unhandled exception was raised while processing <MediaEntry 13: decayy>: object() takes no parameters
2018-02-11 13:29:16,430 WARNING [mediagoblin.processing] No idea what happened here, but it failed: TypeError('object() takes no parameters',)
2018-02-11 13:29:16,517 WARNING [mediagoblin.processing] No idea what happened here, but it failed: TypeError('object() takes no parameters',)
.
.
.
I have reviewed all config and tickets but still no fix. I used python3, python2 appears to not work for me, also I use nginx, debian 9.3. |
|||
| #821 | cant-reproduce | Cannot upload vorbis data | ||
| Description |
I've set up a MediaGoblin instance for development. I enabled mediagoblin.media_types.video and mediagoblin.media_types.audio. I tried to upload several Ogg Vorbis files, but uploading failed every time. The error message is: /home/isengaara/gmg_devel/mediagoblin/user_dev/media/queue/media_entries/b5d20b90-9800-471a-ac96-f35dbfa79361/canon_in_d_ecantorix.ogg into /home/isengaara/gmg_devel/mediagoblin/user_dev/media/workbench/tmpBYT8IK/canon_in_d_ecantorix.ogg 2013-12-21 10:22:55,213 INFO [mediagoblin.media_types.audio.transcoders] Discovering /home/isengaara/gmg_devel/mediagoblin/user_dev/media/queue/media_entries/b5d20b90-9800-471a-ac96-f35dbfa79361/canon_in_d_ecantorix.ogg 2013-12-21 10:22:55,215 ERROR [mediagoblin.media_types.audio.transcoders] Could not discover /home/isengaara/gmg_devel/mediagoblin/user_dev/media/queue/media_entries/b5d20b90-9800-471a-ac96-f35dbfa79361/canon_in_d_ecantorix.ogg |
|||
