concourse / github-release-resource

a resource for github releases
Apache License 2.0
56 stars 58 forks source link

Failing with return code 413 when uploading blob #50

Open adi-mishra opened 7 years ago

adi-mishra commented 7 years ago

Error: error running command: POST https://uploads.github.com/repos/pivotal-cf/concourse-olm/releases/6990340/assets?name=olm-0.26.0.tar.gz: 413 []

Seems to fail with Request entity too large code. But when uploading the file manually through github.com UI it seems to publish it fine.

blob is of size 440.0M. screen shot 2017-07-10 at 4 30 24 pm

jtarchie commented 7 years ago

@adi-mishra, have you been able to repeat this issue? Github's documentation says they limit it 2GB upload.

adi-mishra commented 7 years ago

@jtarchie Documentation does say 2 GB thats why I am surprised to see that error at 440 Megs.