nicferrier / elmarmalade

emacs-lisp version of the marmalade package repository
111 stars 21 forks source link

HTTP error 413 on package upload #74

Open jccomputing opened 9 years ago

jccomputing commented 9 years ago

I get a "413 Request Entity Too Large" when trying to update python-mode to version 6.2.0.

The 6.1.3 archive is 2375680 bytes long and it uploaded fine at the time (end of January).

The 6.2.0 archive weights 2539520 bytes and probably triggered a limit.

I tested with Chrome 39 and Firefox 34 and got same result.

I can provide the archive on request to help diagnose the problem.

arnested commented 9 years ago

I ran into the "413 Request Entity Too Large" just now trying to update php-extras to 2.2.1.20150127.

My archive is 3701760 bytes long and the upload failed with a 413 both in the browser and with @lunaryorn's marmalade-upload.

arnested commented 9 years ago

I'm still not able to upload "large" packages.

Nginx is apparently configured to a max of 20m so something else must be triggering this.

https://github.com/nicferrier/elmarmalade/blob/master/nginx.conf#L16:

    client_max_body_size 20m;
arnested commented 9 years ago

And seems related to #23.

choma commented 8 years ago

Will this bug be fixed any time soon? or there will be a permanent size limit for packages? It is uncomfortable to have to manually install packages :-/