-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lionsmane: Video upload of a .mov 18mb in size hangs indefinitely #704
Comments
@Joshfairhead Can you try this again to see if this is reoccurring or a one-off? |
The same file fails to upload, or preview.
I'm guessing its to do with the video codec. .mov is a container for other
formats, so perhaps the Dapp either doesnt like the containerised format or
h.264
Trying with a different .mp4 I get the same behaviour. Its also h.264
encoded but this time not containerised.
ᐧ
|
error message would be nice.... |
So I tried uploading a .mov for April RewardDAO today. This is the screen shot after several hours of "uploading" in the background. It would be cool to have a progress bar so that we can see if the file makes it to the Dapp, or to somewhat more usefully deduce where faults lie... if the file is not valid, if its hitting the servers, if its just a failure to start the upload etc. - the three " ... " are pretty non indicative. |
Also I converted the video to .mp4 with same results over 10min. .h264 as a non recognised codec perhaps? |
This isn't working with any video now |
Uh oh spaghetti codes!
…On Mon, 13 May 2019, 18:13 Andre Breton, ***@***.***> wrote:
This isn't working with any video now
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#704?email_source=notifications&email_token=AIILIQ4ICOM7JGKQMZDQ42DPVGOSTA5CNFSM4G33Z5FKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVI66AY#issuecomment-491908867>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIILIQ2KWOPFJDDJVG4ZFTLPVGOSTANCNFSM4G33Z5FA>
.
|
After investigating this issue it seems to be that it works now only on beta.giveth.io, the other environments return an error on IPFS 405 'Method not allowed' due to the lack of CORS configurations. Video uploading only works with videos under 15MB otherwise IPFS returns 413 ' Payload Too Large', Already modified the code so when the call fails shows an error popup. |
@Danibelle, @lorelei1, @mroberts10, @GriffGreen, Milestone editing, the display of images, videos, and the uploads should be working fine now, I have managed to increase the max file size limit to 100MB |
Upload just hangs forever I think (I did not test it that long, just a couple of mins) but in the same time I uploaded to youtube so canceled the file and used the link for my video instead.
The text was updated successfully, but these errors were encountered: