Skip to content
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

Closed
Joshfairhead opened this issue Mar 5, 2019 · 9 comments
Closed
Assignees
Labels
bug Issues that arise due to code architecture

Comments

@Joshfairhead
Copy link

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.

@mroberts10 mroberts10 added the bug Issues that arise due to code architecture label Mar 8, 2019
@mroberts10
Copy link

@Joshfairhead Can you try this again to see if this is reoccurring or a one-off?

@Joshfairhead
Copy link
Author

Joshfairhead commented Mar 11, 2019 via email

@GriffGreen
Copy link
Member

error message would be nice....
#607 might consider this

@Joshfairhead
Copy link
Author

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.

Screenshot 2019-05-03 at 19 34 46

@Joshfairhead
Copy link
Author

Also I converted the video to .mp4 with same results over 10min.

.h264 as a non recognised codec perhaps?

@arbreton
Copy link
Contributor

This isn't working with any video now

@Joshfairhead
Copy link
Author

Joshfairhead commented May 13, 2019 via email

@arbreton
Copy link
Contributor

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.

@arbreton arbreton self-assigned this May 15, 2019
arbreton added a commit that referenced this issue May 20, 2019
@arbreton
Copy link
Contributor

arbreton commented Jun 8, 2019

@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

@arbreton arbreton closed this as completed Jun 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that arise due to code architecture
Projects
None yet
Development

No branches or pull requests

4 participants