Opened 11 years ago
Closed 9 years ago
#821 closed defect (cant-reproduce)
Cannot upload vorbis data
Reported by: | isengaara | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
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
Change History (2)
comment:1 by , 11 years ago
comment:2 by , 9 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Hi,
I'm not able to reproduce this behaviour.
See the following example of an OGG file I uploaded:
http://media.lahn.ca/u/delparnel/m/acdc-back-in-black/
Did you make sure to install all of the prerequisites outlined here?:
http://mediagoblin.readthedocs.org/en/v0.6.1/siteadmin/media-types.html#audio
Can you attach the full logs and the file you're having trouble with?
Dave