Page MenuHomePhabricator

Exception when uploading a GIF
Closed, ResolvedPublic

Assigned To
Authored By
champo
Mar 18 2015, 5:02 PM
Tags
None
Referenced Files
F341429: kh40Erv.gif
Mar 18 2015, 10:05 PM
F341430: o4tdvofznzw3hdxa9psk.gif
Mar 18 2015, 10:04 PM
F341290: Screen_Shot_2015-03-18_at_14.01.10.png
Mar 18 2015, 5:02 PM

Description

I'm trying to upload a 11MB gif in Macros and I get a really nice exception:

All storage engines failed to write file:
    - PhabricatorChunkedFileStorageEngine: PhutilMethodNotImplementedException: Method writeFile in class PhabricatorChunkedFileStorageEngine is not implemented!
`

My storage engines look like:

Screen_Shot_2015-03-18_at_14.01.10.png (216×1 px, 45 KB)

Event Timeline

champo raised the priority of this task from to Needs Triage.
champo updated the task description. (Show Details)
champo added a subscriber: champo.

This gif sounds awesome. Can we see it?

epriestley added a subscriber: epriestley.

Chunk engine is being incorrectly selected as writable in non-chunking configs.

D12110 doesn't actually fix this, per se, it just gives you the correct error.

T5187 discusses the real fix (using chunked uploads on vanilla inputs).

Until then, the maximum size of a macro is 8MB. Sorry.

Yeah I figured it wouldn't work anyway, but the exception seemed like something worth reporting.