Custom Query (1173 matches)
Results (34 - 36 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#419 | fixed | MediaGoblin can't handle (upload?) Large files | ||
Description |
hello! I tried few times in http://mg.wandborg.se to upload a couple of podcast, but the upload process failed in all attempts returning a "Broken by MediaGoblin" joke error message. The duration of each podcast is 1 hour and the files are large than 250~ MiB because I have to add a "video channel" in order to upload it to youtube. |
|||
#420 | fixed | Reprocess failed uploads | ||
Description |
When an upload fails to process for some reason, right now it hangs around the database in an unprocessed state, forever. When it's appropriate, we would like to retry processing on some of those uploads. Reasons why processing might fail once and succeed later include all the usual transient errors we get in software: lack of resources, inopportune crashes or outages, gamma rays, etc. Probably one of the hardest parts of this work is going to be figuring out how to distinguish when to try again, and when we shouldn't bother. If people can comment with specific situations that have happened in their MediaGoblin installs, and maybe a repr of the MediaEntry for that, it would be helpful. I intend to tackle this. |
|||
#421 | wontfix | Support MySQL | ||
Description |
MediaGoblin currently does not support MySQL. It would be nice if it did. |